{
    "name": "Usabrapower",
    "description": "",
    "url": "http:\/\/usabrapower.com",
    "home": "https:\/\/usabrapower.com\/it",
    "gmt_offset": "0",
    "timezone_string": "",
    "page_for_posts": 0,
    "page_on_front": 5264,
    "show_on_front": "page",
    "namespaces": [
        "oembed\/1.0",
        "wc\/v3",
        "jetpack\/v4",
        "elementor\/v1",
        "wc-paypal\/v1",
        "paypal\/v1",
        "wc\/v3\/wc_paypal",
        "wc-admin",
        "wc-analytics",
        "wc\/store",
        "wc\/store\/v1",
        "wc\/private",
        "payments\/woopay",
        "yith\/wishlist\/v1",
        "wc\/v2",
        "metform\/v1\/forms",
        "metform\/v1\/entries",
        "elementor\/v1\/documents",
        "elementor-ai\/v1",
        "elementor-pro\/v1",
        "dokan\/v1\/admin",
        "dokan\/v1",
        "dokan\/v2",
        "dokan\/v3",
        "dokan\/v1\/request-for-quote",
        "wc\/v1",
        "wc-admin-email",
        "wc-telemetry",
        "wccom-site\/v3",
        "wp\/v2",
        "wp-site-health\/v1",
        "wp-block-editor\/v1"
    ],
    "authentication": {
        "application-passwords": {
            "endpoints": {
                "authorization": "https:\/\/usabrapower.com\/wp-admin\/authorize-application.php"
            }
        }
    },
    "routes": {
        "\/": {
            "namespace": "",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/wp-json\/oembed\/1.0"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/embed": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "L'URL della risorsa da cui recuperare i dati oEmbed.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "default": "json",
                            "required": false
                        },
                        "maxwidth": {
                            "default": 600,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/oembed\/1.0\/embed"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/proxy": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "L'URL della risorsa da cui recuperare i dati oEmbed.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "description": "Il formato oEmbed da utilizzare.",
                            "type": "string",
                            "default": "json",
                            "enum": [
                                "json",
                                "xml"
                            ],
                            "required": false
                        },
                        "maxwidth": {
                            "description": "La larghezza massima in pixel del frame incorporato.",
                            "type": "integer",
                            "default": 600,
                            "required": false
                        },
                        "maxheight": {
                            "description": "L'altezza massima in pixel del frame incorporato.",
                            "type": "integer",
                            "required": false
                        },
                        "discover": {
                            "description": "Se eseguire una richiesta esplorativa di oEmbed per provider non autorizzati.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/oembed\/1.0\/proxy"
                    }
                ]
            }
        },
        "\/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:\/\/usabrapower.com\/it\/wp-json\/wc\/v3"
                    }
                ]
            }
        },
        "\/wc\/v3\/marketplace\/featured": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/marketplace\/featured"
                    }
                ]
            }
        },
        "\/wc\/v3\/marketplace\/refresh": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/marketplace\/refresh"
                    }
                ]
            }
        },
        "\/wc\/v3\/marketplace\/subscriptions": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/wp-json\/jetpack\/v4\/verify_xmlrpc_error"
                    }
                ]
            }
        },
        "\/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:\/\/usabrapower.com\/it\/wp-json\/jetpack\/v4\/heartbeat\/data"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/full-sync": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "modules": {
                            "description": "Data Modules that should be included in Full Sync",
                            "type": "array",
                            "required": false
                        },
                        "users": {
                            "description": "User IDs to include in Full Sync or \"initial\"",
                            "required": false
                        },
                        "posts": {
                            "description": "Post IDs to include in Full Sync",
                            "type": "array",
                            "required": false
                        },
                        "comments": {
                            "description": "Comment IDs to include in Full Sync",
                            "type": "array",
                            "required": false
                        },
                        "context": {
                            "description": "Context for the Full Sync",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/jetpack\/v4\/sync\/full-sync"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/status": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "fields": {
                            "description": "Comma-separated list of additional fields that should be included in status.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/jetpack\/v4\/sync\/status"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/health": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "status": {
                            "description": "New Sync health status",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/jetpack\/v4\/sync\/health"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/settings": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/jetpack\/v4\/sync\/settings"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/object": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": {
                        "module_name": {
                            "description": "Name of Sync module",
                            "type": "string",
                            "required": false
                        },
                        "object_type": {
                            "description": "Object Type",
                            "type": "string",
                            "required": false
                        },
                        "object_ids": {
                            "description": "Objects Identifiers",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/jetpack\/v4\/sync\/object"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/now": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "queue": {
                            "description": "Name of Sync queue.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/jetpack\/v4\/sync\/now"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/checkout": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/jetpack\/v4\/sync\/checkout"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/close": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/jetpack\/v4\/sync\/close"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/unlock": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "queue": {
                            "description": "Name of Sync queue.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/jetpack\/v4\/sync\/unlock"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/object-id-range": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "sync_module": {
                            "description": "Name of Sync module.",
                            "type": "string",
                            "required": true
                        },
                        "batch_size": {
                            "description": "Size of batches",
                            "type": "int",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/jetpack\/v4\/sync\/object-id-range"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/data-check": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "perform_text_conversion": {
                            "description": "If text fields should be converted to latin1 in checksum calculation.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/jetpack\/v4\/sync\/data-check"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/data-histogram": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "columns": {
                            "description": "Column mappings",
                            "type": "array",
                            "required": false
                        },
                        "object_type": {
                            "description": "Object Type",
                            "type": "string",
                            "required": false
                        },
                        "buckets": {
                            "description": "Number of histogram buckets.",
                            "type": "int",
                            "required": false
                        },
                        "start_id": {
                            "description": "Start ID for the histogram",
                            "type": "int",
                            "required": false
                        },
                        "end_id": {
                            "description": "End ID for the histogram",
                            "type": "int",
                            "required": false
                        },
                        "strip_non_ascii": {
                            "description": "Strip non-ascii characters?",
                            "type": "boolean",
                            "required": false
                        },
                        "shared_salt": {
                            "description": "Shared Salt to use when generating checksum",
                            "type": "string",
                            "required": false
                        },
                        "only_range_edges": {
                            "description": "Should only range edges be returned",
                            "type": "boolean",
                            "required": false
                        },
                        "detailed_drilldown": {
                            "description": "Do we want the checksum or object ids.",
                            "type": "boolean",
                            "required": false
                        },
                        "perform_text_conversion": {
                            "description": "If text fields should be converted to latin1 in checksum calculation.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/jetpack\/v4\/sync\/data-histogram"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/spawn-sync": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/jetpack\/v4\/sync\/spawn-sync"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/locks": {
            "namespace": "jetpack\/v4",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/jetpack\/v4\/sync\/locks"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/identity-crisis\/confirm-safe-mode": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/jetpack\/v4\/identity-crisis\/confirm-safe-mode"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/identity-crisis\/migrate": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/jetpack\/v4\/identity-crisis\/migrate"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/identity-crisis\/start-fresh": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "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:\/\/usabrapower.com\/it\/wp-json\/jetpack\/v4\/identity-crisis\/start-fresh"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/identity-crisis\/idc-url-validation": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/jetpack\/v4\/identity-crisis\/idc-url-validation"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/identity-crisis\/url-secret": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/jetpack\/v4\/identity-crisis\/url-secret"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/identity-crisis\/compare-url-secret": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "secret": {
                            "description": "URL secret to compare to the ones stored in the database.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/jetpack\/v4\/identity-crisis\/compare-url-secret"
                    }
                ]
            }
        },
        "\/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:\/\/usabrapower.com\/it\/wp-json\/elementor\/v1"
                    }
                ]
            }
        },
        "\/elementor\/v1\/site-editor": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/elementor\/v1\/site-editor"
                    }
                ]
            }
        },
        "\/elementor\/v1\/site-editor\/templates": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/elementor\/v1\/site-editor\/templates"
                    }
                ]
            }
        },
        "\/elementor\/v1\/site-editor\/templates\/(?P<id>[\\w]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "DELETE",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/site-editor\/conditions-config": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/elementor\/v1\/site-editor\/conditions-config"
                    }
                ]
            }
        },
        "\/elementor\/v1\/site-editor\/templates-conditions\/(?P<id>[\\w]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/site-editor\/templates-conditions-conflicts": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/elementor\/v1\/site-editor\/templates-conditions-conflicts"
                    }
                ]
            }
        },
        "\/wc-paypal\/v1": {
            "namespace": "wc-paypal\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wc-paypal\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-paypal\/v1"
                    }
                ]
            }
        },
        "\/wc-paypal\/v1\/onboarding\/get-params": {
            "namespace": "wc-paypal\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-paypal\/v1\/onboarding\/get-params"
                    }
                ]
            }
        },
        "\/wc-paypal\/v1\/onboarding\/get-status": {
            "namespace": "wc-paypal\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-paypal\/v1\/onboarding\/get-status"
                    }
                ]
            }
        },
        "\/wc-paypal\/v1\/onboarding\/set-credentials": {
            "namespace": "wc-paypal\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-paypal\/v1\/onboarding\/set-credentials"
                    }
                ]
            }
        },
        "\/paypal\/v1": {
            "namespace": "paypal\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "paypal\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/paypal\/v1"
                    }
                ]
            }
        },
        "\/paypal\/v1\/incoming": {
            "namespace": "paypal\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/paypal\/v1\/incoming"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wc\/v3\/wc_paypal",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/wc_paypal"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/onboarding": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/wc_paypal\/onboarding"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/common": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/wc_paypal\/common"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/common\/merchant": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/wc_paypal\/common\/merchant"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/common\/seller-account": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/wc_paypal\/common\/seller-account"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/authenticate\/direct": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "clientId": {
                            "type": "string",
                            "minLength": 80,
                            "maxLength": 80,
                            "required": true
                        },
                        "clientSecret": {
                            "type": "string",
                            "required": true
                        },
                        "useSandbox": {
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/wc_paypal\/authenticate\/direct"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/authenticate\/oauth": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "sharedId": {
                            "type": "string",
                            "required": true
                        },
                        "authCode": {
                            "type": "string",
                            "required": true
                        },
                        "useSandbox": {
                            "default": 0,
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/wc_paypal\/authenticate\/oauth"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/authenticate\/disconnect": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/wc_paypal\/authenticate\/disconnect"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/login_link": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "useSandbox": {
                            "default": 0,
                            "type": "boolean",
                            "required": false
                        },
                        "products": {
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": true
                        },
                        "options": {
                            "type": "array",
                            "items": {
                                "type": "bool"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/wc_paypal\/login_link"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/webhooks": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/wc_paypal\/webhooks"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/webhooks\/simulate": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/wc_paypal\/webhooks\/simulate"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/refresh-features": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/wc_paypal\/refresh-features"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/payment": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/wc_paypal\/payment"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/settings": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/wc_paypal\/settings"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/styling": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/wc_paypal\/styling"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/todos": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/wc_paypal\/todos"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/todos\/reset": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/wc_paypal\/todos\/reset"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/todos\/complete": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/wc_paypal\/todos\/complete"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/pay_later_messaging": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/wc_paypal\/pay_later_messaging"
                    }
                ]
            }
        },
        "\/wc\/v3\/wc_paypal\/features": {
            "namespace": "wc\/v3\/wc_paypal",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/wc_paypal\/features"
                    }
                ]
            }
        },
        "\/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:\/\/usabrapower.com\/it\/wp-json\/wc-admin"
                    }
                ]
            }
        },
        "\/wc-admin\/notice\/dismiss": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-admin\/notice\/dismiss"
                    }
                ]
            }
        },
        "\/wc-admin\/features": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-admin\/features"
                    }
                ]
            }
        },
        "\/wc-admin\/experiments\/assignment": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-admin\/experiments\/assignment"
                    }
                ]
            }
        },
        "\/wc-admin\/marketing\/recommended": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "category": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/wp-json\/wc-admin\/marketing\/knowledge-base"
                    }
                ]
            }
        },
        "\/wc-admin\/marketing\/misc-recommendations": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-admin\/marketing\/misc-recommendations"
                    }
                ]
            }
        },
        "\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/wp-json\/wc-admin\/marketing\/recommendations"
                    }
                ]
            }
        },
        "\/wc-admin\/marketing\/channels": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-admin\/marketing\/channels"
                    }
                ]
            }
        },
        "\/wc-admin\/marketing\/campaigns": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-admin\/marketing\/campaigns"
                    }
                ]
            }
        },
        "\/wc-admin\/marketing\/campaign-types": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/wp-json\/wc-admin\/options"
                    }
                ]
            }
        },
        "\/wc-admin\/legacy-settings": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "schema": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-admin\/legacy-settings"
                    }
                ]
            }
        },
        "\/wc-admin\/payment-gateway-suggestions": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "force_default_suggestions": {
                            "type": "boolean",
                            "description": "\u5f53 woocommerce_show_marketplace_suggestions \u548c woocommerce_setting_payments_recommendations_hidden \u9009\u9879\u8bbe\u7f6e\u4e3a no \u65f6\uff0c\u8fd4\u56de\u9ed8\u8ba4\u4ed8\u6b3e\u5efa\u8bae",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "pluginzip": {
                            "description": "\u8981\u4e0a\u4f20\u7684\u4e3b\u9898\u7684 zip \u6587\u4ef6\u3002",
                            "type": "file",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/wp-json\/wc-admin\/plugins\/install"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/install\/status": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/wp-json\/wc-admin\/plugins\/active"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/installed": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/wp-json\/wc-admin\/plugins\/activate"
                    }
                ]
            }
        },
        "\/wc-admin\/plugins\/activate\/status": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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": "\u662f\u5426\u5df2\u5b8c\u6210\u4e2a\u4eba\u8d44\u6599\u3002",
                            "required": false
                        },
                        "skipped": {
                            "type": "boolean",
                            "description": "\u662f\u5426\u8df3\u8fc7\u5256\u6790\u3002",
                            "required": false
                        },
                        "industry": {
                            "type": "array",
                            "description": "\u884c\u4e1a\u3002",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "product_types": {
                            "type": "array",
                            "description": "\u6240\u552e\u4ea7\u54c1\u79cd\u7c7b\u3002",
                            "items": {
                                "enum": [
                                    "physical",
                                    "downloads",
                                    "subscriptions",
                                    "memberships",
                                    "bookings",
                                    "product-bundles",
                                    "product-add-ons"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "product_count": {
                            "type": "string",
                            "description": "\u8981\u6dfb\u52a0\u7684\u4ea7\u54c1\u6570\u3002",
                            "enum": [
                                "0",
                                "1-10",
                                "11-100",
                                "101-1000",
                                "1000+"
                            ],
                            "required": false
                        },
                        "selling_venues": {
                            "type": "string",
                            "description": "\u53ef\u4f9b\u5546\u5e97\u9500\u552e\u4ea7\u54c1\u7684\u5176\u4ed6\u5730\u65b9\u3002",
                            "enum": [
                                "no",
                                "other",
                                "brick-mortar",
                                "brick-mortar-other",
                                "other-woocommerce"
                            ],
                            "required": false
                        },
                        "number_employees": {
                            "type": "string",
                            "description": "\u5e97\u94fa\u5458\u5de5\u4eba\u6570",
                            "enum": [
                                "1",
                                "<10",
                                "10-50",
                                "50-250",
                                "+250",
                                "not specified"
                            ],
                            "required": false
                        },
                        "revenue": {
                            "type": "string",
                            "description": "\u5546\u5e97\u5f53\u524d\u7684\u5e74\u6536\u5165\u3002",
                            "enum": [
                                "none",
                                "up-to-2500",
                                "2500-10000",
                                "10000-50000",
                                "50000-250000",
                                "more-than-250000",
                                "rather-not-say"
                            ],
                            "required": false
                        },
                        "other_platform": {
                            "type": "string",
                            "description": "\u7528\u4e8e\u9500\u552e\u7684\u5176\u4ed6\u5e73\u53f0\u7684\u540d\u79f0\u3002",
                            "enum": [
                                "shopify",
                                "bigcommerce",
                                "magento",
                                "wix",
                                "amazon",
                                "ebay",
                                "etsy",
                                "squarespace",
                                "other"
                            ],
                            "required": false
                        },
                        "other_platform_name": {
                            "type": "string",
                            "description": "\u7528\u4e8e\u9500\u552e\u7684\u5176\u4ed6\u5e73\u53f0\u7684\u540d\u79f0\uff08\u4e0d\u5728\u5217\u8868\u4e2d\uff09\u3002",
                            "required": false
                        },
                        "business_extensions": {
                            "type": "array",
                            "description": "\u8981\u5b89\u88c5\u7684\u5176\u4ed6\u4e1a\u52a1\u6269\u5c55\u7a0b\u5e8f\u3002",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "theme": {
                            "type": "string",
                            "description": "\u5df2\u9009\u62e9\u5546\u5e97\u4e3b\u9898\u3002",
                            "required": false
                        },
                        "setup_client": {
                            "type": "boolean",
                            "description": "\u5ba2\u6237\u7aef\u662f\u5426\u8bbe\u7f6e\u4e86\u6b64\u5546\u5e97\u3002",
                            "required": false
                        },
                        "wccom_connected": {
                            "type": "boolean",
                            "description": "\u5728\u6269\u5c55\u6d41\u7a0b\u671f\u95f4\uff0c\u5546\u5e97\u662f\u5426\u5df2\u8fde\u63a5\u5230 WooCommerce.com\u3002",
                            "required": false
                        },
                        "is_agree_marketing": {
                            "type": "boolean",
                            "description": "\u8be5\u5546\u5e97\u662f\u5426\u540c\u610f\u4ece WooCommerce.com \u63a5\u6536\u8425\u9500\u5185\u5bb9\u3002",
                            "required": false
                        },
                        "store_email": {
                            "type": "string",
                            "description": "\u5b58\u50a8\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u3002",
                            "required": false
                        },
                        "is_store_country_set": {
                            "type": "boolean",
                            "description": "\u662f\u5426\u901a\u8fc7\u5165\u95e8\u5206\u6790\u5668\u5bf9\u6b64\u5546\u5e97\u6240\u5728\u56fd\u5bb6\/\u5730\u533a\u8fdb\u884c\u4e86\u8bbe\u7f6e\u3002",
                            "required": false
                        },
                        "is_plugins_page_skipped": {
                            "type": "boolean",
                            "description": "\u662f\u5426\u8df3\u8fc7\u6838\u5fc3\u5206\u6790\u5668\u4e2d\u7684\u63d2\u4ef6\u6b65\u9aa4\u3002",
                            "required": false
                        },
                        "core_profiler_completed_steps": {
                            "type": "array",
                            "description": "\u6838\u5fc3\u5206\u6790\u5668\u4e2d\u5df2\u5b8c\u6210\u7684\u6b65\u9aa4\u3002",
                            "items": {
                                "type": "object"
                            },
                            "required": false
                        },
                        "business_choice": {
                            "type": "string",
                            "description": "\u4e1a\u52a1\u9009\u62e9\u3002",
                            "required": false
                        },
                        "selling_online_answer": {
                            "type": "string",
                            "description": "\u5173\u4e8e\u5728\u7ebf\u9500\u552e\u7684\u89e3\u7b54\u3002",
                            "required": false
                        },
                        "selling_platforms": {
                            "type": [
                                "array",
                                "null"
                            ],
                            "description": "\u9500\u552e\u5e73\u53f0\u3002",
                            "items": {
                                "type": [
                                    "string",
                                    "null"
                                ]
                            },
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/wp-json\/wc-admin\/onboarding\/profile\/experimental_get_email_prefill"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/profile\/progress": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-admin\/onboarding\/profile\/progress"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/profile\/progress\/core-profiler\/complete": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "step": {
                            "type": "string",
                            "description": "\u6838\u5fc3\u5206\u6790\u5668\u4e2d\u8981\u6807\u8bb0\u4e3a\u5b8c\u6210\u7684\u6b65\u9aa4\u3002",
                            "enum": [
                                "intro-opt-in",
                                "skip-guided-setup",
                                "user-profile",
                                "business-info",
                                "plugins",
                                "intro-builder",
                                "skip-guided-setup"
                            ],
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-admin\/onboarding\/profile\/progress\/core-profiler\/complete"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/profile\/update-store-currency-and-measurement-units": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "country_code": {
                            "description": "\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-admin\/onboarding\/profile\/update-store-currency-and-measurement-units"
                    }
                ]
            }
        },
        "\/wc-admin\/onboarding\/tasks\/import_sample_products": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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": "\u4ea7\u54c1\u6a21\u677f\u540d\u79f0\u3002",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u53ef\u9009\u53c2\u6570\uff0c\u7528\u4e8e\u901a\u8fc7 ID \u4ec5\u83b7\u53d6\u7279\u5b9a\u4efb\u52a1\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "enum": [],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "ids": {
                            "description": "\u53ef\u9009\u53c2\u6570\uff0c\u7528\u4e8e\u901a\u8fc7 ID \u4ec5\u83b7\u53d6\u7279\u5b9a\u4efb\u52a1\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "enum": [],
                                "type": "string"
                            },
                            "required": false
                        },
                        "extended_tasks": {
                            "description": "\u5ba2\u6237\u7aef\u8fc7\u6ee4\u5668\u4e2d\u6269\u5c55\u7684\u5df2\u5f03\u7528\u4efb\u52a1\u5217\u8868\u3002",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u6682\u505c\u4efb\u52a1\u7684\u65f6\u95f4\u6bb5\u3002",
                            "type": "string",
                            "required": false
                        },
                        "task_list_id": {
                            "description": "\u67e5\u8be2\u7279\u5b9a\u4efb\u52a1\u5217\u8868\u65f6\u4f7f\u7528\u7684\u53ef\u9009\u53c2\u6570\u3002",
                            "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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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
                        },
                        "source": {
                            "description": "The source of the request",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/wp-json\/wc-admin\/onboarding\/products"
                    }
                ]
            }
        },
        "\/wc-admin\/mobile-app\/send-magic-link": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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": "\u5f53 woocommerce_show_marketplace_suggestions \u9009\u9879\u8bbe\u7f6e\u4e3a\u201c\u5426\u201d\u65f6\uff0c\u8fd4\u56de\u9ed8\u8ba4\u914d\u9001\u5408\u4f5c\u4f19\u4f34\u5efa\u8bae",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-admin\/shipping-partner-suggestions"
                    }
                ]
            }
        },
        "\/wc-admin\/ai\/store-title": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "business_description": {
                            "description": "\u7279\u5b9a\u5546\u5e97\u7684\u4e1a\u52a1\u8bf4\u660e\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-admin\/ai\/store-title"
                    }
                ]
            }
        },
        "\/wc-admin\/ai\/business-description": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "business_description": {
                            "description": "\u7279\u5b9a\u5546\u5e97\u7684\u4e1a\u52a1\u8bf4\u660e\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/wp-json\/wc-admin\/ai\/store-info"
                    }
                ]
            }
        },
        "\/wc-admin\/ai\/images": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "business_description": {
                            "description": "\u7279\u5b9a\u5546\u5e97\u7684\u4e1a\u52a1\u8bf4\u660e\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-admin\/ai\/images"
                    }
                ]
            }
        },
        "\/wc-admin\/ai\/patterns": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "business_description": {
                            "description": "\u7279\u5b9a\u5546\u5e97\u7684\u4e1a\u52a1\u8bf4\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "images": {
                            "description": "\u6307\u5b9a\u5546\u5e97\u7684\u56fe\u7247\u3002",
                            "type": "object",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-admin\/ai\/patterns"
                    }
                ]
            }
        },
        "\/wc-admin\/ai\/product": {
            "namespace": "wc-admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "products_information": {
                            "description": "\u7528\u4e8e\u66f4\u65b0\u865a\u62df\u4ea7\u54c1\u7684 AI \u751f\u6210\u6570\u636e\u3002",
                            "type": "object",
                            "required": false
                        },
                        "last_product": {
                            "description": "\u6b63\u5728\u66f4\u65b0\u7684\u4ea7\u54c1\u662f\u5426\u662f\u5faa\u73af\u4e2d\u7684\u6700\u540e\u4e00\u4e2a\u4ea7\u54c1",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/wp-json\/wc-analytics"
                    }
                ]
            }
        },
        "\/wc-analytics\/customers": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "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": "\u5f3a\u5236\u68c0\u7d22\u65b0\u6570\u636e\uff0c\u800c\u4e0d\u662f\u4ece\u7f13\u5b58\u4e2d\u68c0\u7d22\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "registered_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u6ce8\u518c\u65f6\u95f4\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u65f6\u95f4\u4e4b\u524d\uff08\u6216\u5f53\u65f6\uff09\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "registered_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u6ce8\u518c\u65f6\u95f4\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u65f6\u95f4\u4e4b\u540e\uff08\u6216\u5f53\u65f6\uff09\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "match": {
                            "description": "\u8868\u793a\u7ed3\u679c\u96c6\u7684\u6240\u6709\u6761\u4ef6\u662f\u5426\u4e3a true\uff0c\u6216\u8005\u5176\u4e2d\u4efb\u4f55\u4e00\u4e2a\u6761\u4ef6\u662f\u5426\u5145\u5206\u3002\u5339\u914d\u7ed3\u679c\u4f1a\u5f71\u54cd\u4ee5\u4e0b\u53c2\u6570\uff1astatus_is\u3001status_is_not\u3001product_includes\u3001product_excludes\u3001coupon_includes\u3001coupon_excludes\u3001customer\u3001categories",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5e26\u6709\u5305\u542b\u641c\u7d22\u8bcd\u7684\u5ba2\u6237\u5b57\u6bb5\u7684\u5bf9\u8c61\u641c\u7d22\u201csearchby\u201d\u63d0\u4f9b\u7684\u5b57\u6bb5\u3002",
                            "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": "\u5c06\u5bf9\u5bf9\u8c61\u7684\u54cd\u5e94\u4ec5\u9002\u7528\u4e8e\u7279\u5b9a\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name_excludes": {
                            "description": "\u5c06\u5bf9\u5bf9\u8c61\u7684\u54cd\u5e94\u4ece\u7279\u5b9a\u7684\u540d\u79f0\u4e2d\u6392\u9664\u3002",
                            "type": "string",
                            "required": false
                        },
                        "username_includes": {
                            "description": "\u5c06\u5bf9\u5bf9\u8c61\u7684\u54cd\u5e94\u4ec5\u9002\u7528\u4e8e\u7279\u5b9a\u7684\u7528\u6237\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "username_excludes": {
                            "description": "\u5c06\u5bf9\u5bf9\u8c61\u7684\u54cd\u5e94\u4ece\u7279\u5b9a\u7684\u7528\u6237\u540d\u4e2d\u6392\u9664\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email_includes": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u7535\u5b50\u90ae\u4ef6\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email_excludes": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u4e0d\u5305\u542b\u7535\u5b50\u90ae\u4ef6\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "required": false
                        },
                        "country_includes": {
                            "description": "\u5c06\u5bf9\u5bf9\u8c61\u7684\u54cd\u5e94\u4ec5\u9650\u5b9a\u5230\u7279\u5b9a\u7684\u56fd\u5bb6\/\u5730\u533a\u3002",
                            "type": "string",
                            "required": false
                        },
                        "country_excludes": {
                            "description": "\u5c06\u5bf9\u5bf9\u8c61\u7684\u54cd\u5e94\u4ece\u7279\u5b9a\u7684\u56fd\u5bb6\/\u5730\u533a\u4e2d\u6392\u9664\u3002",
                            "type": "string",
                            "required": false
                        },
                        "last_active_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u4e0a\u6b21\u6d3b\u52a8\u65f6\u95f4\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u65f6\u95f4\u4e4b\u524d\uff08\u6216\u5f53\u65f6\uff09\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u4e0a\u6b21\u6d3b\u52a8\u65f6\u95f4\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u65f6\u95f4\u4e4b\u540e\uff08\u6216\u5f53\u65f6\uff09\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_between": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u4e0a\u6b21\u6d3b\u52a8\u65f6\u95f4\u4ecb\u4e8e\u4e24\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u65f6\u95f4\u4e4b\u95f4\u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "registered_between": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u4e0a\u6b21\u6d3b\u52a8\u65f6\u95f4\u4ecb\u4e8e\u4e24\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u65f6\u95f4\u4e4b\u95f4\u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "orders_count_min": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u5927\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6574\u6570\u7684\u8ba2\u5355\u6570\u7684\u5bf9\u8c61\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_max": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u5c0f\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6574\u6570\u7684\u8ba2\u5355\u6570\u7684\u5bf9\u8c61\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_between": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u4ecb\u4e8e\u4e24\u4e2a\u7ed9\u5b9a\u6574\u6570\u4e4b\u95f4\u7684\u8ba2\u5355\u6570\u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "total_spend_min": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u5927\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6570\u5b57\u7684\u603b\u8ba2\u5355\u82b1\u8d39\u7684\u5bf9\u8c61\u3002",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_max": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u5c0f\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6570\u5b57\u7684\u603b\u8ba2\u5355\u82b1\u8d39\u7684\u5bf9\u8c61\u3002",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_between": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u4ecb\u4e8e\u4e24\u4e2a\u7ed9\u5b9a\u6570\u5b57\u4e4b\u95f4\u603b\u8ba1\u8ba2\u5355\u82b1\u8d39\u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "avg_order_value_min": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u5927\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6570\u5b57\u7684\u5e73\u5747\u8ba2\u5355\u82b1\u8d39\u7684\u5bf9\u8c61\u3002",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_max": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u5c0f\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6570\u5b57\u7684\u5e73\u5747\u8ba2\u5355\u82b1\u8d39\u7684\u5bf9\u8c61\u3002",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_between": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u4ecb\u4e8e\u4e24\u4e2a\u7ed9\u5b9a\u6570\u5b57\u4e4b\u95f4\u7684\u5e73\u5747\u8ba2\u5355\u82b1\u8d39\u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "last_order_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u65f6\u95f4\u4e4b\u524d\uff08\u6216\u5f53\u65f6\uff09\u53d1\u5e03\u7684\u5305\u542b\u4e0a\u4e00\u4e2a\u8ba2\u5355\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_order_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u65f6\u95f4\u4e4b\u540e\uff08\u6216\u5f53\u65f6\uff09\u53d1\u5e03\u7684\u5305\u542b\u4e0a\u4e00\u4e2a\u8ba2\u5355\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "users": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5177\u6709\u6307\u5b9a\u7528\u6237 ID \u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "filter_empty": {
                            "description": "\u7b5b\u9664\u5b58\u5728\u4efb\u4f55\u7a7a\u767d\u901a\u8fc7\u5b57\u6bb5\u7684\u7ed3\u679c",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "email",
                                    "name",
                                    "country",
                                    "city",
                                    "state",
                                    "postcode"
                                ]
                            },
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5305\u542b\u7279\u5b9a\u5ba2\u6237 ID \u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-analytics\/customers"
                    }
                ]
            }
        },
        "\/wc-analytics\/customers\/(?P<id>[\\d-]+)": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u552f\u4e00ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "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": "\u5f3a\u5236\u68c0\u7d22\u65b0\u6570\u636e\uff0c\u800c\u4e0d\u662f\u4ece\u7f13\u5b58\u4e2d\u68c0\u7d22\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "registered_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u6ce8\u518c\u65f6\u95f4\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u65f6\u95f4\u4e4b\u524d\uff08\u6216\u5f53\u65f6\uff09\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "registered_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u6ce8\u518c\u65f6\u95f4\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u65f6\u95f4\u4e4b\u540e\uff08\u6216\u5f53\u65f6\uff09\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "match": {
                            "description": "\u8868\u793a\u7ed3\u679c\u96c6\u7684\u6240\u6709\u6761\u4ef6\u662f\u5426\u4e3a true\uff0c\u6216\u8005\u5176\u4e2d\u4efb\u4f55\u4e00\u4e2a\u6761\u4ef6\u662f\u5426\u5145\u5206\u3002\u5339\u914d\u7ed3\u679c\u4f1a\u5f71\u54cd\u4ee5\u4e0b\u53c2\u6570\uff1astatus_is\u3001status_is_not\u3001product_includes\u3001product_excludes\u3001coupon_includes\u3001coupon_excludes\u3001customer\u3001categories",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5e26\u6709\u5305\u542b\u641c\u7d22\u8bcd\u7684\u5ba2\u6237\u5b57\u6bb5\u7684\u5bf9\u8c61\u641c\u7d22\u201csearchby\u201d\u63d0\u4f9b\u7684\u5b57\u6bb5\u3002",
                            "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": "\u5c06\u5bf9\u5bf9\u8c61\u7684\u54cd\u5e94\u4ec5\u9002\u7528\u4e8e\u7279\u5b9a\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name_excludes": {
                            "description": "\u5c06\u5bf9\u5bf9\u8c61\u7684\u54cd\u5e94\u4ece\u7279\u5b9a\u7684\u540d\u79f0\u4e2d\u6392\u9664\u3002",
                            "type": "string",
                            "required": false
                        },
                        "username_includes": {
                            "description": "\u5c06\u5bf9\u5bf9\u8c61\u7684\u54cd\u5e94\u4ec5\u9002\u7528\u4e8e\u7279\u5b9a\u7684\u7528\u6237\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "username_excludes": {
                            "description": "\u5c06\u5bf9\u5bf9\u8c61\u7684\u54cd\u5e94\u4ece\u7279\u5b9a\u7684\u7528\u6237\u540d\u4e2d\u6392\u9664\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email_includes": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u7535\u5b50\u90ae\u4ef6\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email_excludes": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u4e0d\u5305\u542b\u7535\u5b50\u90ae\u4ef6\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "required": false
                        },
                        "country_includes": {
                            "description": "\u5c06\u5bf9\u5bf9\u8c61\u7684\u54cd\u5e94\u4ec5\u9650\u5b9a\u5230\u7279\u5b9a\u7684\u56fd\u5bb6\/\u5730\u533a\u3002",
                            "type": "string",
                            "required": false
                        },
                        "country_excludes": {
                            "description": "\u5c06\u5bf9\u5bf9\u8c61\u7684\u54cd\u5e94\u4ece\u7279\u5b9a\u7684\u56fd\u5bb6\/\u5730\u533a\u4e2d\u6392\u9664\u3002",
                            "type": "string",
                            "required": false
                        },
                        "last_active_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u4e0a\u6b21\u6d3b\u52a8\u65f6\u95f4\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u65f6\u95f4\u4e4b\u524d\uff08\u6216\u5f53\u65f6\uff09\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u4e0a\u6b21\u6d3b\u52a8\u65f6\u95f4\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u65f6\u95f4\u4e4b\u540e\uff08\u6216\u5f53\u65f6\uff09\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_between": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u4e0a\u6b21\u6d3b\u52a8\u65f6\u95f4\u4ecb\u4e8e\u4e24\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u65f6\u95f4\u4e4b\u95f4\u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "registered_between": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u4e0a\u6b21\u6d3b\u52a8\u65f6\u95f4\u4ecb\u4e8e\u4e24\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u65f6\u95f4\u4e4b\u95f4\u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "orders_count_min": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u5927\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6574\u6570\u7684\u8ba2\u5355\u6570\u7684\u5bf9\u8c61\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_max": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u5c0f\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6574\u6570\u7684\u8ba2\u5355\u6570\u7684\u5bf9\u8c61\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_between": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u4ecb\u4e8e\u4e24\u4e2a\u7ed9\u5b9a\u6574\u6570\u4e4b\u95f4\u7684\u8ba2\u5355\u6570\u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "total_spend_min": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u5927\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6570\u5b57\u7684\u603b\u8ba2\u5355\u82b1\u8d39\u7684\u5bf9\u8c61\u3002",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_max": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u5c0f\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6570\u5b57\u7684\u603b\u8ba2\u5355\u82b1\u8d39\u7684\u5bf9\u8c61\u3002",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_between": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u4ecb\u4e8e\u4e24\u4e2a\u7ed9\u5b9a\u6570\u5b57\u4e4b\u95f4\u603b\u8ba1\u8ba2\u5355\u82b1\u8d39\u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "avg_order_value_min": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u5927\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6570\u5b57\u7684\u5e73\u5747\u8ba2\u5355\u82b1\u8d39\u7684\u5bf9\u8c61\u3002",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_max": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u5c0f\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6570\u5b57\u7684\u5e73\u5747\u8ba2\u5355\u82b1\u8d39\u7684\u5bf9\u8c61\u3002",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_between": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u4ecb\u4e8e\u4e24\u4e2a\u7ed9\u5b9a\u6570\u5b57\u4e4b\u95f4\u7684\u5e73\u5747\u8ba2\u5355\u82b1\u8d39\u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "last_order_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u65f6\u95f4\u4e4b\u524d\uff08\u6216\u5f53\u65f6\uff09\u53d1\u5e03\u7684\u5305\u542b\u4e0a\u4e00\u4e2a\u8ba2\u5355\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_order_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u65f6\u95f4\u4e4b\u540e\uff08\u6216\u5f53\u65f6\uff09\u53d1\u5e03\u7684\u5305\u542b\u4e0a\u4e00\u4e2a\u8ba2\u5355\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "users": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5177\u6709\u6307\u5b9a\u7528\u6237 ID \u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "filter_empty": {
                            "description": "\u7b5b\u9664\u5b58\u5728\u4efb\u4f55\u7a7a\u767d\u901a\u8fc7\u5b57\u6bb5\u7684\u7ed3\u679c",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "email",
                                    "name",
                                    "country",
                                    "city",
                                    "state",
                                    "postcode"
                                ]
                            },
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5305\u542b\u7279\u5b9a\u5ba2\u6237 ID \u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/leaderboards": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 5,
                            "minimum": 1,
                            "maximum": 20,
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "persisted_query": {
                            "description": "\u4e0d\u540c\u94fe\u63a5\u4e2d\u4fdd\u7559\u7684 URL \u67e5\u8be2\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-analytics\/leaderboards"
                    }
                ]
            }
        },
        "\/wc-analytics\/leaderboards\/allowed": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 5,
                            "minimum": 1,
                            "maximum": 20,
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "persisted_query": {
                            "description": "\u4e0d\u540c\u94fe\u63a5\u4e2d\u4fdd\u7559\u7684 URL \u67e5\u8be2\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/reports": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-analytics\/reports"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/import": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "days": {
                            "description": "\u8981\u5bfc\u5165\u7684\u5929\u6570\u3002",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "skip_existing": {
                            "description": "\u8df3\u8fc7\u5bfc\u5165\u73b0\u6709\u8ba2\u5355\u6570\u636e\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/wp-json\/wc-analytics\/reports\/import\/status"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/import\/totals": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "days": {
                            "description": "\u8981\u5bfc\u5165\u7684\u5929\u6570\u3002",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "skip_existing": {
                            "description": "\u8df3\u8fc7\u5bfc\u5165\u73b0\u6709\u8ba2\u5355\u6570\u636e\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8981\u4f20\u9012\u7ed9\u6240\u5bfc\u51fa\u62a5\u544a\u7684\u53c2\u6570\u3002",
                            "type": "object",
                            "required": false
                        },
                        "email": {
                            "description": "\u5982\u679c\u4e3a true\uff0c\u8bf7\u901a\u8fc7\u7535\u5b50\u90ae\u4ef6\u5411\u63d0\u51fa\u8bf7\u6c42\u7684\u7528\u6237\u53d1\u9001\u7528\u4e8e\u4e0b\u8f7d\u5bfc\u51fa\u5185\u5bb9\u7684\u94fe\u63a5\u3002",
                            "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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "net_revenue",
                                "orders_count",
                                "items_sold",
                                "product_name",
                                "variations",
                                "sku"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "\u5f3a\u5236\u68c0\u7d22\u65b0\u6570\u636e\uff0c\u800c\u4e0d\u662f\u4ece\u7f13\u5b58\u4e2d\u68c0\u7d22\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "categories": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u7279\u5b9a\u7c7b\u522b\u4e2d\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "match": {
                            "description": "\u8868\u793a\u7ed3\u679c\u96c6\u7684\u6240\u6709\u6761\u4ef6\u662f\u5426\u4e3a true\uff0c\u6216\u8005\u5176\u4e2d\u4efb\u4f55\u4e00\u4e2a\u6761\u4ef6\u662f\u5426\u5145\u5206\u3002\u5339\u914d\u7ed3\u679c\u4f1a\u5f71\u54cd\u4ee5\u4e0b\u53c2\u6570\uff1astatus_is\u3001status_is_not\u3001product_includes\u3001product_excludes\u3001coupon_includes\u3001coupon_excludes\u3001customer\u3001categories",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "products": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5305\u542b\u7279\u5b9a\u4ea7\u54c1 ID \u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "extended_info": {
                            "description": "\u5411\u62a5\u544a\u4e2d\u6dfb\u52a0\u5173\u4e8e\u6bcf\u6b3e\u4ea7\u54c1\u7684\u9644\u52a0\u4fe1\u606f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-analytics\/reports\/products"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/variations": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "net_revenue",
                                "orders_count",
                                "items_sold",
                                "sku"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "\u5f3a\u5236\u68c0\u7d22\u65b0\u6570\u636e\uff0c\u800c\u4e0d\u662f\u4ece\u7f13\u5b58\u4e2d\u68c0\u7d22\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "match": {
                            "description": "\u8868\u793a\u7ed3\u679c\u96c6\u7684\u6240\u6709\u6761\u4ef6\u662f\u5426\u4e3a true\uff0c\u6216\u8005\u5176\u4e2d\u4efb\u4f55\u4e00\u4e2a\u6761\u4ef6\u662f\u5426\u5145\u5206\u3002\u5339\u914d\u7ed3\u679c\u4f1a\u5f71\u54cd\u4ee5\u4e0b\u53c2\u6570\uff1astatus_is\u3001status_is_not\u3001product_includes\u3001product_excludes\u3001coupon_includes\u3001coupon_excludes\u3001customer\u3001categories",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "product_includes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u6307\u5b9a\u7236\u4ea7\u54c1\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "product_excludes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6ca1\u6709\u6307\u5b9a\u7236\u4ea7\u54c1\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "variations": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5305\u542b\u7279\u5b9a\u53d8\u91cf ID \u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "extended_info": {
                            "description": "\u5411\u62a5\u544a\u4e2d\u6dfb\u52a0\u5173\u4e8e\u6bcf\u4e2a\u53d8\u4f53\u7684\u9644\u52a0\u4fe1\u606f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "attribute_is": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5305\u542b\u6307\u5b9a\u5c5e\u6027\u7684\u53d8\u4f53\u3002",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_is_not": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u4e0d\u5305\u542b\u6307\u5b9a\u5c5e\u6027\u7684\u53d8\u4f53\u3002",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        },
                        "category_includes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u7c7b\u522b\u7684\u53d8\u4f53\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "category_excludes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u672a\u5728\u7279\u5b9a\u7c7b\u522b\u4e2d\u7684\u53d8\u4f53\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "products": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5305\u542b\u7279\u5b9a\u4ea7\u54c1 ID \u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-analytics\/reports\/variations"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/products\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "net_revenue",
                                "coupons",
                                "refunds",
                                "shipping",
                                "taxes",
                                "net_revenue",
                                "orders_count",
                                "items_sold"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "\u5f3a\u5236\u68c0\u7d22\u65b0\u6570\u636e\uff0c\u800c\u4e0d\u662f\u4ece\u7f13\u5b58\u4e2d\u68c0\u7d22\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "fields": {
                            "description": "\u5c06\u7edf\u8ba1\u4fe1\u606f\u5b57\u6bb5\u9650\u5236\u4e3a\u4ec5\u663e\u793a\u6307\u5b9a\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "interval": {
                            "description": "\u7528\u4e8e\u5df2\u8fd4\u56de\u7684\u6570\u636e\u4e2d\u7684\u5b58\u50a8\u6876\u7684\u65f6\u95f4\u95f4\u9694\u3002",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "categories": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u7279\u5b9a\u7c7b\u522b\u4e2d\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "products": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5305\u542b\u7279\u5b9a\u4ea7\u54c1 ID \u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "variations": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5305\u542b\u7279\u5b9a\u53d8\u91cf ID \u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "segmentby": {
                            "description": "\u901a\u8fc7\u9644\u52a0\u7ea6\u675f\u7ec6\u5206\u56de\u590d\u3002",
                            "type": "string",
                            "enum": [
                                "product",
                                "category",
                                "variation"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-analytics\/reports\/products\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/variations\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "net_revenue",
                                "coupons",
                                "refunds",
                                "shipping",
                                "taxes",
                                "net_revenue",
                                "orders_count",
                                "items_sold"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "\u5f3a\u5236\u68c0\u7d22\u65b0\u6570\u636e\uff0c\u800c\u4e0d\u662f\u4ece\u7f13\u5b58\u4e2d\u68c0\u7d22\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "fields": {
                            "description": "\u5c06\u7edf\u8ba1\u4fe1\u606f\u5b57\u6bb5\u9650\u5236\u4e3a\u4ec5\u663e\u793a\u6307\u5b9a\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "interval": {
                            "description": "\u7528\u4e8e\u5df2\u8fd4\u56de\u7684\u6570\u636e\u4e2d\u7684\u5b58\u50a8\u6876\u7684\u65f6\u95f4\u95f4\u9694\u3002",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "match": {
                            "description": "\u8868\u793a\u7ed3\u679c\u96c6\u7684\u6240\u6709\u6761\u4ef6\u662f\u5426\u4e3a true\uff0c\u6216\u8005\u5176\u4e2d\u4efb\u4f55\u4e00\u4e2a\u6761\u4ef6\u662f\u5426\u5145\u5206\u3002\u5339\u914d\u7ed3\u679c\u4f1a\u5f71\u54cd\u4ee5\u4e0b\u53c2\u6570\uff1astatus_is\u3001status_is_not\u3001product_includes\u3001product_excludes\u3001coupon_includes\u3001coupon_excludes\u3001customer\u3001categories",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "category_includes": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u7279\u5b9a\u7c7b\u522b\u4e2d\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "category_excludes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u672a\u5728\u7279\u5b9a\u7c7b\u522b\u4e2d\u7684\u53d8\u4f53\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "product_includes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u6307\u5b9a\u7236\u4ea7\u54c1\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "product_excludes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6ca1\u6709\u6307\u5b9a\u7236\u4ea7\u54c1\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "variations": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5305\u542b\u7279\u5b9a\u53d8\u91cf ID \u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "segmentby": {
                            "description": "\u901a\u8fc7\u9644\u52a0\u7ea6\u675f\u7ec6\u5206\u56de\u590d\u3002",
                            "type": "string",
                            "enum": [
                                "product",
                                "category",
                                "variation"
                            ],
                            "required": false
                        },
                        "attribute_is": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5305\u542b\u5177\u6709\u6307\u5b9a\u5c5e\u6027\u7684\u4ea7\u54c1\u7684\u8ba2\u5355\u3002",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_is_not": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u4e0d\u5305\u542b\u5177\u6709\u6307\u5b9a\u5c5e\u6027\u7684\u4ea7\u54c1\u7684\u8ba2\u5355\u3002",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-analytics\/reports\/variations\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/revenue\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "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": "\u5f3a\u5236\u68c0\u7d22\u65b0\u6570\u636e\uff0c\u800c\u4e0d\u662f\u4ece\u7f13\u5b58\u4e2d\u68c0\u7d22\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "interval": {
                            "description": "\u7528\u4e8e\u5df2\u8fd4\u56de\u7684\u6570\u636e\u4e2d\u7684\u5b58\u50a8\u6876\u7684\u65f6\u95f4\u95f4\u9694\u3002",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "segmentby": {
                            "description": "\u901a\u8fc7\u9644\u52a0\u7ea6\u675f\u7ec6\u5206\u56de\u590d\u3002",
                            "type": "string",
                            "enum": [
                                "product",
                                "category",
                                "variation",
                                "coupon",
                                "customer_type"
                            ],
                            "required": false
                        },
                        "date_type": {
                            "description": "\u8986\u76d6\u7528\u4e8e\u6536\u5165\u62a5\u544a\u4e2d\u8003\u8651\u7684\u6570\u636e\u5e93\u65e5\u671f\u5b57\u6bb5\u7684\u201cwoocommerce_date_type\u201d\u9009\u9879\u3002",
                            "type": "string",
                            "enum": [
                                "date_paid",
                                "date_created",
                                "date_completed"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-analytics\/reports\/revenue\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/orders": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "num_items_sold",
                                "net_total"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "\u5f3a\u5236\u68c0\u7d22\u65b0\u6570\u636e\uff0c\u800c\u4e0d\u662f\u4ece\u7f13\u5b58\u4e2d\u68c0\u7d22\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_includes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u6307\u5b9a\u7279\u5b9a\u4ea7\u54c1\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "product_excludes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6ca1\u6709\u6307\u5b9a\u7279\u5b9a\u4ea7\u54c1\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "variation_includes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u6307\u5b9a\u7279\u5b9a\u53d8\u4f53\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "variation_excludes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6ca1\u6709\u6307\u5b9a\u7279\u5b9a\u53d8\u4f53\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "coupon_includes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u6307\u5b9a\u7279\u5b9a\u4f18\u60e0\u5238\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "coupon_excludes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6ca1\u6709\u6307\u5b9a\u7279\u5b9a\u4f18\u60e0\u5238\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "tax_rate_includes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u6307\u5b9a\u7279\u5b9a\u7a0e\u7387\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "tax_rate_excludes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6ca1\u6709\u6307\u5b9a\u7279\u5b9a\u7a0e\u7387\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "status_is": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u6709\u7279\u5b9a\u8ba2\u5355\u72b6\u6001\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "any",
                                    "trash",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "status_is_not": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6ca1\u6709\u7279\u5b9a\u8ba2\u5355\u72b6\u6001\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "any",
                                    "trash",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "customer_type": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u56de\u5934\u5ba2\u6216\u65b0\u5ba2\u6237\u3002",
                            "type": "string",
                            "default": "",
                            "enum": [
                                "",
                                "returning",
                                "new"
                            ],
                            "required": false
                        },
                        "refunds": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u9000\u6b3e\u7c7b\u578b\u3002",
                            "type": "string",
                            "default": "",
                            "enum": [
                                "",
                                "all",
                                "partial",
                                "full",
                                "none"
                            ],
                            "required": false
                        },
                        "extended_info": {
                            "description": "\u5411\u62a5\u544a\u4e2d\u6dfb\u52a0\u5173\u4e8e\u6bcf\u5f20\u4f18\u60e0\u5238\u7684\u9644\u52a0\u4fe1\u606f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "order_includes": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u6709\u7279\u5b9a\u8ba2\u5355 ID \u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "order_excludes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6ca1\u6709\u7279\u5b9a\u8ba2\u5355 ID \u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "attribute_is": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5305\u542b\u5177\u6709\u6307\u5b9a\u5c5e\u6027\u7684\u4ea7\u54c1\u7684\u8ba2\u5355\u3002",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_is_not": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u4e0d\u5305\u542b\u5177\u6709\u6307\u5b9a\u5c5e\u6027\u7684\u4ea7\u54c1\u7684\u8ba2\u5355\u3002",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-analytics\/reports\/orders"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/orders\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "net_revenue",
                                "orders_count",
                                "avg_order_value"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "\u5f3a\u5236\u68c0\u7d22\u65b0\u6570\u636e\uff0c\u800c\u4e0d\u662f\u4ece\u7f13\u5b58\u4e2d\u68c0\u7d22\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "interval": {
                            "description": "\u7528\u4e8e\u5df2\u8fd4\u56de\u7684\u6570\u636e\u4e2d\u7684\u5b58\u50a8\u6876\u7684\u65f6\u95f4\u95f4\u9694\u3002",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "match": {
                            "description": "\u8868\u793a\u7ed3\u679c\u96c6\u7684\u6240\u6709\u6761\u4ef6\u662f\u5426\u4e3a true\uff0c\u6216\u8005\u5176\u4e2d\u4efb\u4f55\u4e00\u4e2a\u6761\u4ef6\u662f\u5426\u5145\u5206\u3002\u5339\u914d\u7ed3\u679c\u4f1a\u5f71\u54cd\u4ee5\u4e0b\u53c2\u6570\uff1astatus_is\u3001status_is_not\u3001product_includes\u3001product_excludes\u3001coupon_includes\u3001coupon_excludes\u3001customer\u3001categories",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "status_is": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u6709\u7279\u5b9a\u8ba2\u5355\u72b6\u6001\u7684\u9879\u76ee\u3002",
                            "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": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6ca1\u6709\u7279\u5b9a\u8ba2\u5355\u72b6\u6001\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "any",
                                    "trash",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "product_includes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u6307\u5b9a\u7279\u5b9a\u4ea7\u54c1\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "product_excludes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6ca1\u6709\u6307\u5b9a\u7279\u5b9a\u4ea7\u54c1\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "variation_includes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u6307\u5b9a\u7279\u5b9a\u53d8\u4f53\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "variation_excludes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6ca1\u6709\u6307\u5b9a\u7279\u5b9a\u53d8\u4f53\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "coupon_includes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u6307\u5b9a\u7279\u5b9a\u4f18\u60e0\u5238\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "coupon_excludes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6ca1\u6709\u6307\u5b9a\u7279\u5b9a\u4f18\u60e0\u5238\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "tax_rate_includes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u6307\u5b9a\u7279\u5b9a\u7a0e\u7387\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "tax_rate_excludes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6ca1\u6709\u6307\u5b9a\u7279\u5b9a\u7a0e\u7387\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "customer": {
                            "description": "customer_type \u7684\u522b\u540d\uff08\u5df2\u5f03\u7528\uff09\u3002",
                            "type": "string",
                            "enum": [
                                "new",
                                "returning"
                            ],
                            "required": false
                        },
                        "customer_type": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u6709\u7279\u5b9a customer_type \u7684\u8ba2\u5355",
                            "type": "string",
                            "enum": [
                                "new",
                                "returning"
                            ],
                            "required": false
                        },
                        "refunds": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7279\u5b9a\u9000\u6b3e\u7c7b\u578b\u3002",
                            "type": "string",
                            "default": "",
                            "enum": [
                                "",
                                "all",
                                "partial",
                                "full",
                                "none"
                            ],
                            "required": false
                        },
                        "attribute_is": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5305\u542b\u5177\u6709\u6307\u5b9a\u5c5e\u6027\u7684\u4ea7\u54c1\u7684\u8ba2\u5355\u3002",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_is_not": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u4e0d\u5305\u542b\u5177\u6709\u6307\u5b9a\u5c5e\u6027\u7684\u4ea7\u54c1\u7684\u8ba2\u5355\u3002",
                            "type": "array",
                            "items": {
                                "type": "array"
                            },
                            "default": [],
                            "required": false
                        },
                        "segmentby": {
                            "description": "\u901a\u8fc7\u9644\u52a0\u7ea6\u675f\u7ec6\u5206\u56de\u590d\u3002",
                            "type": "string",
                            "enum": [
                                "product",
                                "category",
                                "variation",
                                "coupon",
                                "customer_type"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-analytics\/reports\/orders\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/categories": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "category_id",
                            "enum": [
                                "category_id",
                                "items_sold",
                                "net_revenue",
                                "orders_count",
                                "products_count",
                                "category"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "\u5f3a\u5236\u68c0\u7d22\u65b0\u6570\u636e\uff0c\u800c\u4e0d\u662f\u4ece\u7f13\u5b58\u4e2d\u68c0\u7d22\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "interval": {
                            "description": "\u7528\u4e8e\u5df2\u8fd4\u56de\u7684\u6570\u636e\u4e2d\u7684\u5b58\u50a8\u6876\u7684\u65f6\u95f4\u95f4\u9694\u3002",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "status_is": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u6709\u7279\u5b9a\u8ba2\u5355\u72b6\u6001\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "any",
                                    "trash",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "status_is_not": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6ca1\u6709\u7279\u5b9a\u8ba2\u5355\u72b6\u6001\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "any",
                                    "trash",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "categories": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5728\u7c7b\u522b\u5206\u7c7b\u4e2d\u6307\u5b9a\u4e86\u7279\u5b9a\u672f\u8bed\u7684\u6240\u6709\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "extended_info": {
                            "description": "\u5411\u62a5\u544a\u4e2d\u6dfb\u52a0\u5173\u4e8e\u6bcf\u4e2a\u7c7b\u522b\u7684\u9644\u52a0\u4fe1\u606f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-analytics\/reports\/categories"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/taxes": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "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": "\u5f3a\u5236\u68c0\u7d22\u65b0\u6570\u636e\uff0c\u800c\u4e0d\u662f\u4ece\u7f13\u5b58\u4e2d\u68c0\u7d22\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "taxes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u6307\u5b9a\u4e00\u4e2a\u6216\u591a\u4e2a\u7a0e\u7387\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-analytics\/reports\/taxes"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/taxes\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "items_sold",
                                "total_sales",
                                "orders_count",
                                "products_count"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "\u5f3a\u5236\u68c0\u7d22\u65b0\u6570\u636e\uff0c\u800c\u4e0d\u662f\u4ece\u7f13\u5b58\u4e2d\u68c0\u7d22\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "fields": {
                            "description": "\u5c06\u7edf\u8ba1\u4fe1\u606f\u5b57\u6bb5\u9650\u5236\u4e3a\u4ec5\u663e\u793a\u6307\u5b9a\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "interval": {
                            "description": "\u7528\u4e8e\u5df2\u8fd4\u56de\u7684\u6570\u636e\u4e2d\u7684\u5b58\u50a8\u6876\u7684\u65f6\u95f4\u95f4\u9694\u3002",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "taxes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5728\u7a0e\u8d39\u5206\u7c7b\u4e2d\u6307\u5b9a\u4e86\u7279\u5b9a\u672f\u8bed\u7684\u6240\u6709\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "segmentby": {
                            "description": "\u901a\u8fc7\u9644\u52a0\u7ea6\u675f\u7ec6\u5206\u56de\u590d\u3002",
                            "type": "string",
                            "enum": [
                                "tax_rate_id"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-analytics\/reports\/taxes\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/coupons": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "coupon_id",
                            "enum": [
                                "coupon_id",
                                "code",
                                "amount",
                                "orders_count"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "\u5f3a\u5236\u68c0\u7d22\u65b0\u6570\u636e\uff0c\u800c\u4e0d\u662f\u4ece\u7f13\u5b58\u4e2d\u68c0\u7d22\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "coupons": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u6307\u5b9a\u7279\u5b9a\u4f18\u60e0\u5238 ID \u7684\u4f18\u60e0\u5238\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "extended_info": {
                            "description": "\u5411\u62a5\u544a\u4e2d\u6dfb\u52a0\u5173\u4e8e\u6bcf\u5f20\u4f18\u60e0\u5238\u7684\u9644\u52a0\u4fe1\u606f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-analytics\/reports\/coupons"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/coupons\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "amount",
                                "coupons_count",
                                "orders_count"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "\u5f3a\u5236\u68c0\u7d22\u65b0\u6570\u636e\uff0c\u800c\u4e0d\u662f\u4ece\u7f13\u5b58\u4e2d\u68c0\u7d22\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "fields": {
                            "description": "\u5c06\u7edf\u8ba1\u4fe1\u606f\u5b57\u6bb5\u9650\u5236\u4e3a\u4ec5\u663e\u793a\u6307\u5b9a\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "interval": {
                            "description": "\u7528\u4e8e\u5df2\u8fd4\u56de\u7684\u6570\u636e\u4e2d\u7684\u5b58\u50a8\u6876\u7684\u65f6\u95f4\u95f4\u9694\u3002",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "coupons": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u6307\u5b9a\u7279\u5b9a\u4f18\u60e0\u5238 ID \u7684\u4f18\u60e0\u5238\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "segmentby": {
                            "description": "\u901a\u8fc7\u9644\u52a0\u7ea6\u675f\u7ec6\u5206\u56de\u590d\u3002",
                            "type": "string",
                            "enum": [
                                "product",
                                "variation",
                                "category",
                                "coupon"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-analytics\/reports\/coupons\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/stock": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "stock_status",
                            "enum": [
                                "stock_status",
                                "stock_quantity",
                                "date",
                                "id",
                                "include",
                                "title",
                                "sku"
                            ],
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u90e8\u5206\u7236\u7ea7IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u9664\u90e8\u5206\u7236\u7ea7ID\u4e4b\u5916\u7684\u5168\u90e8\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "type": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u6307\u5b9a\u5e93\u5b58\u62a5\u544a\u7c7b\u578b\u7684\u9879\u76ee\u3002",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "lowstock",
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-analytics\/reports\/stock"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/stock\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-analytics\/reports\/stock\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/downloads": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "product"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "\u5f3a\u5236\u68c0\u7d22\u65b0\u6570\u636e\uff0c\u800c\u4e0d\u662f\u4ece\u7f13\u5b58\u4e2d\u68c0\u7d22\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "match": {
                            "description": "\u8868\u793a\u7ed3\u679c\u96c6\u7684\u6240\u6709\u6761\u4ef6\u662f\u5426\u4e3a true\uff0c\u6216\u8005\u5176\u4e2d\u4efb\u4f55\u4e00\u4e2a\u6761\u4ef6\u662f\u5426\u5145\u5206\u3002\u5339\u914d\u7ed3\u679c\u4f1a\u5f71\u54cd\u4ee5\u4e0b\u53c2\u6570\uff1aproducts\u3001orders\u3001username\u3001ip_address\u3002",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "product_includes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u6307\u5b9a\u7279\u5b9a\u4ea7\u54c1\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "product_excludes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6ca1\u6709\u6307\u5b9a\u7279\u5b9a\u4ea7\u54c1\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order_includes": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u6709\u7279\u5b9a\u8ba2\u5355 ID \u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "order_excludes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6ca1\u6709\u7279\u5b9a\u8ba2\u5355 ID \u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "customer_includes": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u6709\u7279\u5b9a\u7528\u6237 ID \u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "customer_excludes": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u6ca1\u6709\u7279\u5b9a\u7528\u6237 ID \u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "ip_address_includes": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u6709\u7279\u5b9a IP \u5730\u5740\u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "ip_address_excludes": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u6ca1\u6709\u7279\u5b9a IP \u5730\u5740\u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-analytics\/reports\/downloads"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/downloads\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "download_count"
                            ],
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "\u5f3a\u5236\u68c0\u7d22\u65b0\u6570\u636e\uff0c\u800c\u4e0d\u662f\u4ece\u7f13\u5b58\u4e2d\u68c0\u7d22\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "fields": {
                            "description": "\u5c06\u7edf\u8ba1\u4fe1\u606f\u5b57\u6bb5\u9650\u5236\u4e3a\u4ec5\u663e\u793a\u6307\u5b9a\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "interval": {
                            "description": "\u7528\u4e8e\u5df2\u8fd4\u56de\u7684\u6570\u636e\u4e2d\u7684\u5b58\u50a8\u6876\u7684\u65f6\u95f4\u95f4\u9694\u3002",
                            "type": "string",
                            "default": "week",
                            "enum": [
                                "hour",
                                "day",
                                "week",
                                "month",
                                "quarter",
                                "year"
                            ],
                            "required": false
                        },
                        "match": {
                            "description": "\u8868\u793a\u7ed3\u679c\u96c6\u7684\u6240\u6709\u6761\u4ef6\u662f\u5426\u4e3a true\uff0c\u6216\u8005\u5176\u4e2d\u4efb\u4f55\u4e00\u4e2a\u6761\u4ef6\u662f\u5426\u5145\u5206\u3002\u5339\u914d\u7ed3\u679c\u4f1a\u5f71\u54cd\u4ee5\u4e0b\u53c2\u6570\uff1astatus_is\u3001status_is_not\u3001product_includes\u3001product_excludes\u3001coupon_includes\u3001coupon_excludes\u3001customer\u3001categories",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "product_includes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u6307\u5b9a\u7279\u5b9a\u4ea7\u54c1\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "product_excludes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6ca1\u6709\u6307\u5b9a\u7279\u5b9a\u4ea7\u54c1\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order_includes": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u6709\u7279\u5b9a\u8ba2\u5355 ID \u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "order_excludes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6ca1\u6709\u7279\u5b9a\u8ba2\u5355 ID \u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "customer_includes": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u6709\u7279\u5b9a\u5ba2\u6237 ID \u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "customer_excludes": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u6ca1\u6709\u7279\u5b9a\u5ba2\u6237 ID \u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "ip_address_includes": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u6709\u7279\u5b9a IP \u5730\u5740\u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "ip_address_excludes": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u6ca1\u6709\u7279\u5b9a IP \u5730\u5740\u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-analytics\/reports\/downloads\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/customers": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "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": "\u5f3a\u5236\u68c0\u7d22\u65b0\u6570\u636e\uff0c\u800c\u4e0d\u662f\u4ece\u7f13\u5b58\u4e2d\u68c0\u7d22\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "registered_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u6ce8\u518c\u65f6\u95f4\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u65f6\u95f4\u4e4b\u524d\uff08\u6216\u5f53\u65f6\uff09\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "registered_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u6ce8\u518c\u65f6\u95f4\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u65f6\u95f4\u4e4b\u540e\uff08\u6216\u5f53\u65f6\uff09\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "match": {
                            "description": "\u8868\u793a\u7ed3\u679c\u96c6\u7684\u6240\u6709\u6761\u4ef6\u662f\u5426\u4e3a true\uff0c\u6216\u8005\u5176\u4e2d\u4efb\u4f55\u4e00\u4e2a\u6761\u4ef6\u662f\u5426\u5145\u5206\u3002\u5339\u914d\u7ed3\u679c\u4f1a\u5f71\u54cd\u4ee5\u4e0b\u53c2\u6570\uff1astatus_is\u3001status_is_not\u3001product_includes\u3001product_excludes\u3001coupon_includes\u3001coupon_excludes\u3001customer\u3001categories",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5e26\u6709\u5305\u542b\u641c\u7d22\u8bcd\u7684\u5ba2\u6237\u5b57\u6bb5\u7684\u5bf9\u8c61\u641c\u7d22\u201csearchby\u201d\u63d0\u4f9b\u7684\u5b57\u6bb5\u3002",
                            "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": "\u5c06\u5bf9\u5bf9\u8c61\u7684\u54cd\u5e94\u4ec5\u9002\u7528\u4e8e\u7279\u5b9a\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name_excludes": {
                            "description": "\u5c06\u5bf9\u5bf9\u8c61\u7684\u54cd\u5e94\u4ece\u7279\u5b9a\u7684\u540d\u79f0\u4e2d\u6392\u9664\u3002",
                            "type": "string",
                            "required": false
                        },
                        "username_includes": {
                            "description": "\u5c06\u5bf9\u5bf9\u8c61\u7684\u54cd\u5e94\u4ec5\u9002\u7528\u4e8e\u7279\u5b9a\u7684\u7528\u6237\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "username_excludes": {
                            "description": "\u5c06\u5bf9\u5bf9\u8c61\u7684\u54cd\u5e94\u4ece\u7279\u5b9a\u7684\u7528\u6237\u540d\u4e2d\u6392\u9664\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email_includes": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u7535\u5b50\u90ae\u4ef6\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email_excludes": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u4e0d\u5305\u542b\u7535\u5b50\u90ae\u4ef6\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "required": false
                        },
                        "country_includes": {
                            "description": "\u5c06\u5bf9\u5bf9\u8c61\u7684\u54cd\u5e94\u4ec5\u9650\u5b9a\u5230\u7279\u5b9a\u7684\u56fd\u5bb6\/\u5730\u533a\u3002",
                            "type": "string",
                            "required": false
                        },
                        "country_excludes": {
                            "description": "\u5c06\u5bf9\u5bf9\u8c61\u7684\u54cd\u5e94\u4ece\u7279\u5b9a\u7684\u56fd\u5bb6\/\u5730\u533a\u4e2d\u6392\u9664\u3002",
                            "type": "string",
                            "required": false
                        },
                        "last_active_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u4e0a\u6b21\u6d3b\u52a8\u65f6\u95f4\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u65f6\u95f4\u4e4b\u524d\uff08\u6216\u5f53\u65f6\uff09\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u4e0a\u6b21\u6d3b\u52a8\u65f6\u95f4\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u65f6\u95f4\u4e4b\u540e\uff08\u6216\u5f53\u65f6\uff09\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_between": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u4e0a\u6b21\u6d3b\u52a8\u65f6\u95f4\u4ecb\u4e8e\u4e24\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u65f6\u95f4\u4e4b\u95f4\u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "registered_between": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u4e0a\u6b21\u6d3b\u52a8\u65f6\u95f4\u4ecb\u4e8e\u4e24\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u65f6\u95f4\u4e4b\u95f4\u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "orders_count_min": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u5927\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6574\u6570\u7684\u8ba2\u5355\u6570\u7684\u5bf9\u8c61\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_max": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u5c0f\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6574\u6570\u7684\u8ba2\u5355\u6570\u7684\u5bf9\u8c61\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_between": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u4ecb\u4e8e\u4e24\u4e2a\u7ed9\u5b9a\u6574\u6570\u4e4b\u95f4\u7684\u8ba2\u5355\u6570\u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "total_spend_min": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u5927\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6570\u5b57\u7684\u603b\u8ba2\u5355\u82b1\u8d39\u7684\u5bf9\u8c61\u3002",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_max": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u5c0f\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6570\u5b57\u7684\u603b\u8ba2\u5355\u82b1\u8d39\u7684\u5bf9\u8c61\u3002",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_between": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u4ecb\u4e8e\u4e24\u4e2a\u7ed9\u5b9a\u6570\u5b57\u4e4b\u95f4\u603b\u8ba1\u8ba2\u5355\u82b1\u8d39\u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "avg_order_value_min": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u5927\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6570\u5b57\u7684\u5e73\u5747\u8ba2\u5355\u82b1\u8d39\u7684\u5bf9\u8c61\u3002",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_max": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u5c0f\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6570\u5b57\u7684\u5e73\u5747\u8ba2\u5355\u82b1\u8d39\u7684\u5bf9\u8c61\u3002",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_between": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u4ecb\u4e8e\u4e24\u4e2a\u7ed9\u5b9a\u6570\u5b57\u4e4b\u95f4\u7684\u5e73\u5747\u8ba2\u5355\u82b1\u8d39\u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "last_order_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u65f6\u95f4\u4e4b\u524d\uff08\u6216\u5f53\u65f6\uff09\u53d1\u5e03\u7684\u5305\u542b\u4e0a\u4e00\u4e2a\u8ba2\u5355\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_order_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u65f6\u95f4\u4e4b\u540e\uff08\u6216\u5f53\u65f6\uff09\u53d1\u5e03\u7684\u5305\u542b\u4e0a\u4e00\u4e2a\u8ba2\u5355\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "customers": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5305\u542b\u7279\u5b9a\u5ba2\u6237 ID \u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "users": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5177\u6709\u6307\u5b9a\u7528\u6237 ID \u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "filter_empty": {
                            "description": "\u7b5b\u9664\u5b58\u5728\u4efb\u4f55\u7a7a\u767d\u901a\u8fc7\u5b57\u6bb5\u7684\u7ed3\u679c",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "email",
                                    "name",
                                    "country",
                                    "city",
                                    "state",
                                    "postcode"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-analytics\/reports\/customers"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/customers\/stats": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "registered_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u6ce8\u518c\u65f6\u95f4\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u65f6\u95f4\u4e4b\u524d\uff08\u6216\u5f53\u65f6\uff09\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "registered_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u6ce8\u518c\u65f6\u95f4\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u65f6\u95f4\u4e4b\u540e\uff08\u6216\u5f53\u65f6\uff09\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "match": {
                            "description": "\u8868\u793a\u7ed3\u679c\u96c6\u7684\u6240\u6709\u6761\u4ef6\u662f\u5426\u4e3a true\uff0c\u6216\u8005\u5176\u4e2d\u4efb\u4f55\u4e00\u4e2a\u6761\u4ef6\u662f\u5426\u5145\u5206\u3002\u5339\u914d\u7ed3\u679c\u4f1a\u5f71\u54cd\u4ee5\u4e0b\u53c2\u6570\uff1astatus_is\u3001status_is_not\u3001product_includes\u3001product_excludes\u3001coupon_includes\u3001coupon_excludes\u3001customer\u3001categories",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "any"
                            ],
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5e26\u6709\u5305\u542b\u641c\u7d22\u8bcd\u7684\u5ba2\u6237\u5b57\u6bb5\u7684\u5bf9\u8c61\u641c\u7d22\u201csearchby\u201d\u63d0\u4f9b\u7684\u5b57\u6bb5\u3002",
                            "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": "\u5c06\u5bf9\u5bf9\u8c61\u7684\u54cd\u5e94\u4ec5\u9002\u7528\u4e8e\u7279\u5b9a\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name_excludes": {
                            "description": "\u5c06\u5bf9\u5bf9\u8c61\u7684\u54cd\u5e94\u4ece\u7279\u5b9a\u7684\u540d\u79f0\u4e2d\u6392\u9664\u3002",
                            "type": "string",
                            "required": false
                        },
                        "username_includes": {
                            "description": "\u5c06\u5bf9\u5bf9\u8c61\u7684\u54cd\u5e94\u4ec5\u9002\u7528\u4e8e\u7279\u5b9a\u7684\u7528\u6237\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "username_excludes": {
                            "description": "\u5c06\u5bf9\u5bf9\u8c61\u7684\u54cd\u5e94\u4ece\u7279\u5b9a\u7684\u7528\u6237\u540d\u4e2d\u6392\u9664\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email_includes": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u7535\u5b50\u90ae\u4ef6\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email_excludes": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u4e0d\u5305\u542b\u7535\u5b50\u90ae\u4ef6\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "required": false
                        },
                        "country_includes": {
                            "description": "\u5c06\u5bf9\u5bf9\u8c61\u7684\u54cd\u5e94\u4ec5\u9650\u5b9a\u5230\u7279\u5b9a\u7684\u56fd\u5bb6\/\u5730\u533a\u3002",
                            "type": "string",
                            "required": false
                        },
                        "country_excludes": {
                            "description": "\u5c06\u5bf9\u5bf9\u8c61\u7684\u54cd\u5e94\u4ece\u7279\u5b9a\u7684\u56fd\u5bb6\/\u5730\u533a\u4e2d\u6392\u9664\u3002",
                            "type": "string",
                            "required": false
                        },
                        "last_active_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u4e0a\u6b21\u6d3b\u52a8\u65f6\u95f4\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u65f6\u95f4\u4e4b\u524d\uff08\u6216\u5f53\u65f6\uff09\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u4e0a\u6b21\u6d3b\u52a8\u65f6\u95f4\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u65f6\u95f4\u4e4b\u540e\uff08\u6216\u5f53\u65f6\uff09\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_active_between": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u4e0a\u6b21\u6d3b\u52a8\u65f6\u95f4\u4ecb\u4e8e\u4e24\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u65f6\u95f4\u4e4b\u95f4\u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "registered_between": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u4e0a\u6b21\u6d3b\u52a8\u65f6\u95f4\u4ecb\u4e8e\u4e24\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u65f6\u95f4\u4e4b\u95f4\u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "orders_count_min": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u5927\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6574\u6570\u7684\u8ba2\u5355\u6570\u7684\u5bf9\u8c61\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_max": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u5c0f\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6574\u6570\u7684\u8ba2\u5355\u6570\u7684\u5bf9\u8c61\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "orders_count_between": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u4ecb\u4e8e\u4e24\u4e2a\u7ed9\u5b9a\u6574\u6570\u4e4b\u95f4\u7684\u8ba2\u5355\u6570\u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "total_spend_min": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u5927\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6570\u5b57\u7684\u603b\u8ba2\u5355\u82b1\u8d39\u7684\u5bf9\u8c61\u3002",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_max": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u5c0f\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6570\u5b57\u7684\u603b\u8ba2\u5355\u82b1\u8d39\u7684\u5bf9\u8c61\u3002",
                            "type": "number",
                            "required": false
                        },
                        "total_spend_between": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u4ecb\u4e8e\u4e24\u4e2a\u7ed9\u5b9a\u6570\u5b57\u4e4b\u95f4\u603b\u8ba1\u8ba2\u5355\u82b1\u8d39\u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "avg_order_value_min": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u5927\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6570\u5b57\u7684\u5e73\u5747\u8ba2\u5355\u82b1\u8d39\u7684\u5bf9\u8c61\u3002",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_max": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u5c0f\u4e8e\u6216\u7b49\u4e8e\u7ed9\u5b9a\u6570\u5b57\u7684\u5e73\u5747\u8ba2\u5355\u82b1\u8d39\u7684\u5bf9\u8c61\u3002",
                            "type": "number",
                            "required": false
                        },
                        "avg_order_value_between": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5305\u542b\u4ecb\u4e8e\u4e24\u4e2a\u7ed9\u5b9a\u6570\u5b57\u4e4b\u95f4\u7684\u5e73\u5747\u8ba2\u5355\u82b1\u8d39\u7684\u5bf9\u8c61\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "last_order_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u65f6\u95f4\u4e4b\u524d\uff08\u6216\u5f53\u65f6\uff09\u53d1\u5e03\u7684\u5305\u542b\u4e0a\u4e00\u4e2a\u8ba2\u5355\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "last_order_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u65f6\u95f4\u4e4b\u540e\uff08\u6216\u5f53\u65f6\uff09\u53d1\u5e03\u7684\u5305\u542b\u4e0a\u4e00\u4e2a\u8ba2\u5355\u7684\u5bf9\u8c61\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "customers": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5305\u542b\u7279\u5b9a\u5ba2\u6237 ID \u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "fields": {
                            "description": "\u5c06\u7edf\u8ba1\u4fe1\u606f\u5b57\u6bb5\u9650\u5236\u4e3a\u4ec5\u663e\u793a\u6307\u5b9a\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "force_cache_refresh": {
                            "description": "\u5f3a\u5236\u68c0\u7d22\u65b0\u6570\u636e\uff0c\u800c\u4e0d\u662f\u4ece\u7f13\u5b58\u4e2d\u68c0\u7d22\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-analytics\/reports\/customers\/stats"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/performance-indicators": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "stats": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u7279\u5b9a\u62a5\u544a\u7edf\u8ba1\u4fe1\u606f\u3002\u5141\u8bb8\u7684\u503c\uff1a\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": []
                            },
                            "default": [],
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-analytics\/reports\/performance-indicators"
                    }
                ]
            }
        },
        "\/wc-analytics\/reports\/performance-indicators\/allowed": {
            "namespace": "wc-analytics",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "stats": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u7279\u5b9a\u62a5\u544a\u7edf\u8ba1\u4fe1\u606f\u3002\u5141\u8bb8\u7684\u503c\uff1a\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": []
                            },
                            "default": [],
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-analytics\/reports\/performance-indicators\/allowed"
                    }
                ]
            }
        },
        "\/wc-analytics\/admin\/notes": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "note_id",
                                "date",
                                "type",
                                "title",
                                "status"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "type": {
                            "description": "\u5907\u6ce8\u7c7b\u578b\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "error",
                                    "warning",
                                    "update",
                                    "info",
                                    "marketing",
                                    "survey",
                                    "email"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "description": "\u5907\u6ce8\u72b6\u6001\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "pending",
                                    "actioned",
                                    "unactioned",
                                    "snoozed",
                                    "sent"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "source": {
                            "description": "\u5907\u6ce8\u6765\u6e90\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "note_id",
                                "date",
                                "type",
                                "title",
                                "status"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "type": {
                            "description": "\u5907\u6ce8\u7c7b\u578b\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "error",
                                    "warning",
                                    "update",
                                    "info",
                                    "marketing",
                                    "survey",
                                    "email"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "description": "\u5907\u6ce8\u72b6\u6001\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "pending",
                                    "actioned",
                                    "unactioned",
                                    "snoozed",
                                    "sent"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "source": {
                            "description": "\u5907\u6ce8\u6765\u6e90\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u552f\u4e00ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u552f\u4e00ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u552f\u4e00ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u552f\u4e00ID\u3002",
                            "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": "\u5907\u6ce8\u72b6\u6001\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "pending",
                                    "actioned",
                                    "unactioned",
                                    "snoozed",
                                    "sent"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "status": {
                            "description": "\u5907\u6ce8\u72b6\u6001\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "pending",
                                    "actioned",
                                    "unactioned",
                                    "snoozed",
                                    "sent"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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": "\u5907\u6ce8\u7684\u552f\u4e00 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "action_id": {
                            "description": "\u5907\u6ce8\u64cd\u4f5c\u7684\u552f\u4e00 ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "note_id": {
                            "description": "\u5907\u6ce8\u7684\u552f\u4e00 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "action_id": {
                            "description": "\u5907\u6ce8\u64cd\u4f5c\u7684\u552f\u4e00 ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/coupons": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5305\u542b\u4e0e\u7ed9\u5b9a\u5b57\u7b26\u4e32\u5339\u914d\u7684\u4ee3\u7801\u7684\u4f18\u60e0\u5238\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u5728\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u56de\u590d\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "code": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u542b\u6709\u7279\u5b9a\u4ee3\u7801\u7684\u4f18\u60e0\u5238\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "code": {
                            "description": "\u4f18\u60e0\u7801\u3002",
                            "type": "string",
                            "required": true
                        },
                        "amount": {
                            "description": "\u6298\u6263\u6570\u91cf\uff0c\u5e94\u8be5\u662f\u4e00\u4e2a\u6570\u5b57\uff0c\u5373\u4f7f\u4f18\u60e0\u7c7b\u578b\u662f\u767e\u5206\u6bd4\uff0c\u4e5f\u5e94\u8be5\u662f\u4e2a\u6570\u5b57\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u4f18\u60e0\u5238\u7684\u72b6\u6001\u3002 \u5e94\u59cb\u7ec8\u4e3a\u8349\u7a3f\u3001\u5df2\u53d1\u5e03\u6216\u5f85\u5ba1\u6838",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "default": "fixed_cart",
                            "description": "\u786e\u5b9a\u4f18\u60e0\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4f18\u60e0\u5238\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "\u4f18\u60e0\u5238\u8fc7\u671f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "\u4f18\u60e0\u5238\u8fc7\u671f\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "default": false,
                            "description": "\u5982\u679c\u4e3atrue\uff0c\u8be5\u4f18\u60e0\u5238\u4ec5\u53ef\u88ab\u72ec\u7acb\u4f7f\u7528\uff0c\u5176\u5b83\u53ef\u7528\u7684\u4f18\u60e0\u5238\u5c06\u4f1a\u88ab\u4ece\u8d2d\u7269\u8f66\u4e2d\u79fb\u9664\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "\u53ef\u7528\u6b64\u4f18\u60e0\u5238\u7684\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "\u4e0d\u53ef\u7528\u6b64\u4f18\u60e0\u5238\u7684\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "\u8fd9\u4e2a\u4f18\u60e0\u5238\u603b\u7684\u53ef\u7528\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "\u6bcf\u4e2a\u5ba2\u6237\u53ef\u4ee5\u4f7f\u7528\u591a\u5c11\u6b21\u4f18\u60e0\u5238\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u4e2d\u6700\u591a\u6709\u591a\u5c11\u4ef6\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "default": false,
                            "description": "\u5982\u679c\u4e3atrue\u5e76\u4e14\u514d\u8d39\u914d\u9001\u65b9\u6cd5\u9700\u8981\u4e00\u4e2a\u4f18\u60e0\u5238\uff0c\u8be5\u4f18\u60e0\u5238\u5c06\u53ef\u7528\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "\u53ef\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u7684\u5206\u7c7bID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "\u4e0d\u53ef\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u7684\u5206\u7c7bID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "default": false,
                            "description": "\u5982\u679c\u4e3atrue\uff0c\u8be5\u4f18\u60e0\u5238\u5c06\u4e0d\u9002\u7528\u4e8e\u6253\u6298\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u91d1\u989d\u81f3\u5c11\u4e3a\u591a\u5c11\u3002",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u91d1\u989d\u6700\u591a\u4e3a\u591a\u5c11\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "\u5217\u51fa\u53ef\u4f7f\u7528\u6b64\u4f18\u60e0\u5238\u7684\u7535\u90ae\u5730\u5740\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5305\u542b\u4e0e\u7ed9\u5b9a\u5b57\u7b26\u4e32\u5339\u914d\u7684\u4ee3\u7801\u7684\u4f18\u60e0\u5238\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u5728\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u56de\u590d\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "code": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u542b\u6709\u7279\u5b9a\u4ee3\u7801\u7684\u4f18\u60e0\u5238\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "code": {
                            "description": "\u4f18\u60e0\u7801\u3002",
                            "type": "string",
                            "required": true
                        },
                        "amount": {
                            "description": "\u6298\u6263\u6570\u91cf\uff0c\u5e94\u8be5\u662f\u4e00\u4e2a\u6570\u5b57\uff0c\u5373\u4f7f\u4f18\u60e0\u7c7b\u578b\u662f\u767e\u5206\u6bd4\uff0c\u4e5f\u5e94\u8be5\u662f\u4e2a\u6570\u5b57\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u4f18\u60e0\u5238\u7684\u72b6\u6001\u3002 \u5e94\u59cb\u7ec8\u4e3a\u8349\u7a3f\u3001\u5df2\u53d1\u5e03\u6216\u5f85\u5ba1\u6838",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "default": "fixed_cart",
                            "description": "\u786e\u5b9a\u4f18\u60e0\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4f18\u60e0\u5238\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "\u4f18\u60e0\u5238\u8fc7\u671f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "\u4f18\u60e0\u5238\u8fc7\u671f\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "default": false,
                            "description": "\u5982\u679c\u4e3atrue\uff0c\u8be5\u4f18\u60e0\u5238\u4ec5\u53ef\u88ab\u72ec\u7acb\u4f7f\u7528\uff0c\u5176\u5b83\u53ef\u7528\u7684\u4f18\u60e0\u5238\u5c06\u4f1a\u88ab\u4ece\u8d2d\u7269\u8f66\u4e2d\u79fb\u9664\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "\u53ef\u7528\u6b64\u4f18\u60e0\u5238\u7684\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "\u4e0d\u53ef\u7528\u6b64\u4f18\u60e0\u5238\u7684\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "\u8fd9\u4e2a\u4f18\u60e0\u5238\u603b\u7684\u53ef\u7528\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "\u6bcf\u4e2a\u5ba2\u6237\u53ef\u4ee5\u4f7f\u7528\u591a\u5c11\u6b21\u4f18\u60e0\u5238\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u4e2d\u6700\u591a\u6709\u591a\u5c11\u4ef6\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "default": false,
                            "description": "\u5982\u679c\u4e3atrue\u5e76\u4e14\u514d\u8d39\u914d\u9001\u65b9\u6cd5\u9700\u8981\u4e00\u4e2a\u4f18\u60e0\u5238\uff0c\u8be5\u4f18\u60e0\u5238\u5c06\u53ef\u7528\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "\u53ef\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u7684\u5206\u7c7bID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "\u4e0d\u53ef\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u7684\u5206\u7c7bID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "default": false,
                            "description": "\u5982\u679c\u4e3atrue\uff0c\u8be5\u4f18\u60e0\u5238\u5c06\u4e0d\u9002\u7528\u4e8e\u6253\u6298\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u91d1\u989d\u81f3\u5c11\u4e3a\u591a\u5c11\u3002",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u91d1\u989d\u6700\u591a\u4e3a\u591a\u5c11\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "\u5217\u51fa\u53ef\u4f7f\u7528\u6b64\u4f18\u60e0\u5238\u7684\u7535\u90ae\u5730\u5740\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "\u4f18\u60e0\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "\u6298\u6263\u6570\u91cf\uff0c\u5e94\u8be5\u662f\u4e00\u4e2a\u6570\u5b57\uff0c\u5373\u4f7f\u4f18\u60e0\u7c7b\u578b\u662f\u767e\u5206\u6bd4\uff0c\u4e5f\u5e94\u8be5\u662f\u4e2a\u6570\u5b57\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u4f18\u60e0\u5238\u7684\u72b6\u6001\u3002 \u5e94\u59cb\u7ec8\u4e3a\u8349\u7a3f\u3001\u5df2\u53d1\u5e03\u6216\u5f85\u5ba1\u6838",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "\u786e\u5b9a\u4f18\u60e0\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4f18\u60e0\u5238\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "\u4f18\u60e0\u5238\u8fc7\u671f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "\u4f18\u60e0\u5238\u8fc7\u671f\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "\u5982\u679c\u4e3atrue\uff0c\u8be5\u4f18\u60e0\u5238\u4ec5\u53ef\u88ab\u72ec\u7acb\u4f7f\u7528\uff0c\u5176\u5b83\u53ef\u7528\u7684\u4f18\u60e0\u5238\u5c06\u4f1a\u88ab\u4ece\u8d2d\u7269\u8f66\u4e2d\u79fb\u9664\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "\u53ef\u7528\u6b64\u4f18\u60e0\u5238\u7684\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "\u4e0d\u53ef\u7528\u6b64\u4f18\u60e0\u5238\u7684\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "\u8fd9\u4e2a\u4f18\u60e0\u5238\u603b\u7684\u53ef\u7528\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "\u6bcf\u4e2a\u5ba2\u6237\u53ef\u4ee5\u4f7f\u7528\u591a\u5c11\u6b21\u4f18\u60e0\u5238\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u4e2d\u6700\u591a\u6709\u591a\u5c11\u4ef6\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "\u5982\u679c\u4e3atrue\u5e76\u4e14\u514d\u8d39\u914d\u9001\u65b9\u6cd5\u9700\u8981\u4e00\u4e2a\u4f18\u60e0\u5238\uff0c\u8be5\u4f18\u60e0\u5238\u5c06\u53ef\u7528\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "\u53ef\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u7684\u5206\u7c7bID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "\u4e0d\u53ef\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u7684\u5206\u7c7bID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "\u5982\u679c\u4e3atrue\uff0c\u8be5\u4f18\u60e0\u5238\u5c06\u4e0d\u9002\u7528\u4e8e\u6253\u6298\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u91d1\u989d\u81f3\u5c11\u4e3a\u591a\u5c11\u3002",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u91d1\u989d\u6700\u591a\u4e3a\u591a\u5c11\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "\u5217\u51fa\u53ef\u4f7f\u7528\u6b64\u4f18\u60e0\u5238\u7684\u7535\u90ae\u5730\u5740\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5f3a\u5236\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "\u4f18\u60e0\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "\u6298\u6263\u6570\u91cf\uff0c\u5e94\u8be5\u662f\u4e00\u4e2a\u6570\u5b57\uff0c\u5373\u4f7f\u4f18\u60e0\u7c7b\u578b\u662f\u767e\u5206\u6bd4\uff0c\u4e5f\u5e94\u8be5\u662f\u4e2a\u6570\u5b57\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u4f18\u60e0\u5238\u7684\u72b6\u6001\u3002 \u5e94\u59cb\u7ec8\u4e3a\u8349\u7a3f\u3001\u5df2\u53d1\u5e03\u6216\u5f85\u5ba1\u6838",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "\u786e\u5b9a\u4f18\u60e0\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4f18\u60e0\u5238\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "\u4f18\u60e0\u5238\u8fc7\u671f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "\u4f18\u60e0\u5238\u8fc7\u671f\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "\u5982\u679c\u4e3atrue\uff0c\u8be5\u4f18\u60e0\u5238\u4ec5\u53ef\u88ab\u72ec\u7acb\u4f7f\u7528\uff0c\u5176\u5b83\u53ef\u7528\u7684\u4f18\u60e0\u5238\u5c06\u4f1a\u88ab\u4ece\u8d2d\u7269\u8f66\u4e2d\u79fb\u9664\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "\u53ef\u7528\u6b64\u4f18\u60e0\u5238\u7684\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "\u4e0d\u53ef\u7528\u6b64\u4f18\u60e0\u5238\u7684\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "\u8fd9\u4e2a\u4f18\u60e0\u5238\u603b\u7684\u53ef\u7528\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "\u6bcf\u4e2a\u5ba2\u6237\u53ef\u4ee5\u4f7f\u7528\u591a\u5c11\u6b21\u4f18\u60e0\u5238\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u4e2d\u6700\u591a\u6709\u591a\u5c11\u4ef6\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "\u5982\u679c\u4e3atrue\u5e76\u4e14\u514d\u8d39\u914d\u9001\u65b9\u6cd5\u9700\u8981\u4e00\u4e2a\u4f18\u60e0\u5238\uff0c\u8be5\u4f18\u60e0\u5238\u5c06\u53ef\u7528\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "\u53ef\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u7684\u5206\u7c7bID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "\u4e0d\u53ef\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u7684\u5206\u7c7bID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "\u5982\u679c\u4e3atrue\uff0c\u8be5\u4f18\u60e0\u5238\u5c06\u4e0d\u9002\u7528\u4e8e\u6253\u6298\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u91d1\u989d\u81f3\u5c11\u4e3a\u591a\u5c11\u3002",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u91d1\u989d\u6700\u591a\u4e3a\u591a\u5c11\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "\u5217\u51fa\u53ef\u4f7f\u7528\u6b64\u4f18\u60e0\u5238\u7684\u7535\u90ae\u5730\u5740\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5f3a\u5236\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/coupons\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "code": {
                            "description": "\u4f18\u60e0\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "\u6298\u6263\u6570\u91cf\uff0c\u5e94\u8be5\u662f\u4e00\u4e2a\u6570\u5b57\uff0c\u5373\u4f7f\u4f18\u60e0\u7c7b\u578b\u662f\u767e\u5206\u6bd4\uff0c\u4e5f\u5e94\u8be5\u662f\u4e2a\u6570\u5b57\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u4f18\u60e0\u5238\u7684\u72b6\u6001\u3002 \u5e94\u59cb\u7ec8\u4e3a\u8349\u7a3f\u3001\u5df2\u53d1\u5e03\u6216\u5f85\u5ba1\u6838",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "\u786e\u5b9a\u4f18\u60e0\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4f18\u60e0\u5238\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "\u4f18\u60e0\u5238\u8fc7\u671f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "\u4f18\u60e0\u5238\u8fc7\u671f\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "\u5982\u679c\u4e3atrue\uff0c\u8be5\u4f18\u60e0\u5238\u4ec5\u53ef\u88ab\u72ec\u7acb\u4f7f\u7528\uff0c\u5176\u5b83\u53ef\u7528\u7684\u4f18\u60e0\u5238\u5c06\u4f1a\u88ab\u4ece\u8d2d\u7269\u8f66\u4e2d\u79fb\u9664\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "\u53ef\u7528\u6b64\u4f18\u60e0\u5238\u7684\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "\u4e0d\u53ef\u7528\u6b64\u4f18\u60e0\u5238\u7684\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "\u8fd9\u4e2a\u4f18\u60e0\u5238\u603b\u7684\u53ef\u7528\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "\u6bcf\u4e2a\u5ba2\u6237\u53ef\u4ee5\u4f7f\u7528\u591a\u5c11\u6b21\u4f18\u60e0\u5238\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u4e2d\u6700\u591a\u6709\u591a\u5c11\u4ef6\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "\u5982\u679c\u4e3atrue\u5e76\u4e14\u514d\u8d39\u914d\u9001\u65b9\u6cd5\u9700\u8981\u4e00\u4e2a\u4f18\u60e0\u5238\uff0c\u8be5\u4f18\u60e0\u5238\u5c06\u53ef\u7528\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "\u53ef\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u7684\u5206\u7c7bID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "\u4e0d\u53ef\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u7684\u5206\u7c7bID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "\u5982\u679c\u4e3atrue\uff0c\u8be5\u4f18\u60e0\u5238\u5c06\u4e0d\u9002\u7528\u4e8e\u6253\u6298\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u91d1\u989d\u81f3\u5c11\u4e3a\u591a\u5c11\u3002",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u91d1\u989d\u6700\u591a\u4e3a\u591a\u5c11\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "\u5217\u51fa\u53ef\u4f7f\u7528\u6b64\u4f18\u60e0\u5238\u7684\u7535\u90ae\u5730\u5740\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "code": {
                            "description": "\u4f18\u60e0\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "\u6298\u6263\u6570\u91cf\uff0c\u5e94\u8be5\u662f\u4e00\u4e2a\u6570\u5b57\uff0c\u5373\u4f7f\u4f18\u60e0\u7c7b\u578b\u662f\u767e\u5206\u6bd4\uff0c\u4e5f\u5e94\u8be5\u662f\u4e2a\u6570\u5b57\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u4f18\u60e0\u5238\u7684\u72b6\u6001\u3002 \u5e94\u59cb\u7ec8\u4e3a\u8349\u7a3f\u3001\u5df2\u53d1\u5e03\u6216\u5f85\u5ba1\u6838",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "\u786e\u5b9a\u4f18\u60e0\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4f18\u60e0\u5238\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "\u4f18\u60e0\u5238\u8fc7\u671f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "\u4f18\u60e0\u5238\u8fc7\u671f\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "\u5982\u679c\u4e3atrue\uff0c\u8be5\u4f18\u60e0\u5238\u4ec5\u53ef\u88ab\u72ec\u7acb\u4f7f\u7528\uff0c\u5176\u5b83\u53ef\u7528\u7684\u4f18\u60e0\u5238\u5c06\u4f1a\u88ab\u4ece\u8d2d\u7269\u8f66\u4e2d\u79fb\u9664\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "\u53ef\u7528\u6b64\u4f18\u60e0\u5238\u7684\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "\u4e0d\u53ef\u7528\u6b64\u4f18\u60e0\u5238\u7684\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "\u8fd9\u4e2a\u4f18\u60e0\u5238\u603b\u7684\u53ef\u7528\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "\u6bcf\u4e2a\u5ba2\u6237\u53ef\u4ee5\u4f7f\u7528\u591a\u5c11\u6b21\u4f18\u60e0\u5238\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u4e2d\u6700\u591a\u6709\u591a\u5c11\u4ef6\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "\u5982\u679c\u4e3atrue\u5e76\u4e14\u514d\u8d39\u914d\u9001\u65b9\u6cd5\u9700\u8981\u4e00\u4e2a\u4f18\u60e0\u5238\uff0c\u8be5\u4f18\u60e0\u5238\u5c06\u53ef\u7528\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "\u53ef\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u7684\u5206\u7c7bID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "\u4e0d\u53ef\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u7684\u5206\u7c7bID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "\u5982\u679c\u4e3atrue\uff0c\u8be5\u4f18\u60e0\u5238\u5c06\u4e0d\u9002\u7528\u4e8e\u6253\u6298\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u91d1\u989d\u81f3\u5c11\u4e3a\u591a\u5c11\u3002",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u91d1\u989d\u6700\u591a\u4e3a\u591a\u5c11\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "\u5217\u51fa\u53ef\u4f7f\u7528\u6b64\u4f18\u60e0\u5238\u7684\u7535\u90ae\u5730\u5740\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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 \u4e8c\u5b57\u6bcd\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "location": {
                            "description": "ISO3166 \u4e8c\u5b57\u6bcd\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002",
                            "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:\/\/usabrapower.com\/it\/wp-json\/wc-analytics\/data\/download-ips"
                    }
                ]
            }
        },
        "\/wc-analytics\/orders": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4ee5\u5339\u914d\u4e00\u4e2a\u5b57\u7b26\u4e32\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u5728\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u56de\u590d\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u90e8\u5206\u7236\u7ea7IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u9664\u90e8\u5206\u7236\u7ea7ID\u4e4b\u5916\u7684\u5168\u90e8\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "status": {
                            "default": [
                                "any"
                            ],
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a\u72b6\u6001\u7684\u8ba2\u5355\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "any",
                                    "trash",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ]
                            },
                            "required": false
                        },
                        "customer": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u5ba2\u6237\u7684\u8ba2\u5355\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u4ea7\u54c1\u76f8\u5173\u7684\u8ba2\u5355\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "\u6bcf\u4e2a\u8d44\u6e90\u4e2d\u4f7f\u7528\u7684\u5c0f\u6570\u70b9\u7684\u6570\u76ee",
                            "type": "integer",
                            "required": false
                        },
                        "order_item_display_meta": {
                            "default": false,
                            "description": "\u4ec5\u5c55\u793a\u4e3a\u8ba2\u5355\u663e\u793a\u7684\u5143\u6570\u636e\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "\u5c06 meta_data \u9650\u5236\u4e3a\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u4e0d\u5305\u62ec\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "number": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u4e0e\u8ba2\u5355\u53f7\u90e8\u5206\u5339\u914d\u7684\u8ba2\u5355\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "\u7236\u7ea7\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "pending",
                            "description": "\u8ba2\u5355\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "default": "USD",
                            "description": "\u6b64\u8ba2\u5355\u4f7f\u7528\u7684\u5e01\u79cd\uff0c\u4f7f\u7528ISO\u683c\u5f0f\u3002",
                            "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",
                                "LTC",
                                "ETH",
                                "ZWL"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "default": 0,
                            "description": "\u6b64\u8ba2\u5355\u7684\u7528\u6237ID\uff0c0\u8868\u793a\u662f\u8bbf\u5ba2\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u5ba2\u6237\u5728\u7ed3\u8d26\u65f6\u7559\u4e0b\u7684\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 \u4e24\u5b57\u6bcd\u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u90ae\u5730\u5740\u3002",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u914d\u9001\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 \u4e24\u5b57\u6bcd\u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0f ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0f\u6807\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "\u552f\u4e00\u7684\u4ea4\u6613ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "\u8ba2\u5355\u5185\u4ea7\u54c1\u7684\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "\u7236\u4ea7\u54c1\u540d\u79f0\uff08\u5982\u679c\u4ea7\u54c1\u662f\u53d8\u4f53\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "\u4ea7\u54c1ID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "\u53ef\u53d8ID\uff0c\u82e5\u9002\u7528\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "\u8ba2\u8d2d\u6570\u91cf\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u4ea7\u54c1\u7684\u7a0e\u79cd\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "\u884c\u95f4\u5c0f\u8ba1 \uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u5c0f\u8ba1 \uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "\u7a0e\u989d\u5c0f\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Meta key \u5143\u952e\uff0c\u7528\u4e8eUI\u663e\u793a\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "UI\u663e\u793a\u7684 Meta \u5143\u503c\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "\u4ea7\u54c1SKU\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "\u4ea7\u54c1\u4ef7\u683c\u3002",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "\u4e3b\u8981\u4ea7\u54c1\u56fe\u7247\u7684\u5c5e\u6027\u3002",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "\u56fe\u7247 ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "\u914d\u9001\u72b6\u6001\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "\u914d\u9001\u65b9\u5f0f\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "\u914d\u9001\u65b9\u5f0fID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "\u914d\u9001\u5b9e\u4f8b ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u8d39\u7528\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u8d39\u7528\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u7c7b\u578b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u72b6\u6001\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a0e\u989d\u5c0f\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "\u4f18\u60e0\u5238\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "\u4f18\u60e0\u7801\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u6298\u6263\u603b\u989d",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "\u6298\u6263\u7a0e\u603b\u989d",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "\u6298\u6263\u7c7b\u578b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "\u4f18\u60e0\u5238\u4e2d\u786e\u5b9a\u7684\u6298\u6263\u91d1\u989d\uff08\u7edd\u5bf9\u503c\u6216\u767e\u5206\u6bd4\uff0c\u5177\u4f53\u53d6\u51b3\u4e8e\u6298\u6263\u7c7b\u578b\uff09\u3002",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u662f\u5426\u53ef\u514d\u8fd0\u8d39\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "default": false,
                            "description": "\u5b9a\u4e49\u8ba2\u5355\u662f\u5426\u5df2\u88ab\u652f\u4ed8\uff0c\u5b83\u7684\u72b6\u6001\u5c06\u4f1a\u88ab\u8bbe\u7f6e\u4e3a\u6b63\u5728\u5904\u7406\u5e76\u51cf\u53bb\u76f8\u5e94\u7684\u5e93\u5b58\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "default": false,
                            "description": "\u5c06\u6b64\u64cd\u4f5c\u8bbe\u7f6e\u4e3a\u624b\u52a8\uff0c\u6b64\u65f6\u8ba2\u5355\u5907\u6ce8\u4f1a\u767b\u8bb0\u4e3a\u201c\u7531\u7528\u6237\u6dfb\u52a0\u201d\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4ee5\u5339\u914d\u4e00\u4e2a\u5b57\u7b26\u4e32\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u5728\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u56de\u590d\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u90e8\u5206\u7236\u7ea7IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u9664\u90e8\u5206\u7236\u7ea7ID\u4e4b\u5916\u7684\u5168\u90e8\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "status": {
                            "default": [
                                "any"
                            ],
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a\u72b6\u6001\u7684\u8ba2\u5355\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "any",
                                    "trash",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ]
                            },
                            "required": false
                        },
                        "customer": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u5ba2\u6237\u7684\u8ba2\u5355\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u4ea7\u54c1\u76f8\u5173\u7684\u8ba2\u5355\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "\u6bcf\u4e2a\u8d44\u6e90\u4e2d\u4f7f\u7528\u7684\u5c0f\u6570\u70b9\u7684\u6570\u76ee",
                            "type": "integer",
                            "required": false
                        },
                        "order_item_display_meta": {
                            "default": false,
                            "description": "\u4ec5\u5c55\u793a\u4e3a\u8ba2\u5355\u663e\u793a\u7684\u5143\u6570\u636e\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "\u5c06 meta_data \u9650\u5236\u4e3a\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u4e0d\u5305\u62ec\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "number": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u4e0e\u8ba2\u5355\u53f7\u90e8\u5206\u5339\u914d\u7684\u8ba2\u5355\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "\u7236\u7ea7\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "pending",
                            "description": "\u8ba2\u5355\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "default": "USD",
                            "description": "\u6b64\u8ba2\u5355\u4f7f\u7528\u7684\u5e01\u79cd\uff0c\u4f7f\u7528ISO\u683c\u5f0f\u3002",
                            "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",
                                "LTC",
                                "ETH",
                                "ZWL"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "default": 0,
                            "description": "\u6b64\u8ba2\u5355\u7684\u7528\u6237ID\uff0c0\u8868\u793a\u662f\u8bbf\u5ba2\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u5ba2\u6237\u5728\u7ed3\u8d26\u65f6\u7559\u4e0b\u7684\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 \u4e24\u5b57\u6bcd\u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u90ae\u5730\u5740\u3002",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u914d\u9001\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 \u4e24\u5b57\u6bcd\u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0f ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0f\u6807\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "\u552f\u4e00\u7684\u4ea4\u6613ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "\u8ba2\u5355\u5185\u4ea7\u54c1\u7684\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "\u7236\u4ea7\u54c1\u540d\u79f0\uff08\u5982\u679c\u4ea7\u54c1\u662f\u53d8\u4f53\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "\u4ea7\u54c1ID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "\u53ef\u53d8ID\uff0c\u82e5\u9002\u7528\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "\u8ba2\u8d2d\u6570\u91cf\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u4ea7\u54c1\u7684\u7a0e\u79cd\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "\u884c\u95f4\u5c0f\u8ba1 \uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u5c0f\u8ba1 \uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "\u7a0e\u989d\u5c0f\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Meta key \u5143\u952e\uff0c\u7528\u4e8eUI\u663e\u793a\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "UI\u663e\u793a\u7684 Meta \u5143\u503c\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "\u4ea7\u54c1SKU\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "\u4ea7\u54c1\u4ef7\u683c\u3002",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "\u4e3b\u8981\u4ea7\u54c1\u56fe\u7247\u7684\u5c5e\u6027\u3002",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "\u56fe\u7247 ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "\u914d\u9001\u72b6\u6001\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "\u914d\u9001\u65b9\u5f0f\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "\u914d\u9001\u65b9\u5f0fID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "\u914d\u9001\u5b9e\u4f8b ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u8d39\u7528\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u8d39\u7528\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u7c7b\u578b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u72b6\u6001\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a0e\u989d\u5c0f\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "\u4f18\u60e0\u5238\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "\u4f18\u60e0\u7801\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u6298\u6263\u603b\u989d",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "\u6298\u6263\u7a0e\u603b\u989d",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "\u6298\u6263\u7c7b\u578b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "\u4f18\u60e0\u5238\u4e2d\u786e\u5b9a\u7684\u6298\u6263\u91d1\u989d\uff08\u7edd\u5bf9\u503c\u6216\u767e\u5206\u6bd4\uff0c\u5177\u4f53\u53d6\u51b3\u4e8e\u6298\u6263\u7c7b\u578b\uff09\u3002",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u662f\u5426\u53ef\u514d\u8fd0\u8d39\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "default": false,
                            "description": "\u5b9a\u4e49\u8ba2\u5355\u662f\u5426\u5df2\u88ab\u652f\u4ed8\uff0c\u5b83\u7684\u72b6\u6001\u5c06\u4f1a\u88ab\u8bbe\u7f6e\u4e3a\u6b63\u5728\u5904\u7406\u5e76\u51cf\u53bb\u76f8\u5e94\u7684\u5e93\u5b58\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "default": false,
                            "description": "\u5c06\u6b64\u64cd\u4f5c\u8bbe\u7f6e\u4e3a\u624b\u52a8\uff0c\u6b64\u65f6\u8ba2\u5355\u5907\u6ce8\u4f1a\u767b\u8bb0\u4e3a\u201c\u7531\u7528\u6237\u6dfb\u52a0\u201d\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u7236\u7ea7\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "\u8ba2\u5355\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "\u6b64\u8ba2\u5355\u4f7f\u7528\u7684\u5e01\u79cd\uff0c\u4f7f\u7528ISO\u683c\u5f0f\u3002",
                            "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",
                                "LTC",
                                "ETH",
                                "ZWL"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "\u6b64\u8ba2\u5355\u7684\u7528\u6237ID\uff0c0\u8868\u793a\u662f\u8bbf\u5ba2\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u5ba2\u6237\u5728\u7ed3\u8d26\u65f6\u7559\u4e0b\u7684\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 \u4e24\u5b57\u6bcd\u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u90ae\u5730\u5740\u3002",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u914d\u9001\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 \u4e24\u5b57\u6bcd\u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0f ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0f\u6807\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "\u552f\u4e00\u7684\u4ea4\u6613ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "\u8ba2\u5355\u5185\u4ea7\u54c1\u7684\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "\u7236\u4ea7\u54c1\u540d\u79f0\uff08\u5982\u679c\u4ea7\u54c1\u662f\u53d8\u4f53\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "\u4ea7\u54c1ID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "\u53ef\u53d8ID\uff0c\u82e5\u9002\u7528\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "\u8ba2\u8d2d\u6570\u91cf\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u4ea7\u54c1\u7684\u7a0e\u79cd\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "\u884c\u95f4\u5c0f\u8ba1 \uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u5c0f\u8ba1 \uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "\u7a0e\u989d\u5c0f\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Meta key \u5143\u952e\uff0c\u7528\u4e8eUI\u663e\u793a\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "UI\u663e\u793a\u7684 Meta \u5143\u503c\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "\u4ea7\u54c1SKU\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "\u4ea7\u54c1\u4ef7\u683c\u3002",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "\u4e3b\u8981\u4ea7\u54c1\u56fe\u7247\u7684\u5c5e\u6027\u3002",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "\u56fe\u7247 ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "\u914d\u9001\u72b6\u6001\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "\u914d\u9001\u65b9\u5f0f\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "\u914d\u9001\u65b9\u5f0fID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "\u914d\u9001\u5b9e\u4f8b ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u8d39\u7528\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u8d39\u7528\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u7c7b\u578b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u72b6\u6001\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a0e\u989d\u5c0f\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "\u4f18\u60e0\u5238\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "\u4f18\u60e0\u7801\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u6298\u6263\u603b\u989d",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "\u6298\u6263\u7a0e\u603b\u989d",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "\u6298\u6263\u7c7b\u578b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "\u4f18\u60e0\u5238\u4e2d\u786e\u5b9a\u7684\u6298\u6263\u91d1\u989d\uff08\u7edd\u5bf9\u503c\u6216\u767e\u5206\u6bd4\uff0c\u5177\u4f53\u53d6\u51b3\u4e8e\u6298\u6263\u7c7b\u578b\uff09\u3002",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u662f\u5426\u53ef\u514d\u8fd0\u8d39\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "description": "\u5b9a\u4e49\u8ba2\u5355\u662f\u5426\u5df2\u88ab\u652f\u4ed8\uff0c\u5b83\u7684\u72b6\u6001\u5c06\u4f1a\u88ab\u8bbe\u7f6e\u4e3a\u6b63\u5728\u5904\u7406\u5e76\u51cf\u53bb\u76f8\u5e94\u7684\u5e93\u5b58\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "description": "\u5c06\u6b64\u64cd\u4f5c\u8bbe\u7f6e\u4e3a\u624b\u52a8\uff0c\u6b64\u65f6\u8ba2\u5355\u5907\u6ce8\u4f1a\u767b\u8bb0\u4e3a\u201c\u7531\u7528\u6237\u6dfb\u52a0\u201d\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5f3a\u5236\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u7236\u7ea7\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "\u8ba2\u5355\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "\u6b64\u8ba2\u5355\u4f7f\u7528\u7684\u5e01\u79cd\uff0c\u4f7f\u7528ISO\u683c\u5f0f\u3002",
                            "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",
                                "LTC",
                                "ETH",
                                "ZWL"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "\u6b64\u8ba2\u5355\u7684\u7528\u6237ID\uff0c0\u8868\u793a\u662f\u8bbf\u5ba2\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u5ba2\u6237\u5728\u7ed3\u8d26\u65f6\u7559\u4e0b\u7684\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 \u4e24\u5b57\u6bcd\u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u90ae\u5730\u5740\u3002",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u914d\u9001\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 \u4e24\u5b57\u6bcd\u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0f ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0f\u6807\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "\u552f\u4e00\u7684\u4ea4\u6613ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "\u8ba2\u5355\u5185\u4ea7\u54c1\u7684\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "\u7236\u4ea7\u54c1\u540d\u79f0\uff08\u5982\u679c\u4ea7\u54c1\u662f\u53d8\u4f53\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "\u4ea7\u54c1ID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "\u53ef\u53d8ID\uff0c\u82e5\u9002\u7528\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "\u8ba2\u8d2d\u6570\u91cf\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u4ea7\u54c1\u7684\u7a0e\u79cd\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "\u884c\u95f4\u5c0f\u8ba1 \uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u5c0f\u8ba1 \uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "\u7a0e\u989d\u5c0f\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Meta key \u5143\u952e\uff0c\u7528\u4e8eUI\u663e\u793a\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "UI\u663e\u793a\u7684 Meta \u5143\u503c\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "\u4ea7\u54c1SKU\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "\u4ea7\u54c1\u4ef7\u683c\u3002",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "\u4e3b\u8981\u4ea7\u54c1\u56fe\u7247\u7684\u5c5e\u6027\u3002",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "\u56fe\u7247 ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "\u914d\u9001\u72b6\u6001\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "\u914d\u9001\u65b9\u5f0f\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "\u914d\u9001\u65b9\u5f0fID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "\u914d\u9001\u5b9e\u4f8b ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u8d39\u7528\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u8d39\u7528\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u7c7b\u578b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u72b6\u6001\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a0e\u989d\u5c0f\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "\u4f18\u60e0\u5238\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "\u4f18\u60e0\u7801\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u6298\u6263\u603b\u989d",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "\u6298\u6263\u7a0e\u603b\u989d",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "\u6298\u6263\u7c7b\u578b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "\u4f18\u60e0\u5238\u4e2d\u786e\u5b9a\u7684\u6298\u6263\u91d1\u989d\uff08\u7edd\u5bf9\u503c\u6216\u767e\u5206\u6bd4\uff0c\u5177\u4f53\u53d6\u51b3\u4e8e\u6298\u6263\u7c7b\u578b\uff09\u3002",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u662f\u5426\u53ef\u514d\u8fd0\u8d39\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "description": "\u5b9a\u4e49\u8ba2\u5355\u662f\u5426\u5df2\u88ab\u652f\u4ed8\uff0c\u5b83\u7684\u72b6\u6001\u5c06\u4f1a\u88ab\u8bbe\u7f6e\u4e3a\u6b63\u5728\u5904\u7406\u5e76\u51cf\u53bb\u76f8\u5e94\u7684\u5e93\u5b58\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "description": "\u5c06\u6b64\u64cd\u4f5c\u8bbe\u7f6e\u4e3a\u624b\u52a8\uff0c\u6b64\u65f6\u8ba2\u5355\u5907\u6ce8\u4f1a\u767b\u8bb0\u4e3a\u201c\u7531\u7528\u6237\u6dfb\u52a0\u201d\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5f3a\u5236\u5220\u9664\u3002",
                            "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": "\u7236\u7ea7\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "\u8ba2\u5355\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "\u6b64\u8ba2\u5355\u4f7f\u7528\u7684\u5e01\u79cd\uff0c\u4f7f\u7528ISO\u683c\u5f0f\u3002",
                            "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",
                                "LTC",
                                "ETH",
                                "ZWL"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "\u6b64\u8ba2\u5355\u7684\u7528\u6237ID\uff0c0\u8868\u793a\u662f\u8bbf\u5ba2\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u5ba2\u6237\u5728\u7ed3\u8d26\u65f6\u7559\u4e0b\u7684\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 \u4e24\u5b57\u6bcd\u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u90ae\u5730\u5740\u3002",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u914d\u9001\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 \u4e24\u5b57\u6bcd\u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0f ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0f\u6807\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "\u552f\u4e00\u7684\u4ea4\u6613ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "\u8ba2\u5355\u5185\u4ea7\u54c1\u7684\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "\u7236\u4ea7\u54c1\u540d\u79f0\uff08\u5982\u679c\u4ea7\u54c1\u662f\u53d8\u4f53\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "\u4ea7\u54c1ID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "\u53ef\u53d8ID\uff0c\u82e5\u9002\u7528\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "\u8ba2\u8d2d\u6570\u91cf\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u4ea7\u54c1\u7684\u7a0e\u79cd\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "\u884c\u95f4\u5c0f\u8ba1 \uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u5c0f\u8ba1 \uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "\u7a0e\u989d\u5c0f\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Meta key \u5143\u952e\uff0c\u7528\u4e8eUI\u663e\u793a\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "UI\u663e\u793a\u7684 Meta \u5143\u503c\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "\u4ea7\u54c1SKU\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "\u4ea7\u54c1\u4ef7\u683c\u3002",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "\u4e3b\u8981\u4ea7\u54c1\u56fe\u7247\u7684\u5c5e\u6027\u3002",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "\u56fe\u7247 ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "\u914d\u9001\u72b6\u6001\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "\u914d\u9001\u65b9\u5f0f\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "\u914d\u9001\u65b9\u5f0fID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "\u914d\u9001\u5b9e\u4f8b ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u8d39\u7528\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u8d39\u7528\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u7c7b\u578b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u72b6\u6001\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a0e\u989d\u5c0f\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "\u4f18\u60e0\u5238\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "\u4f18\u60e0\u7801\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u6298\u6263\u603b\u989d",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "\u6298\u6263\u7a0e\u603b\u989d",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "\u6298\u6263\u7c7b\u578b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "\u4f18\u60e0\u5238\u4e2d\u786e\u5b9a\u7684\u6298\u6263\u91d1\u989d\uff08\u7edd\u5bf9\u503c\u6216\u767e\u5206\u6bd4\uff0c\u5177\u4f53\u53d6\u51b3\u4e8e\u6298\u6263\u7c7b\u578b\uff09\u3002",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u662f\u5426\u53ef\u514d\u8fd0\u8d39\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "description": "\u5b9a\u4e49\u8ba2\u5355\u662f\u5426\u5df2\u88ab\u652f\u4ed8\uff0c\u5b83\u7684\u72b6\u6001\u5c06\u4f1a\u88ab\u8bbe\u7f6e\u4e3a\u6b63\u5728\u5904\u7406\u5e76\u51cf\u53bb\u76f8\u5e94\u7684\u5e93\u5b58\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "description": "\u5c06\u6b64\u64cd\u4f5c\u8bbe\u7f6e\u4e3a\u624b\u52a8\uff0c\u6b64\u65f6\u8ba2\u5355\u5907\u6ce8\u4f1a\u767b\u8bb0\u4e3a\u201c\u7531\u7528\u6237\u6dfb\u52a0\u201d\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "\u7236\u7ea7\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "\u8ba2\u5355\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "\u6b64\u8ba2\u5355\u4f7f\u7528\u7684\u5e01\u79cd\uff0c\u4f7f\u7528ISO\u683c\u5f0f\u3002",
                            "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",
                                "LTC",
                                "ETH",
                                "ZWL"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "\u6b64\u8ba2\u5355\u7684\u7528\u6237ID\uff0c0\u8868\u793a\u662f\u8bbf\u5ba2\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u5ba2\u6237\u5728\u7ed3\u8d26\u65f6\u7559\u4e0b\u7684\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 \u4e24\u5b57\u6bcd\u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u90ae\u5730\u5740\u3002",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u914d\u9001\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 \u4e24\u5b57\u6bcd\u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0f ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0f\u6807\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "\u552f\u4e00\u7684\u4ea4\u6613ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "\u8ba2\u5355\u5185\u4ea7\u54c1\u7684\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "\u7236\u4ea7\u54c1\u540d\u79f0\uff08\u5982\u679c\u4ea7\u54c1\u662f\u53d8\u4f53\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "\u4ea7\u54c1ID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "\u53ef\u53d8ID\uff0c\u82e5\u9002\u7528\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "\u8ba2\u8d2d\u6570\u91cf\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u4ea7\u54c1\u7684\u7a0e\u79cd\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "\u884c\u95f4\u5c0f\u8ba1 \uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u5c0f\u8ba1 \uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "\u7a0e\u989d\u5c0f\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Meta key \u5143\u952e\uff0c\u7528\u4e8eUI\u663e\u793a\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "UI\u663e\u793a\u7684 Meta \u5143\u503c\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "\u4ea7\u54c1SKU\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "\u4ea7\u54c1\u4ef7\u683c\u3002",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "\u4e3b\u8981\u4ea7\u54c1\u56fe\u7247\u7684\u5c5e\u6027\u3002",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "\u56fe\u7247 ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "\u914d\u9001\u72b6\u6001\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "\u914d\u9001\u65b9\u5f0f\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "\u914d\u9001\u65b9\u5f0fID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "\u914d\u9001\u5b9e\u4f8b ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u8d39\u7528\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u8d39\u7528\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u7c7b\u578b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u72b6\u6001\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a0e\u989d\u5c0f\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "\u4f18\u60e0\u5238\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "\u4f18\u60e0\u7801\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u6298\u6263\u603b\u989d",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "\u6298\u6263\u7a0e\u603b\u989d",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "\u6298\u6263\u7c7b\u578b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "\u4f18\u60e0\u5238\u4e2d\u786e\u5b9a\u7684\u6298\u6263\u91d1\u989d\uff08\u7edd\u5bf9\u503c\u6216\u767e\u5206\u6bd4\uff0c\u5177\u4f53\u53d6\u51b3\u4e8e\u6298\u6263\u7c7b\u578b\uff09\u3002",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u662f\u5426\u53ef\u514d\u8fd0\u8d39\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "description": "\u5b9a\u4e49\u8ba2\u5355\u662f\u5426\u5df2\u88ab\u652f\u4ed8\uff0c\u5b83\u7684\u72b6\u6001\u5c06\u4f1a\u88ab\u8bbe\u7f6e\u4e3a\u6b63\u5728\u5904\u7406\u5e76\u51cf\u53bb\u76f8\u5e94\u7684\u5e93\u5b58\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "description": "\u5c06\u6b64\u64cd\u4f5c\u8bbe\u7f6e\u4e3a\u624b\u52a8\uff0c\u6b64\u65f6\u8ba2\u5355\u5907\u6ce8\u4f1a\u767b\u8bb0\u4e3a\u201c\u7531\u7528\u6237\u6dfb\u52a0\u201d\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-analytics\/orders\/batch"
                    }
                ]
            }
        },
        "\/wc-analytics\/products": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6309\u7c7b\u4f3c\u4ea7\u54c1\u540d\u79f0\u6216 sku \u8fdb\u884c\u641c\u7d22\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u5728\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u56de\u590d\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "popularity",
                                "rating",
                                "post__in",
                                "price",
                                "sales",
                                "menu_order",
                                "random",
                                "popularity",
                                "rating",
                                "menu_order",
                                "price",
                                "popularity",
                                "rating"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u90e8\u5206\u7236\u7ea7IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u9664\u90e8\u5206\u7236\u7ea7ID\u4e4b\u5916\u7684\u5168\u90e8\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "brand": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u4e0e\u7279\u5b9a\u7684\u54c1\u724c ID \u76f8\u5173\u8054\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u540d(slug)\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u4ea7\u54c1\u7c7b\u578b\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "bundle"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "\u7528\u7279\u5b9aSKU\u6765\u9650\u5b9a\u4ea7\u54c1\u7684\u7ed3\u679c\u96c6\u3002\u5982\u6709\u591a\u4e2a\uff0c\u7528\u82f1\u6587\u534a\u89d2\u9017\u53f7\u9694\u5f00\u3002",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u7279\u8272\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u5206\u7c7b\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u6807\u7b7e\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u914d\u9001\u7c7b\u578b\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u5c5e\u6027\u76f8\u5173\u7684\u4ea7\u54c1\u3002\u4f7f\u7528\u5206\u7c7b\u540d\u79f0\/\u5c5e\u6027\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u5c5e\u6027\u7c7b\u522b(\u9700\u8981\u6307\u5b9a\u4e00\u4e2a\u5c5e\u6027)\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "on_sale": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u4fc3\u9500\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u57fa\u4e8e\u4e00\u4e2a\u6700\u5c0f\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u57fa\u4e8e\u4e00\u4e2a\u6700\u5927\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "\u5c06 meta_data \u9650\u5236\u4e3a\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u4e0d\u5305\u62ec\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u6709\u7279\u5b9a\u5e93\u5b58\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "search_sku": {
                            "description": "\u4ec5\u663e\u793a SKU \u4e0e\u5b57\u7b26\u4e32\u90e8\u5206\u5339\u914d\u7684\u7ed3\u679c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "include_status": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u4efb\u610f\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "any",
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "exclude_status": {
                            "description": "\u4ece\u7ed3\u679c\u96c6\u4e2d\u6392\u9664\u6240\u6709\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "include_types": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u4efb\u610f\u7c7b\u578b\u7684\u4ea7\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "simple",
                                    "grouped",
                                    "external",
                                    "variable",
                                    "bundle"
                                ]
                            },
                            "required": false
                        },
                        "exclude_types": {
                            "description": "\u4ece\u7ed3\u679c\u96c6\u4e2d\u6392\u9664\u6240\u6709\u7c7b\u578b\u7684\u4ea7\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "simple",
                                    "grouped",
                                    "external",
                                    "variable",
                                    "bundle"
                                ]
                            },
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u865a\u62df\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "low_in_stock": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5e93\u5b58\u4e0d\u8db3\u6216\u7f3a\u8d27\u7684\u4ea7\u54c1\u3002 \uff08\u5df2\u5f03\u7528\uff09",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4ea7\u54c1\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "\u4ee5\u7f51\u7ad9\u6240\u5728\u65f6\u533a\u663e\u793a\u7684\u4ea7\u54c1\u53d1\u5e03\u65e5\u671f\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "\u4ea7\u54c1\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "default": "simple",
                            "description": "\u4ea7\u54c1\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "bundle"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u4ea7\u54c1\u72b6\u6001\uff08\u6587\u7ae0\u72b6\u6001\uff09",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "default": false,
                            "description": "\u7279\u8272\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "default": "visible",
                            "description": "\u76ee\u5f55\u53ef\u89c1\u6027\u3002",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4ea7\u54c1\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "\u4ea7\u54c1\u7b80\u77ed\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u5e93\u5b58\u5355\u4f4d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u4ea7\u54c1\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u4ea7\u54c1\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u662f\u865a\u62df\u4ea7\u54c1\u7684\u8bdd\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u662f\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u7684\u8bdd\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "\u4ea7\u54c1\u7684\u5916\u90e8\u94fe\u63a5\uff0c\u4ec5\u7528\u4e8e\u5916\u94fe\u4ea7\u54c1\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "\u5916\u94fe\u4ea7\u54c1\u7684\u6309\u94ae\u6587\u672c\uff0c\u4ec5\u7528\u4e8e\u5916\u94fe\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "\u4ea7\u54c1\u7ea7\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "\u63a7\u5236\u4ea7\u54c1\u7684\u5e93\u5b58\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "\u4ea7\u54c1\u5e93\u5b58\u4e0d\u8db3\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "default": false,
                            "description": "\u6bcf\u4e2a\u8ba2\u5355\u4ec5\u5141\u8bb8\u8d2d\u4e70\u4e00\u4ef6\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "\u4ea7\u54c1\u7684\u91cd\u91cf(\u78c5)\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u4ea7\u54c1\u7684\u4f53\u79ef\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u4ea7\u54c1\u957f\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u4ea7\u54c1\u5bbd\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u4ea7\u54c1\u9ad8\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "default": true,
                            "description": "\u5141\u8bb8\u8bc4\u4ef7\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "\u6587\u7ae0\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "\u8ffd\u52a0\u9500\u552e\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u4ea4\u53c9\u9500\u552e\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7684\u7236\u7ea7ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "\u8d2d\u4e70\u540e\u53d1\u9001\u7ed9\u5ba2\u6237\u7684\u53ef\u9009\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u5206\u7c7b\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5206\u7c7b\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u5206\u7c7b\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "\u6807\u7b7e\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6807\u7b7e\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6807\u7b7e(Tag)\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u6807\u7b7e\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u56fe\u7247\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u56fe\u7247 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u5c5e\u6027\u7684\u4f4d\u7f6e\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "\u5b9a\u4e49\u662f\u5426\u5728\u4ea7\u54c1\u8be6\u60c5\u9875\u7684 \"\u9644\u52a0\u4fe1\u606f\"\u9009\u9879\u5361\u663e\u793a\u6b64\u5c5e\u6027\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "\u5b9a\u4e49\u6b64\u5c5e\u6027\u662f\u5426\u53ef\u7528\u4e8e\u53d8\u91cf\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "\u6b64\u5c5e\u6027\u7684\u53ef\u7528term\u540d\u79f0\u5217\u8868\u3002",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "\u9ed8\u8ba4\u7684\u53d8\u91cf\u5c5e\u6027\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6309\u7c7b\u4f3c\u4ea7\u54c1\u540d\u79f0\u6216 sku \u8fdb\u884c\u641c\u7d22\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u5728\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u56de\u590d\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "popularity",
                                "rating",
                                "post__in",
                                "price",
                                "sales",
                                "menu_order",
                                "random",
                                "popularity",
                                "rating",
                                "menu_order",
                                "price",
                                "popularity",
                                "rating"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u90e8\u5206\u7236\u7ea7IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u9664\u90e8\u5206\u7236\u7ea7ID\u4e4b\u5916\u7684\u5168\u90e8\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "brand": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u4e0e\u7279\u5b9a\u7684\u54c1\u724c ID \u76f8\u5173\u8054\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u540d(slug)\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u4ea7\u54c1\u7c7b\u578b\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "bundle"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "\u7528\u7279\u5b9aSKU\u6765\u9650\u5b9a\u4ea7\u54c1\u7684\u7ed3\u679c\u96c6\u3002\u5982\u6709\u591a\u4e2a\uff0c\u7528\u82f1\u6587\u534a\u89d2\u9017\u53f7\u9694\u5f00\u3002",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u7279\u8272\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u5206\u7c7b\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u6807\u7b7e\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u914d\u9001\u7c7b\u578b\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u5c5e\u6027\u76f8\u5173\u7684\u4ea7\u54c1\u3002\u4f7f\u7528\u5206\u7c7b\u540d\u79f0\/\u5c5e\u6027\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u5c5e\u6027\u7c7b\u522b(\u9700\u8981\u6307\u5b9a\u4e00\u4e2a\u5c5e\u6027)\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "on_sale": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u4fc3\u9500\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u57fa\u4e8e\u4e00\u4e2a\u6700\u5c0f\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u57fa\u4e8e\u4e00\u4e2a\u6700\u5927\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "\u5c06 meta_data \u9650\u5236\u4e3a\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u4e0d\u5305\u62ec\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u6709\u7279\u5b9a\u5e93\u5b58\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "search_sku": {
                            "description": "\u4ec5\u663e\u793a SKU \u4e0e\u5b57\u7b26\u4e32\u90e8\u5206\u5339\u914d\u7684\u7ed3\u679c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "include_status": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u4efb\u610f\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "any",
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "exclude_status": {
                            "description": "\u4ece\u7ed3\u679c\u96c6\u4e2d\u6392\u9664\u6240\u6709\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "include_types": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u4efb\u610f\u7c7b\u578b\u7684\u4ea7\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "simple",
                                    "grouped",
                                    "external",
                                    "variable",
                                    "bundle"
                                ]
                            },
                            "required": false
                        },
                        "exclude_types": {
                            "description": "\u4ece\u7ed3\u679c\u96c6\u4e2d\u6392\u9664\u6240\u6709\u7c7b\u578b\u7684\u4ea7\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "simple",
                                    "grouped",
                                    "external",
                                    "variable",
                                    "bundle"
                                ]
                            },
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u865a\u62df\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "low_in_stock": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5e93\u5b58\u4e0d\u8db3\u6216\u7f3a\u8d27\u7684\u4ea7\u54c1\u3002 \uff08\u5df2\u5f03\u7528\uff09",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4ea7\u54c1\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "\u4ee5\u7f51\u7ad9\u6240\u5728\u65f6\u533a\u663e\u793a\u7684\u4ea7\u54c1\u53d1\u5e03\u65e5\u671f\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "\u4ea7\u54c1\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "default": "simple",
                            "description": "\u4ea7\u54c1\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "bundle"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u4ea7\u54c1\u72b6\u6001\uff08\u6587\u7ae0\u72b6\u6001\uff09",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "default": false,
                            "description": "\u7279\u8272\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "default": "visible",
                            "description": "\u76ee\u5f55\u53ef\u89c1\u6027\u3002",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4ea7\u54c1\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "\u4ea7\u54c1\u7b80\u77ed\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u5e93\u5b58\u5355\u4f4d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u4ea7\u54c1\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u4ea7\u54c1\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u662f\u865a\u62df\u4ea7\u54c1\u7684\u8bdd\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u662f\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u7684\u8bdd\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "\u4ea7\u54c1\u7684\u5916\u90e8\u94fe\u63a5\uff0c\u4ec5\u7528\u4e8e\u5916\u94fe\u4ea7\u54c1\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "\u5916\u94fe\u4ea7\u54c1\u7684\u6309\u94ae\u6587\u672c\uff0c\u4ec5\u7528\u4e8e\u5916\u94fe\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "\u4ea7\u54c1\u7ea7\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "\u63a7\u5236\u4ea7\u54c1\u7684\u5e93\u5b58\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "\u4ea7\u54c1\u5e93\u5b58\u4e0d\u8db3\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "default": false,
                            "description": "\u6bcf\u4e2a\u8ba2\u5355\u4ec5\u5141\u8bb8\u8d2d\u4e70\u4e00\u4ef6\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "\u4ea7\u54c1\u7684\u91cd\u91cf(\u78c5)\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u4ea7\u54c1\u7684\u4f53\u79ef\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u4ea7\u54c1\u957f\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u4ea7\u54c1\u5bbd\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u4ea7\u54c1\u9ad8\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "default": true,
                            "description": "\u5141\u8bb8\u8bc4\u4ef7\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "\u6587\u7ae0\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "\u8ffd\u52a0\u9500\u552e\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u4ea4\u53c9\u9500\u552e\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7684\u7236\u7ea7ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "\u8d2d\u4e70\u540e\u53d1\u9001\u7ed9\u5ba2\u6237\u7684\u53ef\u9009\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u5206\u7c7b\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5206\u7c7b\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u5206\u7c7b\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "\u6807\u7b7e\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6807\u7b7e\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6807\u7b7e(Tag)\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u6807\u7b7e\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u56fe\u7247\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u56fe\u7247 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u5c5e\u6027\u7684\u4f4d\u7f6e\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "\u5b9a\u4e49\u662f\u5426\u5728\u4ea7\u54c1\u8be6\u60c5\u9875\u7684 \"\u9644\u52a0\u4fe1\u606f\"\u9009\u9879\u5361\u663e\u793a\u6b64\u5c5e\u6027\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "\u5b9a\u4e49\u6b64\u5c5e\u6027\u662f\u5426\u53ef\u7528\u4e8e\u53d8\u91cf\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "\u6b64\u5c5e\u6027\u7684\u53ef\u7528term\u540d\u79f0\u5217\u8868\u3002",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "\u9ed8\u8ba4\u7684\u53d8\u91cf\u5c5e\u6027\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4ea7\u54c1\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "\u4ee5\u7f51\u7ad9\u6240\u5728\u65f6\u533a\u663e\u793a\u7684\u4ea7\u54c1\u53d1\u5e03\u65e5\u671f\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "\u4ea7\u54c1\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "\u4ea7\u54c1\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "bundle"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u4ea7\u54c1\u72b6\u6001\uff08\u6587\u7ae0\u72b6\u6001\uff09",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "\u7279\u8272\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "\u76ee\u5f55\u53ef\u89c1\u6027\u3002",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4ea7\u54c1\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "\u4ea7\u54c1\u7b80\u77ed\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u5e93\u5b58\u5355\u4f4d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u4ea7\u54c1\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u4ea7\u54c1\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u662f\u865a\u62df\u4ea7\u54c1\u7684\u8bdd\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u662f\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u7684\u8bdd\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "\u4ea7\u54c1\u7684\u5916\u90e8\u94fe\u63a5\uff0c\u4ec5\u7528\u4e8e\u5916\u94fe\u4ea7\u54c1\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "\u5916\u94fe\u4ea7\u54c1\u7684\u6309\u94ae\u6587\u672c\uff0c\u4ec5\u7528\u4e8e\u5916\u94fe\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u4ea7\u54c1\u7ea7\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u63a7\u5236\u4ea7\u54c1\u7684\u5e93\u5b58\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "\u4ea7\u54c1\u5e93\u5b58\u4e0d\u8db3\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "\u6bcf\u4e2a\u8ba2\u5355\u4ec5\u5141\u8bb8\u8d2d\u4e70\u4e00\u4ef6\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "\u4ea7\u54c1\u7684\u91cd\u91cf(\u78c5)\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u4ea7\u54c1\u7684\u4f53\u79ef\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u4ea7\u54c1\u957f\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u4ea7\u54c1\u5bbd\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u4ea7\u54c1\u9ad8\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "\u5141\u8bb8\u8bc4\u4ef7\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "\u6587\u7ae0\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "\u8ffd\u52a0\u9500\u552e\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u4ea4\u53c9\u9500\u552e\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7684\u7236\u7ea7ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "\u8d2d\u4e70\u540e\u53d1\u9001\u7ed9\u5ba2\u6237\u7684\u53ef\u9009\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u5206\u7c7b\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5206\u7c7b\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u5206\u7c7b\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "\u6807\u7b7e\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6807\u7b7e\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6807\u7b7e(Tag)\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u6807\u7b7e\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u56fe\u7247\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u56fe\u7247 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u5c5e\u6027\u7684\u4f4d\u7f6e\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "\u5b9a\u4e49\u662f\u5426\u5728\u4ea7\u54c1\u8be6\u60c5\u9875\u7684 \"\u9644\u52a0\u4fe1\u606f\"\u9009\u9879\u5361\u663e\u793a\u6b64\u5c5e\u6027\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "\u5b9a\u4e49\u6b64\u5c5e\u6027\u662f\u5426\u53ef\u7528\u4e8e\u53d8\u91cf\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "\u6b64\u5c5e\u6027\u7684\u53ef\u7528term\u540d\u79f0\u5217\u8868\u3002",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "\u9ed8\u8ba4\u7684\u53d8\u91cf\u5c5e\u6027\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5f3a\u5236\u5220\u9664\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4ea7\u54c1\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "\u4ee5\u7f51\u7ad9\u6240\u5728\u65f6\u533a\u663e\u793a\u7684\u4ea7\u54c1\u53d1\u5e03\u65e5\u671f\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "\u4ea7\u54c1\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "\u4ea7\u54c1\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "bundle"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u4ea7\u54c1\u72b6\u6001\uff08\u6587\u7ae0\u72b6\u6001\uff09",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "\u7279\u8272\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "\u76ee\u5f55\u53ef\u89c1\u6027\u3002",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4ea7\u54c1\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "\u4ea7\u54c1\u7b80\u77ed\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u5e93\u5b58\u5355\u4f4d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u4ea7\u54c1\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u4ea7\u54c1\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u662f\u865a\u62df\u4ea7\u54c1\u7684\u8bdd\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u662f\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u7684\u8bdd\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "\u4ea7\u54c1\u7684\u5916\u90e8\u94fe\u63a5\uff0c\u4ec5\u7528\u4e8e\u5916\u94fe\u4ea7\u54c1\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "\u5916\u94fe\u4ea7\u54c1\u7684\u6309\u94ae\u6587\u672c\uff0c\u4ec5\u7528\u4e8e\u5916\u94fe\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u4ea7\u54c1\u7ea7\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u63a7\u5236\u4ea7\u54c1\u7684\u5e93\u5b58\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "\u4ea7\u54c1\u5e93\u5b58\u4e0d\u8db3\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "\u6bcf\u4e2a\u8ba2\u5355\u4ec5\u5141\u8bb8\u8d2d\u4e70\u4e00\u4ef6\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "\u4ea7\u54c1\u7684\u91cd\u91cf(\u78c5)\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u4ea7\u54c1\u7684\u4f53\u79ef\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u4ea7\u54c1\u957f\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u4ea7\u54c1\u5bbd\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u4ea7\u54c1\u9ad8\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "\u5141\u8bb8\u8bc4\u4ef7\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "\u6587\u7ae0\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "\u8ffd\u52a0\u9500\u552e\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u4ea4\u53c9\u9500\u552e\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7684\u7236\u7ea7ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "\u8d2d\u4e70\u540e\u53d1\u9001\u7ed9\u5ba2\u6237\u7684\u53ef\u9009\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u5206\u7c7b\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5206\u7c7b\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u5206\u7c7b\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "\u6807\u7b7e\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6807\u7b7e\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6807\u7b7e(Tag)\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u6807\u7b7e\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u56fe\u7247\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u56fe\u7247 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u5c5e\u6027\u7684\u4f4d\u7f6e\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "\u5b9a\u4e49\u662f\u5426\u5728\u4ea7\u54c1\u8be6\u60c5\u9875\u7684 \"\u9644\u52a0\u4fe1\u606f\"\u9009\u9879\u5361\u663e\u793a\u6b64\u5c5e\u6027\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "\u5b9a\u4e49\u6b64\u5c5e\u6027\u662f\u5426\u53ef\u7528\u4e8e\u53d8\u91cf\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "\u6b64\u5c5e\u6027\u7684\u53ef\u7528term\u540d\u79f0\u5217\u8868\u3002",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "\u9ed8\u8ba4\u7684\u53d8\u91cf\u5c5e\u6027\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5f3a\u5236\u5220\u9664\u3002",
                            "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": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4ea7\u54c1\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "\u4ee5\u7f51\u7ad9\u6240\u5728\u65f6\u533a\u663e\u793a\u7684\u4ea7\u54c1\u53d1\u5e03\u65e5\u671f\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "\u4ea7\u54c1\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "\u4ea7\u54c1\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "bundle"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u4ea7\u54c1\u72b6\u6001\uff08\u6587\u7ae0\u72b6\u6001\uff09",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "\u7279\u8272\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "\u76ee\u5f55\u53ef\u89c1\u6027\u3002",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4ea7\u54c1\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "\u4ea7\u54c1\u7b80\u77ed\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u5e93\u5b58\u5355\u4f4d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u4ea7\u54c1\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u4ea7\u54c1\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u662f\u865a\u62df\u4ea7\u54c1\u7684\u8bdd\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u662f\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u7684\u8bdd\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "\u4ea7\u54c1\u7684\u5916\u90e8\u94fe\u63a5\uff0c\u4ec5\u7528\u4e8e\u5916\u94fe\u4ea7\u54c1\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "\u5916\u94fe\u4ea7\u54c1\u7684\u6309\u94ae\u6587\u672c\uff0c\u4ec5\u7528\u4e8e\u5916\u94fe\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u4ea7\u54c1\u7ea7\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u63a7\u5236\u4ea7\u54c1\u7684\u5e93\u5b58\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "\u4ea7\u54c1\u5e93\u5b58\u4e0d\u8db3\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "\u6bcf\u4e2a\u8ba2\u5355\u4ec5\u5141\u8bb8\u8d2d\u4e70\u4e00\u4ef6\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "\u4ea7\u54c1\u7684\u91cd\u91cf(\u78c5)\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u4ea7\u54c1\u7684\u4f53\u79ef\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u4ea7\u54c1\u957f\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u4ea7\u54c1\u5bbd\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u4ea7\u54c1\u9ad8\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "\u5141\u8bb8\u8bc4\u4ef7\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "\u6587\u7ae0\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "\u8ffd\u52a0\u9500\u552e\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u4ea4\u53c9\u9500\u552e\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7684\u7236\u7ea7ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "\u8d2d\u4e70\u540e\u53d1\u9001\u7ed9\u5ba2\u6237\u7684\u53ef\u9009\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u5206\u7c7b\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5206\u7c7b\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u5206\u7c7b\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "\u6807\u7b7e\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6807\u7b7e\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6807\u7b7e(Tag)\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u6807\u7b7e\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u56fe\u7247\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u56fe\u7247 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u5c5e\u6027\u7684\u4f4d\u7f6e\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "\u5b9a\u4e49\u662f\u5426\u5728\u4ea7\u54c1\u8be6\u60c5\u9875\u7684 \"\u9644\u52a0\u4fe1\u606f\"\u9009\u9879\u5361\u663e\u793a\u6b64\u5c5e\u6027\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "\u5b9a\u4e49\u6b64\u5c5e\u6027\u662f\u5426\u53ef\u7528\u4e8e\u53d8\u91cf\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "\u6b64\u5c5e\u6027\u7684\u53ef\u7528term\u540d\u79f0\u5217\u8868\u3002",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "\u9ed8\u8ba4\u7684\u53d8\u91cf\u5c5e\u6027\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4ea7\u54c1\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "\u4ee5\u7f51\u7ad9\u6240\u5728\u65f6\u533a\u663e\u793a\u7684\u4ea7\u54c1\u53d1\u5e03\u65e5\u671f\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "\u4ea7\u54c1\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "\u4ea7\u54c1\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "bundle"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u4ea7\u54c1\u72b6\u6001\uff08\u6587\u7ae0\u72b6\u6001\uff09",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "\u7279\u8272\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "\u76ee\u5f55\u53ef\u89c1\u6027\u3002",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4ea7\u54c1\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "\u4ea7\u54c1\u7b80\u77ed\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u5e93\u5b58\u5355\u4f4d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u4ea7\u54c1\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u4ea7\u54c1\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u662f\u865a\u62df\u4ea7\u54c1\u7684\u8bdd\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u662f\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u7684\u8bdd\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "\u4ea7\u54c1\u7684\u5916\u90e8\u94fe\u63a5\uff0c\u4ec5\u7528\u4e8e\u5916\u94fe\u4ea7\u54c1\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "\u5916\u94fe\u4ea7\u54c1\u7684\u6309\u94ae\u6587\u672c\uff0c\u4ec5\u7528\u4e8e\u5916\u94fe\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u4ea7\u54c1\u7ea7\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u63a7\u5236\u4ea7\u54c1\u7684\u5e93\u5b58\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "\u4ea7\u54c1\u5e93\u5b58\u4e0d\u8db3\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "\u6bcf\u4e2a\u8ba2\u5355\u4ec5\u5141\u8bb8\u8d2d\u4e70\u4e00\u4ef6\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "\u4ea7\u54c1\u7684\u91cd\u91cf(\u78c5)\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u4ea7\u54c1\u7684\u4f53\u79ef\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u4ea7\u54c1\u957f\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u4ea7\u54c1\u5bbd\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u4ea7\u54c1\u9ad8\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "\u5141\u8bb8\u8bc4\u4ef7\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "\u6587\u7ae0\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "\u8ffd\u52a0\u9500\u552e\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u4ea4\u53c9\u9500\u552e\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7684\u7236\u7ea7ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "\u8d2d\u4e70\u540e\u53d1\u9001\u7ed9\u5ba2\u6237\u7684\u53ef\u9009\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u5206\u7c7b\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5206\u7c7b\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u5206\u7c7b\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "\u6807\u7b7e\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6807\u7b7e\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6807\u7b7e(Tag)\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u6807\u7b7e\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u56fe\u7247\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u56fe\u7247 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u5c5e\u6027\u7684\u4f4d\u7f6e\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "\u5b9a\u4e49\u662f\u5426\u5728\u4ea7\u54c1\u8be6\u60c5\u9875\u7684 \"\u9644\u52a0\u4fe1\u606f\"\u9009\u9879\u5361\u663e\u793a\u6b64\u5c5e\u6027\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "\u5b9a\u4e49\u6b64\u5c5e\u6027\u662f\u5426\u53ef\u7528\u4e8e\u53d8\u91cf\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "\u6b64\u5c5e\u6027\u7684\u53ef\u7528term\u540d\u79f0\u5217\u8868\u3002",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "\u9ed8\u8ba4\u7684\u53d8\u91cf\u5c5e\u6027\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-analytics\/products\/batch"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/suggested-products": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4ee5\u5339\u914d\u4e00\u4e2a\u5b57\u7b26\u4e32\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u5728\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u56de\u590d\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "popularity",
                                "rating",
                                "post__in",
                                "price",
                                "sales",
                                "menu_order",
                                "random",
                                "popularity",
                                "rating",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u90e8\u5206\u7236\u7ea7IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u9664\u90e8\u5206\u7236\u7ea7ID\u4e4b\u5916\u7684\u5168\u90e8\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "brand": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u4e0e\u7279\u5b9a\u7684\u54c1\u724c ID \u76f8\u5173\u8054\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u540d(slug)\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u4ea7\u54c1\u7c7b\u578b\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "bundle"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "\u7528\u7279\u5b9aSKU\u6765\u9650\u5b9a\u4ea7\u54c1\u7684\u7ed3\u679c\u96c6\u3002\u5982\u6709\u591a\u4e2a\uff0c\u7528\u82f1\u6587\u534a\u89d2\u9017\u53f7\u9694\u5f00\u3002",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u7279\u8272\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u5206\u7c7b\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u6807\u7b7e\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u914d\u9001\u7c7b\u578b\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u5c5e\u6027\u76f8\u5173\u7684\u4ea7\u54c1\u3002\u4f7f\u7528\u5206\u7c7b\u540d\u79f0\/\u5c5e\u6027\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u5c5e\u6027\u7c7b\u522b(\u9700\u8981\u6307\u5b9a\u4e00\u4e2a\u5c5e\u6027)\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "in_stock": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u6709\u8d27\u6216\u552e\u7f44\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "on_sale": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u4fc3\u9500\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u57fa\u4e8e\u4e00\u4e2a\u6700\u5c0f\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u57fa\u4e8e\u4e00\u4e2a\u6700\u5927\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "\u5c06 meta_data \u9650\u5236\u4e3a\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u4e0d\u5305\u62ec\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "categories": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u4ea7\u54c1\u5206\u7c7b\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "tags": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u4ea7\u54c1\u6807\u7b7e\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "limit": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u6570\u91cf\u7684\u5efa\u8bae\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "default": 5,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4ee5\u5339\u914d\u4e00\u4e2a\u5b57\u7b26\u4e32\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u5728\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u56de\u590d\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "popularity",
                                "rating",
                                "post__in",
                                "price",
                                "sales",
                                "menu_order",
                                "random",
                                "popularity",
                                "rating",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u90e8\u5206\u7236\u7ea7IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u9664\u90e8\u5206\u7236\u7ea7ID\u4e4b\u5916\u7684\u5168\u90e8\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "brand": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u4e0e\u7279\u5b9a\u7684\u54c1\u724c ID \u76f8\u5173\u8054\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u540d(slug)\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u4ea7\u54c1\u7c7b\u578b\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "bundle"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "\u7528\u7279\u5b9aSKU\u6765\u9650\u5b9a\u4ea7\u54c1\u7684\u7ed3\u679c\u96c6\u3002\u5982\u6709\u591a\u4e2a\uff0c\u7528\u82f1\u6587\u534a\u89d2\u9017\u53f7\u9694\u5f00\u3002",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u7279\u8272\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u5206\u7c7b\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u6807\u7b7e\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u914d\u9001\u7c7b\u578b\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u5c5e\u6027\u76f8\u5173\u7684\u4ea7\u54c1\u3002\u4f7f\u7528\u5206\u7c7b\u540d\u79f0\/\u5c5e\u6027\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u5c5e\u6027\u7c7b\u522b(\u9700\u8981\u6307\u5b9a\u4e00\u4e2a\u5c5e\u6027)\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "in_stock": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u6709\u8d27\u6216\u552e\u7f44\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "on_sale": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u4fc3\u9500\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u57fa\u4e8e\u4e00\u4e2a\u6700\u5c0f\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u57fa\u4e8e\u4e00\u4e2a\u6700\u5927\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "\u5c06 meta_data \u9650\u5236\u4e3a\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u4e0d\u5305\u62ec\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "categories": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u4ea7\u54c1\u5206\u7c7b\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "tags": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u4ea7\u54c1\u6807\u7b7e\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "limit": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u6570\u91cf\u7684\u5efa\u8bae\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "default": 5,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4ea7\u54c1\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "\u4ee5\u7f51\u7ad9\u6240\u5728\u65f6\u533a\u663e\u793a\u7684\u4ea7\u54c1\u53d1\u5e03\u65e5\u671f\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "\u4ea7\u54c1\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "\u4ea7\u54c1\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "bundle"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u4ea7\u54c1\u72b6\u6001\uff08\u6587\u7ae0\u72b6\u6001\uff09",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "\u7279\u8272\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "\u76ee\u5f55\u53ef\u89c1\u6027\u3002",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4ea7\u54c1\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "\u4ea7\u54c1\u7b80\u77ed\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u5e93\u5b58\u5355\u4f4d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u4ea7\u54c1\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u4ea7\u54c1\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u662f\u865a\u62df\u4ea7\u54c1\u7684\u8bdd\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u662f\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u7684\u8bdd\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "\u4ea7\u54c1\u7684\u5916\u90e8\u94fe\u63a5\uff0c\u4ec5\u7528\u4e8e\u5916\u94fe\u4ea7\u54c1\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "\u5916\u94fe\u4ea7\u54c1\u7684\u6309\u94ae\u6587\u672c\uff0c\u4ec5\u7528\u4e8e\u5916\u94fe\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u4ea7\u54c1\u7ea7\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u63a7\u5236\u4ea7\u54c1\u7684\u5e93\u5b58\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "\u4ea7\u54c1\u5e93\u5b58\u4e0d\u8db3\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "\u6bcf\u4e2a\u8ba2\u5355\u4ec5\u5141\u8bb8\u8d2d\u4e70\u4e00\u4ef6\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "\u4ea7\u54c1\u7684\u91cd\u91cf(\u78c5)\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u4ea7\u54c1\u7684\u4f53\u79ef\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u4ea7\u54c1\u957f\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u4ea7\u54c1\u5bbd\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u4ea7\u54c1\u9ad8\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "\u5141\u8bb8\u8bc4\u4ef7\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "\u6587\u7ae0\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "\u8ffd\u52a0\u9500\u552e\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u4ea4\u53c9\u9500\u552e\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7684\u7236\u7ea7ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "\u8d2d\u4e70\u540e\u53d1\u9001\u7ed9\u5ba2\u6237\u7684\u53ef\u9009\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u5206\u7c7b\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5206\u7c7b\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u5206\u7c7b\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "\u6807\u7b7e\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6807\u7b7e\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6807\u7b7e(Tag)\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u6807\u7b7e\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u56fe\u7247\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u56fe\u7247 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u5c5e\u6027\u7684\u4f4d\u7f6e\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "\u5b9a\u4e49\u662f\u5426\u5728\u4ea7\u54c1\u8be6\u60c5\u9875\u7684 \"\u9644\u52a0\u4fe1\u606f\"\u9009\u9879\u5361\u663e\u793a\u6b64\u5c5e\u6027\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "\u5b9a\u4e49\u6b64\u5c5e\u6027\u662f\u5426\u53ef\u7528\u4e8e\u53d8\u91cf\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "\u6b64\u5c5e\u6027\u7684\u53ef\u7528term\u540d\u79f0\u5217\u8868\u3002",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "\u9ed8\u8ba4\u7684\u53d8\u91cf\u5c5e\u6027\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4ea7\u54c1\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "\u4ee5\u7f51\u7ad9\u6240\u5728\u65f6\u533a\u663e\u793a\u7684\u4ea7\u54c1\u53d1\u5e03\u65e5\u671f\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "\u4ea7\u54c1\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "\u4ea7\u54c1\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "bundle"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u4ea7\u54c1\u72b6\u6001\uff08\u6587\u7ae0\u72b6\u6001\uff09",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "\u7279\u8272\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "\u76ee\u5f55\u53ef\u89c1\u6027\u3002",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4ea7\u54c1\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "\u4ea7\u54c1\u7b80\u77ed\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u5e93\u5b58\u5355\u4f4d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u4ea7\u54c1\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u4ea7\u54c1\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u662f\u865a\u62df\u4ea7\u54c1\u7684\u8bdd\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u662f\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u7684\u8bdd\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "\u4ea7\u54c1\u7684\u5916\u90e8\u94fe\u63a5\uff0c\u4ec5\u7528\u4e8e\u5916\u94fe\u4ea7\u54c1\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "\u5916\u94fe\u4ea7\u54c1\u7684\u6309\u94ae\u6587\u672c\uff0c\u4ec5\u7528\u4e8e\u5916\u94fe\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u4ea7\u54c1\u7ea7\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u63a7\u5236\u4ea7\u54c1\u7684\u5e93\u5b58\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "\u4ea7\u54c1\u5e93\u5b58\u4e0d\u8db3\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "\u6bcf\u4e2a\u8ba2\u5355\u4ec5\u5141\u8bb8\u8d2d\u4e70\u4e00\u4ef6\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "\u4ea7\u54c1\u7684\u91cd\u91cf(\u78c5)\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u4ea7\u54c1\u7684\u4f53\u79ef\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u4ea7\u54c1\u957f\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u4ea7\u54c1\u5bbd\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u4ea7\u54c1\u9ad8\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "\u5141\u8bb8\u8bc4\u4ef7\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "\u6587\u7ae0\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "\u8ffd\u52a0\u9500\u552e\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u4ea4\u53c9\u9500\u552e\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7684\u7236\u7ea7ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "\u8d2d\u4e70\u540e\u53d1\u9001\u7ed9\u5ba2\u6237\u7684\u53ef\u9009\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u5206\u7c7b\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5206\u7c7b\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u5206\u7c7b\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "\u6807\u7b7e\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6807\u7b7e\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6807\u7b7e(Tag)\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u6807\u7b7e\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u56fe\u7247\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u56fe\u7247 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u5c5e\u6027\u7684\u4f4d\u7f6e\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "\u5b9a\u4e49\u662f\u5426\u5728\u4ea7\u54c1\u8be6\u60c5\u9875\u7684 \"\u9644\u52a0\u4fe1\u606f\"\u9009\u9879\u5361\u663e\u793a\u6b64\u5c5e\u6027\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "\u5b9a\u4e49\u6b64\u5c5e\u6027\u662f\u5426\u53ef\u7528\u4e8e\u53d8\u91cf\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "\u6b64\u5c5e\u6027\u7684\u53ef\u7528term\u540d\u79f0\u5217\u8868\u3002",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "\u9ed8\u8ba4\u7684\u53d8\u91cf\u5c5e\u6027\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "search": {
                            "description": "\u6309\u76f8\u4f3c\u5c5e\u6027\u540d\u79f0\u641c\u7d22\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "\u6765\u6e90\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "select",
                            "description": "\u5c5e\u6027\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "checkbox",
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "default": "menu_order",
                            "description": "\u9ed8\u8ba4\u6392\u5e8f\u3002",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "default": false,
                            "description": "\u542f\u7528\/\u7981\u7528\u5c5e\u6027\u5f52\u6863\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "search": {
                            "description": "\u6309\u76f8\u4f3c\u5c5e\u6027\u540d\u79f0\u641c\u7d22\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "\u6765\u6e90\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "select",
                            "description": "\u5c5e\u6027\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "checkbox",
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "default": "menu_order",
                            "description": "\u9ed8\u8ba4\u6392\u5e8f\u3002",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "default": false,
                            "description": "\u542f\u7528\/\u7981\u7528\u5c5e\u6027\u5f52\u6863\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u5c5e\u6027\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "checkbox",
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "\u9ed8\u8ba4\u6392\u5e8f\u3002",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "\u542f\u7528\/\u7981\u7528\u5c5e\u6027\u5f52\u6863\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u5c5e\u6027\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "checkbox",
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "\u9ed8\u8ba4\u6392\u5e8f\u3002",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "\u542f\u7528\/\u7981\u7528\u5c5e\u6027\u5f52\u6863\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "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": "\u5c5e\u6027\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u5c5e\u6027\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "checkbox",
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "\u9ed8\u8ba4\u6392\u5e8f\u3002",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "\u542f\u7528\/\u7981\u7528\u5c5e\u6027\u5f52\u6863\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u5c5e\u6027\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "checkbox",
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "\u9ed8\u8ba4\u6392\u5e8f\u3002",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "\u542f\u7528\/\u7981\u7528\u5c5e\u6027\u5f52\u6863\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8d44\u6e90\u7684\u6570\u636e\u57df\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "\u8d44\u6e90\u7684\u6570\u636e\u57df\u6807\u8bc6\u7b26\u3002",
                            "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": "\u8be5\u5206\u7c7b\u65b9\u6cd5\u5c5e\u6027\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u8d44\u6e90\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u6ca1\u6709\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u522b\u540d(slug)\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "\u8be5\u5206\u7c7b\u65b9\u6cd5\u5c5e\u6027\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "\u6765\u6e90\u7684\u540d\u79f0\u3002",
                            "required": true
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "\u8be5\u5206\u7c7b\u65b9\u6cd5\u5c5e\u6027\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u8d44\u6e90\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u6ca1\u6709\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u522b\u540d(slug)\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "\u8be5\u5206\u7c7b\u65b9\u6cd5\u5c5e\u6027\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "\u6765\u6e90\u7684\u540d\u79f0\u3002",
                            "required": true
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "\u8be5\u5206\u7c7b\u65b9\u6cd5\u5c5e\u6027\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "\u8be5\u5206\u7c7b\u65b9\u6cd5\u5c5e\u6027\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u7c7b\u522b\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "\u8be5\u5206\u7c7b\u65b9\u6cd5\u5c5e\u6027\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "\u8be5\u5206\u7c7b\u65b9\u6cd5\u5c5e\u6027\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "\u8be5\u5206\u7c7b\u65b9\u6cd5\u5c5e\u6027\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u7c7b\u522b\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "\u8be5\u5206\u7c7b\u65b9\u6cd5\u5c5e\u6027\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "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": "\u8be5\u5206\u7c7b\u65b9\u6cd5\u5c5e\u6027\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u7c7b\u522b\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "\u8be5\u5206\u7c7b\u65b9\u6cd5\u5c5e\u6027\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u7c7b\u522b\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "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": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u522b\u540d(slug)\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u8d44\u6e90\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u6ca1\u6709\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u522b\u540d(slug)\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u8d44\u6e90\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u6ca1\u6709\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/products\/categories": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u8d44\u6e90\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u6ca1\u6709\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u522b\u540d(slug)\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "\u6765\u6e90\u7684\u540d\u79f0\u3002",
                            "required": true
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7236\u7ea7\u9879\u76ee\u7684ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "default": "default",
                            "description": "\u5206\u7c7b\u5f52\u6863\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u7247\u6570\u636e",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u8d44\u6e90\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u6ca1\u6709\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u522b\u540d(slug)\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "\u6765\u6e90\u7684\u540d\u79f0\u3002",
                            "required": true
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7236\u7ea7\u9879\u76ee\u7684ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "default": "default",
                            "description": "\u5206\u7c7b\u5f52\u6863\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u7247\u6570\u636e",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7236\u7ea7\u9879\u76ee\u7684ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "\u5206\u7c7b\u5f52\u6863\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u7247\u6570\u636e",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7236\u7ea7\u9879\u76ee\u7684ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "\u5206\u7c7b\u5f52\u6863\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u7247\u6570\u636e",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "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": "\u7c7b\u522b\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7236\u7ea7\u9879\u76ee\u7684ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "\u5206\u7c7b\u5f52\u6863\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u7247\u6570\u636e",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7236\u7ea7\u9879\u76ee\u7684ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "\u5206\u7c7b\u5f52\u6863\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u7247\u6570\u636e",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6309\u7c7b\u4f3c\u4ea7\u54c1\u540d\u79f0\u3001sku \u6216\u5c5e\u6027\u503c\u8fdb\u884c\u641c\u7d22\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u5728\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u56de\u590d\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u90e8\u5206\u7236\u7ea7IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u9664\u90e8\u5206\u7236\u7ea7ID\u4e4b\u5916\u7684\u5168\u90e8\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u540d(slug)\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "\u7528\u7279\u5b9aSKU\u6765\u9650\u5b9a\u4ea7\u54c1\u7684\u7ed3\u679c\u96c6\u3002\u5982\u6709\u591a\u4e2a\uff0c\u7528\u82f1\u6587\u534a\u89d2\u9017\u53f7\u9694\u5f00\u3002",
                            "type": "string",
                            "required": false
                        },
                        "on_sale": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u4fc3\u9500\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u57fa\u4e8e\u4e00\u4e2a\u6700\u5c0f\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u57fa\u4e8e\u4e00\u4e2a\u6700\u5927\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "\u5c06 meta_data \u9650\u5236\u4e3a\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u4e0d\u5305\u62ec\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u6709\u7279\u5b9a\u5e93\u5b58\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "has_price": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5e26\u4ef7\u683c\u6216\u4e0d\u5e26\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u6307\u5b9a\u5c5e\u6027\u7684\u4ea7\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "type": "string",
                                        "description": "\u5c5e\u6027\u6570\u636e\u57df\u3002"
                                    },
                                    "term": {
                                        "type": "string",
                                        "description": "\u5c5e\u6027\u672f\u8bed\u3002"
                                    },
                                    "terms": {
                                        "type": "array",
                                        "description": "\u5c5e\u6027\u672f\u8bed\u3002"
                                    }
                                }
                            },
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u865a\u62df\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "include_status": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u4efb\u610f\u72b6\u6001\u7684\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "any",
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "exclude_status": {
                            "description": "\u4ece\u7ed3\u679c\u96c6\u4e2d\u6392\u9664\u6240\u6709\u72b6\u6001\u7684\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "type": {
                            "default": "variation",
                            "description": "\u4ea7\u54c1\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u53d8\u91cf\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u5e93\u5b58\u5355\u4f4d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u53d8\u91cf\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u53d8\u91cf\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u53d8\u4f53\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u865a\u62df\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "\u53d8\u91cf\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "\u63a7\u5236\u4ea7\u54c1\u7684\u5e93\u5b58\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "\u53d8\u4f53\u5e93\u5b58\u4e0d\u8db3\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "\u53d8\u91cf\u91cd\u91cf (\u78c5).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u53d8\u91cf\u4f53\u79ef.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u53d8\u91cf\u957f\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u53d8\u91cf\u5bbd\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u53d8\u91cf\u9ad8\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "\u53d8\u91cf\u56fe\u7247\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "\u4ea7\u54c1\u7236\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7684\u7236\u7ea7ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6309\u7c7b\u4f3c\u4ea7\u54c1\u540d\u79f0\u3001sku \u6216\u5c5e\u6027\u503c\u8fdb\u884c\u641c\u7d22\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u5728\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u56de\u590d\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u90e8\u5206\u7236\u7ea7IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u9664\u90e8\u5206\u7236\u7ea7ID\u4e4b\u5916\u7684\u5168\u90e8\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u540d(slug)\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "\u7528\u7279\u5b9aSKU\u6765\u9650\u5b9a\u4ea7\u54c1\u7684\u7ed3\u679c\u96c6\u3002\u5982\u6709\u591a\u4e2a\uff0c\u7528\u82f1\u6587\u534a\u89d2\u9017\u53f7\u9694\u5f00\u3002",
                            "type": "string",
                            "required": false
                        },
                        "on_sale": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u4fc3\u9500\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u57fa\u4e8e\u4e00\u4e2a\u6700\u5c0f\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u57fa\u4e8e\u4e00\u4e2a\u6700\u5927\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "\u5c06 meta_data \u9650\u5236\u4e3a\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u4e0d\u5305\u62ec\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u6709\u7279\u5b9a\u5e93\u5b58\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "has_price": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5e26\u4ef7\u683c\u6216\u4e0d\u5e26\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u6307\u5b9a\u5c5e\u6027\u7684\u4ea7\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "type": "string",
                                        "description": "\u5c5e\u6027\u6570\u636e\u57df\u3002"
                                    },
                                    "term": {
                                        "type": "string",
                                        "description": "\u5c5e\u6027\u672f\u8bed\u3002"
                                    },
                                    "terms": {
                                        "type": "array",
                                        "description": "\u5c5e\u6027\u672f\u8bed\u3002"
                                    }
                                }
                            },
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u865a\u62df\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "include_status": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u4efb\u610f\u72b6\u6001\u7684\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "any",
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "exclude_status": {
                            "description": "\u4ece\u7ed3\u679c\u96c6\u4e2d\u6392\u9664\u6240\u6709\u72b6\u6001\u7684\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "type": {
                            "default": "variation",
                            "description": "\u4ea7\u54c1\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u53d8\u91cf\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u5e93\u5b58\u5355\u4f4d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u53d8\u91cf\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u53d8\u91cf\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u53d8\u4f53\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u865a\u62df\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "\u53d8\u91cf\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "\u63a7\u5236\u4ea7\u54c1\u7684\u5e93\u5b58\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "\u53d8\u4f53\u5e93\u5b58\u4e0d\u8db3\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "\u53d8\u91cf\u91cd\u91cf (\u78c5).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u53d8\u91cf\u4f53\u79ef.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u53d8\u91cf\u957f\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u53d8\u91cf\u5bbd\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u53d8\u91cf\u9ad8\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "\u53d8\u91cf\u56fe\u7247\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "\u4ea7\u54c1\u7236\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7684\u7236\u7ea7ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6309\u7c7b\u4f3c\u4ea7\u54c1\u540d\u79f0\u3001sku \u6216\u5c5e\u6027\u503c\u8fdb\u884c\u641c\u7d22\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u5728\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u56de\u590d\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u90e8\u5206\u7236\u7ea7IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u9664\u90e8\u5206\u7236\u7ea7ID\u4e4b\u5916\u7684\u5168\u90e8\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u540d(slug)\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "\u7528\u7279\u5b9aSKU\u6765\u9650\u5b9a\u4ea7\u54c1\u7684\u7ed3\u679c\u96c6\u3002\u5982\u6709\u591a\u4e2a\uff0c\u7528\u82f1\u6587\u534a\u89d2\u9017\u53f7\u9694\u5f00\u3002",
                            "type": "string",
                            "required": false
                        },
                        "on_sale": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u4fc3\u9500\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u57fa\u4e8e\u4e00\u4e2a\u6700\u5c0f\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u57fa\u4e8e\u4e00\u4e2a\u6700\u5927\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "\u5c06 meta_data \u9650\u5236\u4e3a\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u4e0d\u5305\u62ec\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u6709\u7279\u5b9a\u5e93\u5b58\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "has_price": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5e26\u4ef7\u683c\u6216\u4e0d\u5e26\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u6307\u5b9a\u5c5e\u6027\u7684\u4ea7\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "type": "string",
                                        "description": "\u5c5e\u6027\u6570\u636e\u57df\u3002"
                                    },
                                    "term": {
                                        "type": "string",
                                        "description": "\u5c5e\u6027\u672f\u8bed\u3002"
                                    },
                                    "terms": {
                                        "type": "array",
                                        "description": "\u5c5e\u6027\u672f\u8bed\u3002"
                                    }
                                }
                            },
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u865a\u62df\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "include_status": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u4efb\u610f\u72b6\u6001\u7684\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "any",
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "exclude_status": {
                            "description": "\u4ece\u7ed3\u679c\u96c6\u4e2d\u6392\u9664\u6240\u6709\u72b6\u6001\u7684\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "type": {
                            "default": "variation",
                            "description": "\u4ea7\u54c1\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u53d8\u91cf\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u5e93\u5b58\u5355\u4f4d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u53d8\u91cf\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u53d8\u91cf\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u53d8\u4f53\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u865a\u62df\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "\u53d8\u91cf\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "\u63a7\u5236\u4ea7\u54c1\u7684\u5e93\u5b58\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "\u53d8\u4f53\u5e93\u5b58\u4e0d\u8db3\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "\u53d8\u91cf\u91cd\u91cf (\u78c5).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u53d8\u91cf\u4f53\u79ef.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u53d8\u91cf\u957f\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u53d8\u91cf\u5bbd\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u53d8\u91cf\u9ad8\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "\u53d8\u91cf\u56fe\u7247\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "\u4ea7\u54c1\u7236\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7684\u7236\u7ea7ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6309\u7c7b\u4f3c\u4ea7\u54c1\u540d\u79f0\u3001sku \u6216\u5c5e\u6027\u503c\u8fdb\u884c\u641c\u7d22\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u5728\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u56de\u590d\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u90e8\u5206\u7236\u7ea7IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u9664\u90e8\u5206\u7236\u7ea7ID\u4e4b\u5916\u7684\u5168\u90e8\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u540d(slug)\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "\u7528\u7279\u5b9aSKU\u6765\u9650\u5b9a\u4ea7\u54c1\u7684\u7ed3\u679c\u96c6\u3002\u5982\u6709\u591a\u4e2a\uff0c\u7528\u82f1\u6587\u534a\u89d2\u9017\u53f7\u9694\u5f00\u3002",
                            "type": "string",
                            "required": false
                        },
                        "on_sale": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u4fc3\u9500\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u57fa\u4e8e\u4e00\u4e2a\u6700\u5c0f\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u57fa\u4e8e\u4e00\u4e2a\u6700\u5927\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "\u5c06 meta_data \u9650\u5236\u4e3a\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u4e0d\u5305\u62ec\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u6709\u7279\u5b9a\u5e93\u5b58\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "has_price": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5e26\u4ef7\u683c\u6216\u4e0d\u5e26\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u6307\u5b9a\u5c5e\u6027\u7684\u4ea7\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "type": "string",
                                        "description": "\u5c5e\u6027\u6570\u636e\u57df\u3002"
                                    },
                                    "term": {
                                        "type": "string",
                                        "description": "\u5c5e\u6027\u672f\u8bed\u3002"
                                    },
                                    "terms": {
                                        "type": "array",
                                        "description": "\u5c5e\u6027\u672f\u8bed\u3002"
                                    }
                                }
                            },
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u865a\u62df\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "include_status": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u4efb\u610f\u72b6\u6001\u7684\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "any",
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "exclude_status": {
                            "description": "\u4ece\u7ed3\u679c\u96c6\u4e2d\u6392\u9664\u6240\u6709\u72b6\u6001\u7684\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "type": {
                            "default": "variation",
                            "description": "\u4ea7\u54c1\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u53d8\u91cf\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u5e93\u5b58\u5355\u4f4d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u53d8\u91cf\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u53d8\u91cf\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u53d8\u4f53\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u865a\u62df\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "\u53d8\u91cf\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "\u63a7\u5236\u4ea7\u54c1\u7684\u5e93\u5b58\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "\u53d8\u4f53\u5e93\u5b58\u4e0d\u8db3\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "\u53d8\u91cf\u91cd\u91cf (\u78c5).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u53d8\u91cf\u4f53\u79ef.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u53d8\u91cf\u957f\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u53d8\u91cf\u5bbd\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u53d8\u91cf\u9ad8\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "\u53d8\u91cf\u56fe\u7247\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "\u4ea7\u54c1\u7236\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7684\u7236\u7ea7ID\u3002",
                            "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": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u53d8\u91cf\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u53d8\u91cf\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "type": {
                            "description": "\u4ea7\u54c1\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u53d8\u91cf\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u5e93\u5b58\u5355\u4f4d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u53d8\u91cf\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u53d8\u91cf\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u53d8\u4f53\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u865a\u62df\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u53d8\u91cf\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u63a7\u5236\u4ea7\u54c1\u7684\u5e93\u5b58\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "\u53d8\u4f53\u5e93\u5b58\u4e0d\u8db3\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "\u53d8\u91cf\u91cd\u91cf (\u78c5).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u53d8\u91cf\u4f53\u79ef.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u53d8\u91cf\u957f\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u53d8\u91cf\u5bbd\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u53d8\u91cf\u9ad8\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "\u53d8\u91cf\u56fe\u7247\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "\u4ea7\u54c1\u7236\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7684\u7236\u7ea7ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u53d8\u91cf\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5f3a\u5236\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u53d8\u91cf\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u53d8\u91cf\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "type": {
                            "description": "\u4ea7\u54c1\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u53d8\u91cf\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u5e93\u5b58\u5355\u4f4d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u53d8\u91cf\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u53d8\u91cf\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u53d8\u4f53\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u865a\u62df\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u53d8\u91cf\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u63a7\u5236\u4ea7\u54c1\u7684\u5e93\u5b58\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "\u53d8\u4f53\u5e93\u5b58\u4e0d\u8db3\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "\u53d8\u91cf\u91cd\u91cf (\u78c5).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u53d8\u91cf\u4f53\u79ef.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u53d8\u91cf\u957f\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u53d8\u91cf\u5bbd\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u53d8\u91cf\u9ad8\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "\u53d8\u91cf\u56fe\u7247\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "\u4ea7\u54c1\u7236\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7684\u7236\u7ea7ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u53d8\u91cf\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5f3a\u5236\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u53d8\u91cf\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u53d8\u91cf\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "type": {
                            "description": "\u4ea7\u54c1\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u53d8\u91cf\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u5e93\u5b58\u5355\u4f4d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u53d8\u91cf\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u53d8\u91cf\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u53d8\u4f53\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u865a\u62df\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u53d8\u91cf\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u63a7\u5236\u4ea7\u54c1\u7684\u5e93\u5b58\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "\u53d8\u4f53\u5e93\u5b58\u4e0d\u8db3\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "\u53d8\u91cf\u91cd\u91cf (\u78c5).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u53d8\u91cf\u4f53\u79ef.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u53d8\u91cf\u957f\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u53d8\u91cf\u5bbd\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u53d8\u91cf\u9ad8\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "\u53d8\u91cf\u56fe\u7247\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "\u4ea7\u54c1\u7236\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7684\u7236\u7ea7ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u53d8\u91cf\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5f3a\u5236\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u53d8\u91cf\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u53d8\u91cf\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "type": {
                            "description": "\u4ea7\u54c1\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u53d8\u91cf\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u5e93\u5b58\u5355\u4f4d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u53d8\u91cf\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u53d8\u91cf\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u53d8\u4f53\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u865a\u62df\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u53d8\u91cf\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u63a7\u5236\u4ea7\u54c1\u7684\u5e93\u5b58\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "\u53d8\u4f53\u5e93\u5b58\u4e0d\u8db3\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "\u53d8\u91cf\u91cd\u91cf (\u78c5).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u53d8\u91cf\u4f53\u79ef.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u53d8\u91cf\u957f\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u53d8\u91cf\u5bbd\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u53d8\u91cf\u9ad8\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "\u53d8\u91cf\u56fe\u7247\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "\u4ea7\u54c1\u7236\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7684\u7236\u7ea7ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u53d8\u91cf\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5f3a\u5236\u5220\u9664\u3002",
                            "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": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "type": {
                            "description": "\u4ea7\u54c1\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u53d8\u91cf\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u5e93\u5b58\u5355\u4f4d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u53d8\u91cf\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u53d8\u91cf\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u53d8\u4f53\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u865a\u62df\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u53d8\u91cf\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u63a7\u5236\u4ea7\u54c1\u7684\u5e93\u5b58\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "\u53d8\u4f53\u5e93\u5b58\u4e0d\u8db3\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "\u53d8\u91cf\u91cd\u91cf (\u78c5).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u53d8\u91cf\u4f53\u79ef.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u53d8\u91cf\u957f\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u53d8\u91cf\u5bbd\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u53d8\u91cf\u9ad8\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "\u53d8\u91cf\u56fe\u7247\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "\u4ea7\u54c1\u7236\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7684\u7236\u7ea7ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "type": {
                            "description": "\u4ea7\u54c1\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u53d8\u91cf\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u5e93\u5b58\u5355\u4f4d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u53d8\u91cf\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u53d8\u91cf\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u53d8\u4f53\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u865a\u62df\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u53d8\u91cf\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u63a7\u5236\u4ea7\u54c1\u7684\u5e93\u5b58\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "\u53d8\u4f53\u5e93\u5b58\u4e0d\u8db3\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "\u53d8\u91cf\u91cd\u91cf (\u78c5).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u53d8\u91cf\u4f53\u79ef.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u53d8\u91cf\u957f\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u53d8\u91cf\u5bbd\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u53d8\u91cf\u9ad8\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "\u53d8\u91cf\u56fe\u7247\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "\u4ea7\u54c1\u7236\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7684\u7236\u7ea7ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "type": {
                            "description": "\u4ea7\u54c1\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u53d8\u91cf\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u5e93\u5b58\u5355\u4f4d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u53d8\u91cf\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u53d8\u91cf\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u53d8\u4f53\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u865a\u62df\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u53d8\u91cf\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u63a7\u5236\u4ea7\u54c1\u7684\u5e93\u5b58\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "\u53d8\u4f53\u5e93\u5b58\u4e0d\u8db3\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "\u53d8\u91cf\u91cd\u91cf (\u78c5).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u53d8\u91cf\u4f53\u79ef.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u53d8\u91cf\u957f\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u53d8\u91cf\u5bbd\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u53d8\u91cf\u9ad8\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "\u53d8\u91cf\u56fe\u7247\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "\u4ea7\u54c1\u7236\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7684\u7236\u7ea7ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "type": {
                            "description": "\u4ea7\u54c1\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u53d8\u91cf\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u5e93\u5b58\u5355\u4f4d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u53d8\u91cf\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u53d8\u91cf\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u53d8\u4f53\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u865a\u62df\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u53d8\u91cf\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u63a7\u5236\u4ea7\u54c1\u7684\u5e93\u5b58\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "\u53d8\u4f53\u5e93\u5b58\u4e0d\u8db3\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "\u53d8\u91cf\u91cd\u91cf (\u78c5).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u53d8\u91cf\u4f53\u79ef.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u53d8\u91cf\u957f\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u53d8\u91cf\u5bbd\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u53d8\u91cf\u9ad8\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "\u53d8\u91cf\u56fe\u7247\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "\u4ea7\u54c1\u7236\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7684\u7236\u7ea7ID\u3002",
                            "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": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "delete": {
                            "description": "\u5220\u9664\u672a\u4f7f\u7528\u7684\u53d8\u4f53\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "default_values": {
                            "description": "\u6240\u751f\u6210\u53d8\u4f53\u7684\u9ed8\u8ba4\u503c\u3002",
                            "type": "object",
                            "properties": {
                                "type": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u4ea7\u54c1\u7684\u7c7b\u578b\u3002",
                                    "type": "string",
                                    "enum": [
                                        "variation"
                                    ]
                                },
                                "description": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u91cf\u63cf\u8ff0\u3002",
                                    "type": "string"
                                },
                                "sku": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5e93\u5b58\u5355\u4f4d\u3002",
                                    "type": "string"
                                },
                                "global_unique_id": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\u3002",
                                    "type": "string"
                                },
                                "regular_price": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u91cf\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                                    "type": "string"
                                },
                                "sale_price": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u91cf\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                                    "type": "string"
                                },
                                "date_on_sale_from": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_from_gmt": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_to": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_to_gmt": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u4f53\u72b6\u6001\u3002",
                                    "type": "string",
                                    "enum": [
                                        "draft",
                                        "pending",
                                        "private",
                                        "publish"
                                    ]
                                },
                                "virtual": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u865a\u62df\u4ea7\u54c1\u3002",
                                    "type": "boolean"
                                },
                                "downloadable": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u3002",
                                    "type": "boolean"
                                },
                                "downloads": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "\u6587\u4ef6ID\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "file": {
                                                "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                },
                                "download_limit": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                                    "type": "integer"
                                },
                                "download_expiry": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                                    "type": "integer"
                                },
                                "tax_status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                                    "type": "string",
                                    "enum": [
                                        "taxable",
                                        "shipping",
                                        "none"
                                    ]
                                },
                                "tax_class": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                                    "type": "string"
                                },
                                "manage_stock": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u91cf\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                                    "type": "boolean"
                                },
                                "stock_quantity": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                                    "type": "integer"
                                },
                                "stock_status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u63a7\u5236\u4ea7\u54c1\u7684\u5e93\u5b58\u72b6\u6001\u3002",
                                    "type": "string",
                                    "enum": [
                                        "instock",
                                        "outofstock",
                                        "onbackorder"
                                    ]
                                },
                                "backorders": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                                    "type": "string",
                                    "enum": [
                                        "no",
                                        "notify",
                                        "yes"
                                    ]
                                },
                                "low_stock_amount": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u4f53\u5e93\u5b58\u4e0d\u8db3\u3002",
                                    "type": [
                                        "integer",
                                        "null"
                                    ]
                                },
                                "weight": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u91cf\u91cd\u91cf (\u78c5).",
                                    "type": "string"
                                },
                                "dimensions": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u91cf\u4f53\u79ef.",
                                    "type": "object",
                                    "properties": {
                                        "length": {
                                            "description": "\u53d8\u91cf\u957f\u5ea6 (\u82f1\u5bf8).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "width": {
                                            "description": "\u53d8\u91cf\u5bbd\u5ea6 (\u82f1\u5bf8).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "height": {
                                            "description": "\u53d8\u91cf\u9ad8\u5ea6 (\u82f1\u5bf8).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        }
                                    }
                                },
                                "shipping_class": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                                    "type": "string"
                                },
                                "image": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u91cf\u56fe\u7247\u6570\u636e\u3002",
                                    "type": "object",
                                    "properties": {
                                        "id": {
                                            "description": "\u56fe\u7247 ID\u3002",
                                            "type": "integer",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "date_created": {
                                            "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_created_gmt": {
                                            "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_modified": {
                                            "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_modified_gmt": {
                                            "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "src": {
                                            "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                            "type": "string",
                                            "format": "uri",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "name": {
                                            "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "alt": {
                                            "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        }
                                    }
                                },
                                "attributes": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5c5e\u6027\u5217\u8868\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "\u5c5e\u6027\u7684ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "option": {
                                                "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                },
                                "menu_order": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                                    "type": "integer"
                                },
                                "meta_data": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5143\u6570\u636e\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "\u5143\u6570\u636eID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "key": {
                                                "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "value": {
                                                "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                "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": "\u4ea7\u54c1\u7236\u540d\u79f0\u3002",
                                    "type": "string"
                                },
                                "parent_id": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u4ea7\u54c1\u7684\u7236\u7ea7ID\u3002",
                                    "type": "integer"
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "default": "variation",
                            "description": "\u4ea7\u54c1\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u53d8\u91cf\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u5e93\u5b58\u5355\u4f4d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u53d8\u91cf\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u53d8\u91cf\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u53d8\u4f53\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u865a\u62df\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "\u53d8\u91cf\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "\u63a7\u5236\u4ea7\u54c1\u7684\u5e93\u5b58\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "\u53d8\u4f53\u5e93\u5b58\u4e0d\u8db3\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "\u53d8\u91cf\u91cd\u91cf (\u78c5).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u53d8\u91cf\u4f53\u79ef.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u53d8\u91cf\u957f\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u53d8\u91cf\u5bbd\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u53d8\u91cf\u9ad8\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "\u53d8\u91cf\u56fe\u7247\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "\u4ea7\u54c1\u7236\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7684\u7236\u7ea7ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "delete": {
                            "description": "\u5220\u9664\u672a\u4f7f\u7528\u7684\u53d8\u4f53\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "default_values": {
                            "description": "\u6240\u751f\u6210\u53d8\u4f53\u7684\u9ed8\u8ba4\u503c\u3002",
                            "type": "object",
                            "properties": {
                                "type": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u4ea7\u54c1\u7684\u7c7b\u578b\u3002",
                                    "type": "string",
                                    "enum": [
                                        "variation"
                                    ]
                                },
                                "description": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u91cf\u63cf\u8ff0\u3002",
                                    "type": "string"
                                },
                                "sku": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5e93\u5b58\u5355\u4f4d\u3002",
                                    "type": "string"
                                },
                                "global_unique_id": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\u3002",
                                    "type": "string"
                                },
                                "regular_price": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u91cf\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                                    "type": "string"
                                },
                                "sale_price": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u91cf\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                                    "type": "string"
                                },
                                "date_on_sale_from": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_from_gmt": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_to": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_to_gmt": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u4f53\u72b6\u6001\u3002",
                                    "type": "string",
                                    "enum": [
                                        "draft",
                                        "pending",
                                        "private",
                                        "publish"
                                    ]
                                },
                                "virtual": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u865a\u62df\u4ea7\u54c1\u3002",
                                    "type": "boolean"
                                },
                                "downloadable": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u3002",
                                    "type": "boolean"
                                },
                                "downloads": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "\u6587\u4ef6ID\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "file": {
                                                "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                },
                                "download_limit": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                                    "type": "integer"
                                },
                                "download_expiry": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                                    "type": "integer"
                                },
                                "tax_status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                                    "type": "string",
                                    "enum": [
                                        "taxable",
                                        "shipping",
                                        "none"
                                    ]
                                },
                                "tax_class": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                                    "type": "string"
                                },
                                "manage_stock": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u91cf\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                                    "type": "boolean"
                                },
                                "stock_quantity": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                                    "type": "integer"
                                },
                                "stock_status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u63a7\u5236\u4ea7\u54c1\u7684\u5e93\u5b58\u72b6\u6001\u3002",
                                    "type": "string",
                                    "enum": [
                                        "instock",
                                        "outofstock",
                                        "onbackorder"
                                    ]
                                },
                                "backorders": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                                    "type": "string",
                                    "enum": [
                                        "no",
                                        "notify",
                                        "yes"
                                    ]
                                },
                                "low_stock_amount": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u4f53\u5e93\u5b58\u4e0d\u8db3\u3002",
                                    "type": [
                                        "integer",
                                        "null"
                                    ]
                                },
                                "weight": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u91cf\u91cd\u91cf (\u78c5).",
                                    "type": "string"
                                },
                                "dimensions": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u91cf\u4f53\u79ef.",
                                    "type": "object",
                                    "properties": {
                                        "length": {
                                            "description": "\u53d8\u91cf\u957f\u5ea6 (\u82f1\u5bf8).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "width": {
                                            "description": "\u53d8\u91cf\u5bbd\u5ea6 (\u82f1\u5bf8).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "height": {
                                            "description": "\u53d8\u91cf\u9ad8\u5ea6 (\u82f1\u5bf8).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        }
                                    }
                                },
                                "shipping_class": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                                    "type": "string"
                                },
                                "image": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u91cf\u56fe\u7247\u6570\u636e\u3002",
                                    "type": "object",
                                    "properties": {
                                        "id": {
                                            "description": "\u56fe\u7247 ID\u3002",
                                            "type": "integer",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "date_created": {
                                            "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_created_gmt": {
                                            "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_modified": {
                                            "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_modified_gmt": {
                                            "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "src": {
                                            "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                            "type": "string",
                                            "format": "uri",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "name": {
                                            "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "alt": {
                                            "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        }
                                    }
                                },
                                "attributes": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5c5e\u6027\u5217\u8868\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "\u5c5e\u6027\u7684ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "option": {
                                                "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                },
                                "menu_order": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                                    "type": "integer"
                                },
                                "meta_data": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5143\u6570\u636e\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "\u5143\u6570\u636eID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "key": {
                                                "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "value": {
                                                "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                "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": "\u4ea7\u54c1\u7236\u540d\u79f0\u3002",
                                    "type": "string"
                                },
                                "parent_id": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u4ea7\u54c1\u7684\u7236\u7ea7ID\u3002",
                                    "type": "integer"
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "default": "variation",
                            "description": "\u4ea7\u54c1\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u53d8\u91cf\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u5e93\u5b58\u5355\u4f4d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u53d8\u91cf\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u53d8\u91cf\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u53d8\u4f53\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u865a\u62df\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "\u53d8\u91cf\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "\u63a7\u5236\u4ea7\u54c1\u7684\u5e93\u5b58\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "\u53d8\u4f53\u5e93\u5b58\u4e0d\u8db3\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "\u53d8\u91cf\u91cd\u91cf (\u78c5).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u53d8\u91cf\u4f53\u79ef.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u53d8\u91cf\u957f\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u53d8\u91cf\u5bbd\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u53d8\u91cf\u9ad8\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "\u53d8\u91cf\u56fe\u7247\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "\u4ea7\u54c1\u7236\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7684\u7236\u7ea7ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "delete": {
                            "description": "\u5220\u9664\u672a\u4f7f\u7528\u7684\u53d8\u4f53\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "default_values": {
                            "description": "\u6240\u751f\u6210\u53d8\u4f53\u7684\u9ed8\u8ba4\u503c\u3002",
                            "type": "object",
                            "properties": {
                                "type": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u4ea7\u54c1\u7684\u7c7b\u578b\u3002",
                                    "type": "string",
                                    "enum": [
                                        "variation"
                                    ]
                                },
                                "description": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u91cf\u63cf\u8ff0\u3002",
                                    "type": "string"
                                },
                                "sku": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5e93\u5b58\u5355\u4f4d\u3002",
                                    "type": "string"
                                },
                                "global_unique_id": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\u3002",
                                    "type": "string"
                                },
                                "regular_price": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u91cf\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                                    "type": "string"
                                },
                                "sale_price": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u91cf\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                                    "type": "string"
                                },
                                "date_on_sale_from": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_from_gmt": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_to": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_to_gmt": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u4f53\u72b6\u6001\u3002",
                                    "type": "string",
                                    "enum": [
                                        "draft",
                                        "pending",
                                        "private",
                                        "publish"
                                    ]
                                },
                                "virtual": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u865a\u62df\u4ea7\u54c1\u3002",
                                    "type": "boolean"
                                },
                                "downloadable": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u3002",
                                    "type": "boolean"
                                },
                                "downloads": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "\u6587\u4ef6ID\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "file": {
                                                "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                },
                                "download_limit": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                                    "type": "integer"
                                },
                                "download_expiry": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                                    "type": "integer"
                                },
                                "tax_status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                                    "type": "string",
                                    "enum": [
                                        "taxable",
                                        "shipping",
                                        "none"
                                    ]
                                },
                                "tax_class": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                                    "type": "string"
                                },
                                "manage_stock": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u91cf\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                                    "type": "boolean"
                                },
                                "stock_quantity": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                                    "type": "integer"
                                },
                                "stock_status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u63a7\u5236\u4ea7\u54c1\u7684\u5e93\u5b58\u72b6\u6001\u3002",
                                    "type": "string",
                                    "enum": [
                                        "instock",
                                        "outofstock",
                                        "onbackorder"
                                    ]
                                },
                                "backorders": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                                    "type": "string",
                                    "enum": [
                                        "no",
                                        "notify",
                                        "yes"
                                    ]
                                },
                                "low_stock_amount": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u4f53\u5e93\u5b58\u4e0d\u8db3\u3002",
                                    "type": [
                                        "integer",
                                        "null"
                                    ]
                                },
                                "weight": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u91cf\u91cd\u91cf (\u78c5).",
                                    "type": "string"
                                },
                                "dimensions": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u91cf\u4f53\u79ef.",
                                    "type": "object",
                                    "properties": {
                                        "length": {
                                            "description": "\u53d8\u91cf\u957f\u5ea6 (\u82f1\u5bf8).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "width": {
                                            "description": "\u53d8\u91cf\u5bbd\u5ea6 (\u82f1\u5bf8).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "height": {
                                            "description": "\u53d8\u91cf\u9ad8\u5ea6 (\u82f1\u5bf8).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        }
                                    }
                                },
                                "shipping_class": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                                    "type": "string"
                                },
                                "image": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u91cf\u56fe\u7247\u6570\u636e\u3002",
                                    "type": "object",
                                    "properties": {
                                        "id": {
                                            "description": "\u56fe\u7247 ID\u3002",
                                            "type": "integer",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "date_created": {
                                            "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_created_gmt": {
                                            "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_modified": {
                                            "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_modified_gmt": {
                                            "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "src": {
                                            "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                            "type": "string",
                                            "format": "uri",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "name": {
                                            "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "alt": {
                                            "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        }
                                    }
                                },
                                "attributes": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5c5e\u6027\u5217\u8868\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "\u5c5e\u6027\u7684ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "option": {
                                                "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                },
                                "menu_order": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                                    "type": "integer"
                                },
                                "meta_data": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5143\u6570\u636e\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "\u5143\u6570\u636eID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "key": {
                                                "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "value": {
                                                "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                "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": "\u4ea7\u54c1\u7236\u540d\u79f0\u3002",
                                    "type": "string"
                                },
                                "parent_id": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u4ea7\u54c1\u7684\u7236\u7ea7ID\u3002",
                                    "type": "integer"
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "default": "variation",
                            "description": "\u4ea7\u54c1\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u53d8\u91cf\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u5e93\u5b58\u5355\u4f4d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u53d8\u91cf\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u53d8\u91cf\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u53d8\u4f53\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u865a\u62df\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "\u53d8\u91cf\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "\u63a7\u5236\u4ea7\u54c1\u7684\u5e93\u5b58\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "\u53d8\u4f53\u5e93\u5b58\u4e0d\u8db3\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "\u53d8\u91cf\u91cd\u91cf (\u78c5).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u53d8\u91cf\u4f53\u79ef.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u53d8\u91cf\u957f\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u53d8\u91cf\u5bbd\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u53d8\u91cf\u9ad8\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "\u53d8\u91cf\u56fe\u7247\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "\u4ea7\u54c1\u7236\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7684\u7236\u7ea7ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "delete": {
                            "description": "\u5220\u9664\u672a\u4f7f\u7528\u7684\u53d8\u4f53\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "default_values": {
                            "description": "\u6240\u751f\u6210\u53d8\u4f53\u7684\u9ed8\u8ba4\u503c\u3002",
                            "type": "object",
                            "properties": {
                                "type": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u4ea7\u54c1\u7684\u7c7b\u578b\u3002",
                                    "type": "string",
                                    "enum": [
                                        "variation"
                                    ]
                                },
                                "description": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u91cf\u63cf\u8ff0\u3002",
                                    "type": "string"
                                },
                                "sku": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5e93\u5b58\u5355\u4f4d\u3002",
                                    "type": "string"
                                },
                                "global_unique_id": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\u3002",
                                    "type": "string"
                                },
                                "regular_price": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u91cf\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                                    "type": "string"
                                },
                                "sale_price": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u91cf\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                                    "type": "string"
                                },
                                "date_on_sale_from": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_from_gmt": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_to": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_to_gmt": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u4f53\u72b6\u6001\u3002",
                                    "type": "string",
                                    "enum": [
                                        "draft",
                                        "pending",
                                        "private",
                                        "publish"
                                    ]
                                },
                                "virtual": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u865a\u62df\u4ea7\u54c1\u3002",
                                    "type": "boolean"
                                },
                                "downloadable": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u3002",
                                    "type": "boolean"
                                },
                                "downloads": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "\u6587\u4ef6ID\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "file": {
                                                "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                },
                                "download_limit": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                                    "type": "integer"
                                },
                                "download_expiry": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                                    "type": "integer"
                                },
                                "tax_status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                                    "type": "string",
                                    "enum": [
                                        "taxable",
                                        "shipping",
                                        "none"
                                    ]
                                },
                                "tax_class": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                                    "type": "string"
                                },
                                "manage_stock": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u91cf\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                                    "type": "boolean"
                                },
                                "stock_quantity": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                                    "type": "integer"
                                },
                                "stock_status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u63a7\u5236\u4ea7\u54c1\u7684\u5e93\u5b58\u72b6\u6001\u3002",
                                    "type": "string",
                                    "enum": [
                                        "instock",
                                        "outofstock",
                                        "onbackorder"
                                    ]
                                },
                                "backorders": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                                    "type": "string",
                                    "enum": [
                                        "no",
                                        "notify",
                                        "yes"
                                    ]
                                },
                                "low_stock_amount": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u4f53\u5e93\u5b58\u4e0d\u8db3\u3002",
                                    "type": [
                                        "integer",
                                        "null"
                                    ]
                                },
                                "weight": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u91cf\u91cd\u91cf (\u78c5).",
                                    "type": "string"
                                },
                                "dimensions": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u91cf\u4f53\u79ef.",
                                    "type": "object",
                                    "properties": {
                                        "length": {
                                            "description": "\u53d8\u91cf\u957f\u5ea6 (\u82f1\u5bf8).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "width": {
                                            "description": "\u53d8\u91cf\u5bbd\u5ea6 (\u82f1\u5bf8).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "height": {
                                            "description": "\u53d8\u91cf\u9ad8\u5ea6 (\u82f1\u5bf8).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        }
                                    }
                                },
                                "shipping_class": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                                    "type": "string"
                                },
                                "image": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u91cf\u56fe\u7247\u6570\u636e\u3002",
                                    "type": "object",
                                    "properties": {
                                        "id": {
                                            "description": "\u56fe\u7247 ID\u3002",
                                            "type": "integer",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "date_created": {
                                            "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_created_gmt": {
                                            "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_modified": {
                                            "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_modified_gmt": {
                                            "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "src": {
                                            "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                            "type": "string",
                                            "format": "uri",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "name": {
                                            "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "alt": {
                                            "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        }
                                    }
                                },
                                "attributes": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5c5e\u6027\u5217\u8868\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "\u5c5e\u6027\u7684ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "option": {
                                                "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                },
                                "menu_order": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                                    "type": "integer"
                                },
                                "meta_data": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5143\u6570\u636e\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "\u5143\u6570\u636eID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "key": {
                                                "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "value": {
                                                "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                "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": "\u4ea7\u54c1\u7236\u540d\u79f0\u3002",
                                    "type": "string"
                                },
                                "parent_id": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u4ea7\u54c1\u7684\u7236\u7ea7ID\u3002",
                                    "type": "integer"
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "default": "variation",
                            "description": "\u4ea7\u54c1\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "variation"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u53d8\u91cf\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u5e93\u5b58\u5355\u4f4d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u53d8\u91cf\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u53d8\u91cf\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u53d8\u4f53\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u865a\u62df\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "\u53d8\u91cf\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "\u63a7\u5236\u4ea7\u54c1\u7684\u5e93\u5b58\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "\u53d8\u4f53\u5e93\u5b58\u4e0d\u8db3\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "\u53d8\u91cf\u91cd\u91cf (\u78c5).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u53d8\u91cf\u4f53\u79ef.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u53d8\u91cf\u957f\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u53d8\u91cf\u5bbd\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u53d8\u91cf\u9ad8\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "\u53d8\u91cf\u56fe\u7247\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "name": {
                            "description": "\u4ea7\u54c1\u7236\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7684\u7236\u7ea7ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/variations": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "GET",
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6309\u7c7b\u4f3c\u4ea7\u54c1\u540d\u79f0\u3001sku \u6216\u5c5e\u6027\u503c\u8fdb\u884c\u641c\u7d22\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u5728\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u56de\u590d\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u90e8\u5206\u7236\u7ea7IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u9664\u90e8\u5206\u7236\u7ea7ID\u4e4b\u5916\u7684\u5168\u90e8\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u540d(slug)\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "\u7528\u7279\u5b9aSKU\u6765\u9650\u5b9a\u4ea7\u54c1\u7684\u7ed3\u679c\u96c6\u3002\u5982\u6709\u591a\u4e2a\uff0c\u7528\u82f1\u6587\u534a\u89d2\u9017\u53f7\u9694\u5f00\u3002",
                            "type": "string",
                            "required": false
                        },
                        "on_sale": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u4fc3\u9500\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u57fa\u4e8e\u4e00\u4e2a\u6700\u5c0f\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u57fa\u4e8e\u4e00\u4e2a\u6700\u5927\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "\u5c06 meta_data \u9650\u5236\u4e3a\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u4e0d\u5305\u62ec\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u6709\u7279\u5b9a\u5e93\u5b58\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "has_price": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5e26\u4ef7\u683c\u6216\u4e0d\u5e26\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u6307\u5b9a\u5c5e\u6027\u7684\u4ea7\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "type": "string",
                                        "description": "\u5c5e\u6027\u6570\u636e\u57df\u3002"
                                    },
                                    "term": {
                                        "type": "string",
                                        "description": "\u5c5e\u6027\u672f\u8bed\u3002"
                                    },
                                    "terms": {
                                        "type": "array",
                                        "description": "\u5c5e\u6027\u672f\u8bed\u3002"
                                    }
                                }
                            },
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u865a\u62df\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "include_status": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u4efb\u610f\u72b6\u6001\u7684\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "any",
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "exclude_status": {
                            "description": "\u4ece\u7ed3\u679c\u96c6\u4e2d\u6392\u9664\u6240\u6709\u72b6\u6001\u7684\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6309\u7c7b\u4f3c\u4ea7\u54c1\u540d\u79f0\u3001sku \u6216\u5c5e\u6027\u503c\u8fdb\u884c\u641c\u7d22\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u5728\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u56de\u590d\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u90e8\u5206\u7236\u7ea7IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u9664\u90e8\u5206\u7236\u7ea7ID\u4e4b\u5916\u7684\u5168\u90e8\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u540d(slug)\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "\u7528\u7279\u5b9aSKU\u6765\u9650\u5b9a\u4ea7\u54c1\u7684\u7ed3\u679c\u96c6\u3002\u5982\u6709\u591a\u4e2a\uff0c\u7528\u82f1\u6587\u534a\u89d2\u9017\u53f7\u9694\u5f00\u3002",
                            "type": "string",
                            "required": false
                        },
                        "on_sale": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u4fc3\u9500\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u57fa\u4e8e\u4e00\u4e2a\u6700\u5c0f\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u57fa\u4e8e\u4e00\u4e2a\u6700\u5927\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "\u5c06 meta_data \u9650\u5236\u4e3a\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u4e0d\u5305\u62ec\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u6709\u7279\u5b9a\u5e93\u5b58\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "has_price": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5e26\u4ef7\u683c\u6216\u4e0d\u5e26\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u6307\u5b9a\u5c5e\u6027\u7684\u4ea7\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "type": "string",
                                        "description": "\u5c5e\u6027\u6570\u636e\u57df\u3002"
                                    },
                                    "term": {
                                        "type": "string",
                                        "description": "\u5c5e\u6027\u672f\u8bed\u3002"
                                    },
                                    "terms": {
                                        "type": "array",
                                        "description": "\u5c5e\u6027\u672f\u8bed\u3002"
                                    }
                                }
                            },
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u865a\u62df\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "include_status": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u4efb\u610f\u72b6\u6001\u7684\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "any",
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "exclude_status": {
                            "description": "\u4ece\u7ed3\u679c\u96c6\u4e2d\u6392\u9664\u6240\u6709\u72b6\u6001\u7684\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6309\u7c7b\u4f3c\u4ea7\u54c1\u540d\u79f0\u3001sku \u6216\u5c5e\u6027\u503c\u8fdb\u884c\u641c\u7d22\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u5728\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u56de\u590d\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u90e8\u5206\u7236\u7ea7IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u9664\u90e8\u5206\u7236\u7ea7ID\u4e4b\u5916\u7684\u5168\u90e8\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u540d(slug)\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "\u7528\u7279\u5b9aSKU\u6765\u9650\u5b9a\u4ea7\u54c1\u7684\u7ed3\u679c\u96c6\u3002\u5982\u6709\u591a\u4e2a\uff0c\u7528\u82f1\u6587\u534a\u89d2\u9017\u53f7\u9694\u5f00\u3002",
                            "type": "string",
                            "required": false
                        },
                        "on_sale": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u4fc3\u9500\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u57fa\u4e8e\u4e00\u4e2a\u6700\u5c0f\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u57fa\u4e8e\u4e00\u4e2a\u6700\u5927\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "\u5c06 meta_data \u9650\u5236\u4e3a\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u4e0d\u5305\u62ec\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u6709\u7279\u5b9a\u5e93\u5b58\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "has_price": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5e26\u4ef7\u683c\u6216\u4e0d\u5e26\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u6307\u5b9a\u5c5e\u6027\u7684\u4ea7\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "type": "string",
                                        "description": "\u5c5e\u6027\u6570\u636e\u57df\u3002"
                                    },
                                    "term": {
                                        "type": "string",
                                        "description": "\u5c5e\u6027\u672f\u8bed\u3002"
                                    },
                                    "terms": {
                                        "type": "array",
                                        "description": "\u5c5e\u6027\u672f\u8bed\u3002"
                                    }
                                }
                            },
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u865a\u62df\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "include_status": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u4efb\u610f\u72b6\u6001\u7684\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "any",
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "exclude_status": {
                            "description": "\u4ece\u7ed3\u679c\u96c6\u4e2d\u6392\u9664\u6240\u6709\u72b6\u6001\u7684\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u6309\u7c7b\u4f3c\u4ea7\u54c1\u540d\u79f0\u3001sku \u6216\u5c5e\u6027\u503c\u8fdb\u884c\u641c\u7d22\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u5728\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u56de\u590d\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u90e8\u5206\u7236\u7ea7IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u9664\u90e8\u5206\u7236\u7ea7ID\u4e4b\u5916\u7684\u5168\u90e8\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u540d(slug)\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "\u7528\u7279\u5b9aSKU\u6765\u9650\u5b9a\u4ea7\u54c1\u7684\u7ed3\u679c\u96c6\u3002\u5982\u6709\u591a\u4e2a\uff0c\u7528\u82f1\u6587\u534a\u89d2\u9017\u53f7\u9694\u5f00\u3002",
                            "type": "string",
                            "required": false
                        },
                        "on_sale": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u4fc3\u9500\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u57fa\u4e8e\u4e00\u4e2a\u6700\u5c0f\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u57fa\u4e8e\u4e00\u4e2a\u6700\u5927\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "\u5c06 meta_data \u9650\u5236\u4e3a\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u4e0d\u5305\u62ec\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u6709\u7279\u5b9a\u5e93\u5b58\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "has_price": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5e26\u4ef7\u683c\u6216\u4e0d\u5e26\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u6307\u5b9a\u5c5e\u6027\u7684\u4ea7\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "type": "string",
                                        "description": "\u5c5e\u6027\u6570\u636e\u57df\u3002"
                                    },
                                    "term": {
                                        "type": "string",
                                        "description": "\u5c5e\u6027\u672f\u8bed\u3002"
                                    },
                                    "terms": {
                                        "type": "array",
                                        "description": "\u5c5e\u6027\u672f\u8bed\u3002"
                                    }
                                }
                            },
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u865a\u62df\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "include_status": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u4efb\u610f\u72b6\u6001\u7684\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "any",
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "exclude_status": {
                            "description": "\u4ece\u7ed3\u679c\u96c6\u4e2d\u6392\u9664\u6240\u6709\u72b6\u6001\u7684\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-analytics\/variations"
                    }
                ]
            }
        },
        "\/wc-analytics\/products\/reviews": {
            "namespace": "wc-analytics",
            "methods": [
                "GET",
                "POST",
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u8bc4\u4ef7\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8bc4\u4ef7\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date_gmt",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "include",
                                "product"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u5206\u914d\u7279\u5b9a\u7528\u6237 ID \u7684\u8bc4\u4ef7\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "reviewer_exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u4e2d\u4e0d\u5305\u542b\u5206\u914d\u7ed9\u7279\u5b9a\u7528\u6237 ID \u7684\u8bc4\u4ef7\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "reviewer_email": {
                            "default": null,
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6765\u81ea\u7279\u5b9a\u4f5c\u8005\u7535\u5b50\u90ae\u4ef6\u7684\u7ed3\u679c\u3002",
                            "format": "email",
                            "type": "string",
                            "required": false
                        },
                        "product": {
                            "default": [],
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u5206\u914d\u7279\u5b9a\u4ea7\u54c1 ID \u7684\u8bc4\u4ef7\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "approved",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u5206\u914d\u7279\u5b9a\u72b6\u6001\u7684\u8bc4\u4ef7\u3002",
                            "type": "string",
                            "enum": [
                                "all",
                                "hold",
                                "approved",
                                "spam",
                                "trash"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": true
                        },
                        "product_name": {
                            "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "approved",
                            "description": "\u8be5\u8bc4\u4ef7\u7684\u72b6\u6001.",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "type": "string",
                            "description": "\u8bc4\u4ef7\u8005\u7684\u79f0\u547c\u3002",
                            "required": true
                        },
                        "reviewer_email": {
                            "type": "string",
                            "description": "\u8bc4\u4ef7\u8005\u7684\u90ae\u4ef6\u5730\u5740\u3002",
                            "required": true
                        },
                        "review": {
                            "type": "string",
                            "description": "\u8bc4\u4ef7\u5185\u5bb9\u3002",
                            "required": true
                        },
                        "rating": {
                            "description": "\u8bc4\u4ef7\u661f\u7ea7 \uff080\u81f35\uff09\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u8bc4\u4ef7\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8bc4\u4ef7\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date_gmt",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "include",
                                "product"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u5206\u914d\u7279\u5b9a\u7528\u6237 ID \u7684\u8bc4\u4ef7\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "reviewer_exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u4e2d\u4e0d\u5305\u542b\u5206\u914d\u7ed9\u7279\u5b9a\u7528\u6237 ID \u7684\u8bc4\u4ef7\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "reviewer_email": {
                            "default": null,
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6765\u81ea\u7279\u5b9a\u4f5c\u8005\u7535\u5b50\u90ae\u4ef6\u7684\u7ed3\u679c\u3002",
                            "format": "email",
                            "type": "string",
                            "required": false
                        },
                        "product": {
                            "default": [],
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u5206\u914d\u7279\u5b9a\u4ea7\u54c1 ID \u7684\u8bc4\u4ef7\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "approved",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u5206\u914d\u7279\u5b9a\u72b6\u6001\u7684\u8bc4\u4ef7\u3002",
                            "type": "string",
                            "enum": [
                                "all",
                                "hold",
                                "approved",
                                "spam",
                                "trash"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": true
                        },
                        "product_name": {
                            "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "approved",
                            "description": "\u8be5\u8bc4\u4ef7\u7684\u72b6\u6001.",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "type": "string",
                            "description": "\u8bc4\u4ef7\u8005\u7684\u79f0\u547c\u3002",
                            "required": true
                        },
                        "reviewer_email": {
                            "type": "string",
                            "description": "\u8bc4\u4ef7\u8005\u7684\u90ae\u4ef6\u5730\u5740\u3002",
                            "required": true
                        },
                        "review": {
                            "type": "string",
                            "description": "\u8bc4\u4ef7\u5185\u5bb9\u3002",
                            "required": true
                        },
                        "rating": {
                            "description": "\u8bc4\u4ef7\u661f\u7ea7 \uff080\u81f35\uff09\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product_id": {
                            "description": "\u8bc4\u4ef7\u6240\u5c5e\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product_name": {
                            "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u8be5\u8bc4\u4ef7\u7684\u72b6\u6001.",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "\u8bc4\u4ef7\u8005\u7684\u79f0\u547c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviewer_email": {
                            "description": "\u8bc4\u4ef7\u4eba\u7684\u90ae\u4ef6\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "review": {
                            "description": "\u8bc4\u4ef7\u7684\u5185\u5bb9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "rating": {
                            "description": "\u8bc4\u4ef7\u661f\u7ea7 \uff080\u81f35\uff09\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5f3a\u5236\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product_id": {
                            "description": "\u8bc4\u4ef7\u6240\u5c5e\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product_name": {
                            "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u8be5\u8bc4\u4ef7\u7684\u72b6\u6001.",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "\u8bc4\u4ef7\u8005\u7684\u79f0\u547c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviewer_email": {
                            "description": "\u8bc4\u4ef7\u4eba\u7684\u90ae\u4ef6\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "review": {
                            "description": "\u8bc4\u4ef7\u7684\u5185\u5bb9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "rating": {
                            "description": "\u8bc4\u4ef7\u661f\u7ea7 \uff080\u81f35\uff09\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5f3a\u5236\u5220\u9664\u3002",
                            "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": "\u8bc4\u4ef7\u6240\u5c5e\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product_name": {
                            "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u8be5\u8bc4\u4ef7\u7684\u72b6\u6001.",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "\u8bc4\u4ef7\u8005\u7684\u79f0\u547c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviewer_email": {
                            "description": "\u8bc4\u4ef7\u4eba\u7684\u90ae\u4ef6\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "review": {
                            "description": "\u8bc4\u4ef7\u7684\u5185\u5bb9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "rating": {
                            "description": "\u8bc4\u4ef7\u661f\u7ea7 \uff080\u81f35\uff09\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8bc4\u4ef7\u6240\u5c5e\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product_name": {
                            "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u8be5\u8bc4\u4ef7\u7684\u72b6\u6001.",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "\u8bc4\u4ef7\u8005\u7684\u79f0\u547c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviewer_email": {
                            "description": "\u8bc4\u4ef7\u4eba\u7684\u90ae\u4ef6\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "review": {
                            "description": "\u8bc4\u4ef7\u7684\u5185\u5bb9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "rating": {
                            "description": "\u8bc4\u4ef7\u661f\u7ea7 \uff080\u81f35\uff09\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8bbe\u7f6e\u7ec4\u7684ID\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "group": {
                            "description": "\u8bbe\u7f6e\u7ec4\u7684ID\u3002",
                            "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": "\u8bbe\u7f6e\u7ec4\u7684ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "\u8bbe\u7f6e\u503c\u3002",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "group": {
                            "description": "\u8bbe\u7f6e\u7ec4\u7684ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "\u8bbe\u7f6e\u503c\u3002",
                            "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": "\u8bbe\u7f6e\u7ec4\u7684ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "group": {
                            "description": "\u8bbe\u7f6e\u7ec4\u7684ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "\u8bbe\u7f6e\u503c\u3002",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "group": {
                            "description": "\u8bbe\u7f6e\u7ec4\u7684ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "group": {
                            "description": "\u8bbe\u7f6e\u7ec4\u7684ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "\u8bbe\u7f6e\u503c\u3002",
                            "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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "order",
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "enum": [
                                "id",
                                "order",
                                "priority"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "class": {
                            "description": "\u4ee5\u7a0e\u79cd\u6392\u5217\u3002",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "search": {
                            "description": "\u6309\u7c7b\u4f3c\u7a0e\u8d39\u4ee3\u7801\u641c\u7d22\u3002",
                            "type": "string",
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u5177\u6709\u6307\u5b9a\u91cf ID \u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "country": {
                            "description": "\u56fd\u5bb6\/\u5730\u533a\u7684 ISO 3166 \u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "\u5dde\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "\u90ae\u653f\u7f16\u7801\u4e0d\u652f\u6301\u591a\u4e2a\u503c\u3002\u8fd9\u4ece WooCommerce 5.3 \u5f00\u59cb\u88ab\u5f03\u7528\uff0c\u4f7f\u7528 \"postcodes\" \u6765\u4ee3\u66ff\u3002",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u57ce\u5e02\u540d\u79f0\u4e0d\u652f\u6301\u591a\u4e2a\u503c\u3002\u9019\u4ece WooCommerce 5.3 \u5f00\u59cb\u88ab\u5f03\u7528\uff0c\u4f7f\u7528 \"cities\" \u6765\u4ee3\u66ff\u3002",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "\u7a0e\u7387\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u7a0e\u7387\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "default": 1,
                            "description": "\u7a0e\u7684\u4f18\u5148\u7b49\u7ea7\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "default": false,
                            "description": "\u662f\u5426\u662f\u590d\u5408\u8d39\u7387\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "default": true,
                            "description": "\u662f\u5426\u6b64\u7a0e\u7387\u4e5f\u5e94\u7528\u4e8e\u8fd0\u8d39\u4e2d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "\u6307\u793a\u5c06\u5728\u67e5\u8be2\u4e2d\u51fa\u73b0\u7684\u987a\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "default": "standard",
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "\u90ae\u653f\u7f16\u7801\/\u90ae\u653f\u7f16\u7801\u7684\u5217\u8868\u3002\u5728WooCommerce 5.3\u4e2d\u5f15\u5165\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "\u57ce\u5e02\u540d\u79f0\u7684\u5217\u8868\u3002\u5728WooCommerce 5.3\u4e2d\u5f15\u5165\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "order",
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "enum": [
                                "id",
                                "order",
                                "priority"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "class": {
                            "description": "\u4ee5\u7a0e\u79cd\u6392\u5217\u3002",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "search": {
                            "description": "\u6309\u7c7b\u4f3c\u7a0e\u8d39\u4ee3\u7801\u641c\u7d22\u3002",
                            "type": "string",
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u5177\u6709\u6307\u5b9a\u91cf ID \u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "country": {
                            "description": "\u56fd\u5bb6\/\u5730\u533a\u7684 ISO 3166 \u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "\u5dde\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "\u90ae\u653f\u7f16\u7801\u4e0d\u652f\u6301\u591a\u4e2a\u503c\u3002\u8fd9\u4ece WooCommerce 5.3 \u5f00\u59cb\u88ab\u5f03\u7528\uff0c\u4f7f\u7528 \"postcodes\" \u6765\u4ee3\u66ff\u3002",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u57ce\u5e02\u540d\u79f0\u4e0d\u652f\u6301\u591a\u4e2a\u503c\u3002\u9019\u4ece WooCommerce 5.3 \u5f00\u59cb\u88ab\u5f03\u7528\uff0c\u4f7f\u7528 \"cities\" \u6765\u4ee3\u66ff\u3002",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "\u7a0e\u7387\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u7a0e\u7387\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "default": 1,
                            "description": "\u7a0e\u7684\u4f18\u5148\u7b49\u7ea7\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "default": false,
                            "description": "\u662f\u5426\u662f\u590d\u5408\u8d39\u7387\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "default": true,
                            "description": "\u662f\u5426\u6b64\u7a0e\u7387\u4e5f\u5e94\u7528\u4e8e\u8fd0\u8d39\u4e2d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "\u6307\u793a\u5c06\u5728\u67e5\u8be2\u4e2d\u51fa\u73b0\u7684\u987a\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "default": "standard",
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "\u90ae\u653f\u7f16\u7801\/\u90ae\u653f\u7f16\u7801\u7684\u5217\u8868\u3002\u5728WooCommerce 5.3\u4e2d\u5f15\u5165\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "\u57ce\u5e02\u540d\u79f0\u7684\u5217\u8868\u3002\u5728WooCommerce 5.3\u4e2d\u5f15\u5165\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "country": {
                            "description": "\u56fd\u5bb6\/\u5730\u533a\u7684 ISO 3166 \u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "\u5dde\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "\u90ae\u653f\u7f16\u7801\u4e0d\u652f\u6301\u591a\u4e2a\u503c\u3002\u8fd9\u4ece WooCommerce 5.3 \u5f00\u59cb\u88ab\u5f03\u7528\uff0c\u4f7f\u7528 \"postcodes\" \u6765\u4ee3\u66ff\u3002",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u57ce\u5e02\u540d\u79f0\u4e0d\u652f\u6301\u591a\u4e2a\u503c\u3002\u9019\u4ece WooCommerce 5.3 \u5f00\u59cb\u88ab\u5f03\u7528\uff0c\u4f7f\u7528 \"cities\" \u6765\u4ee3\u66ff\u3002",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "\u7a0e\u7387\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u7a0e\u7387\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "\u7a0e\u7684\u4f18\u5148\u7b49\u7ea7\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "\u662f\u5426\u662f\u590d\u5408\u8d39\u7387\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "\u662f\u5426\u6b64\u7a0e\u7387\u4e5f\u5e94\u7528\u4e8e\u8fd0\u8d39\u4e2d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "\u6307\u793a\u5c06\u5728\u67e5\u8be2\u4e2d\u51fa\u73b0\u7684\u987a\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "\u90ae\u653f\u7f16\u7801\/\u90ae\u653f\u7f16\u7801\u7684\u5217\u8868\u3002\u5728WooCommerce 5.3\u4e2d\u5f15\u5165\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "\u57ce\u5e02\u540d\u79f0\u7684\u5217\u8868\u3002\u5728WooCommerce 5.3\u4e2d\u5f15\u5165\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "country": {
                            "description": "\u56fd\u5bb6\/\u5730\u533a\u7684 ISO 3166 \u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "\u5dde\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "\u90ae\u653f\u7f16\u7801\u4e0d\u652f\u6301\u591a\u4e2a\u503c\u3002\u8fd9\u4ece WooCommerce 5.3 \u5f00\u59cb\u88ab\u5f03\u7528\uff0c\u4f7f\u7528 \"postcodes\" \u6765\u4ee3\u66ff\u3002",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u57ce\u5e02\u540d\u79f0\u4e0d\u652f\u6301\u591a\u4e2a\u503c\u3002\u9019\u4ece WooCommerce 5.3 \u5f00\u59cb\u88ab\u5f03\u7528\uff0c\u4f7f\u7528 \"cities\" \u6765\u4ee3\u66ff\u3002",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "\u7a0e\u7387\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u7a0e\u7387\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "\u7a0e\u7684\u4f18\u5148\u7b49\u7ea7\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "\u662f\u5426\u662f\u590d\u5408\u8d39\u7387\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "\u662f\u5426\u6b64\u7a0e\u7387\u4e5f\u5e94\u7528\u4e8e\u8fd0\u8d39\u4e2d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "\u6307\u793a\u5c06\u5728\u67e5\u8be2\u4e2d\u51fa\u73b0\u7684\u987a\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "\u90ae\u653f\u7f16\u7801\/\u90ae\u653f\u7f16\u7801\u7684\u5217\u8868\u3002\u5728WooCommerce 5.3\u4e2d\u5f15\u5165\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "\u57ce\u5e02\u540d\u79f0\u7684\u5217\u8868\u3002\u5728WooCommerce 5.3\u4e2d\u5f15\u5165\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-analytics\/taxes\/batch": {
            "namespace": "wc-analytics",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "country": {
                            "description": "\u56fd\u5bb6\/\u5730\u533a\u7684 ISO 3166 \u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "\u5dde\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "\u90ae\u653f\u7f16\u7801\u4e0d\u652f\u6301\u591a\u4e2a\u503c\u3002\u8fd9\u4ece WooCommerce 5.3 \u5f00\u59cb\u88ab\u5f03\u7528\uff0c\u4f7f\u7528 \"postcodes\" \u6765\u4ee3\u66ff\u3002",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u57ce\u5e02\u540d\u79f0\u4e0d\u652f\u6301\u591a\u4e2a\u503c\u3002\u9019\u4ece WooCommerce 5.3 \u5f00\u59cb\u88ab\u5f03\u7528\uff0c\u4f7f\u7528 \"cities\" \u6765\u4ee3\u66ff\u3002",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "\u7a0e\u7387\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u7a0e\u7387\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "\u7a0e\u7684\u4f18\u5148\u7b49\u7ea7\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "\u662f\u5426\u662f\u590d\u5408\u8d39\u7387\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "\u662f\u5426\u6b64\u7a0e\u7387\u4e5f\u5e94\u7528\u4e8e\u8fd0\u8d39\u4e2d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "\u6307\u793a\u5c06\u5728\u67e5\u8be2\u4e2d\u51fa\u73b0\u7684\u987a\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "\u90ae\u653f\u7f16\u7801\/\u90ae\u653f\u7f16\u7801\u7684\u5217\u8868\u3002\u5728WooCommerce 5.3\u4e2d\u5f15\u5165\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "\u57ce\u5e02\u540d\u79f0\u7684\u5217\u8868\u3002\u5728WooCommerce 5.3\u4e2d\u5f15\u5165\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "country": {
                            "description": "\u56fd\u5bb6\/\u5730\u533a\u7684 ISO 3166 \u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "\u5dde\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "\u90ae\u653f\u7f16\u7801\u4e0d\u652f\u6301\u591a\u4e2a\u503c\u3002\u8fd9\u4ece WooCommerce 5.3 \u5f00\u59cb\u88ab\u5f03\u7528\uff0c\u4f7f\u7528 \"postcodes\" \u6765\u4ee3\u66ff\u3002",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u57ce\u5e02\u540d\u79f0\u4e0d\u652f\u6301\u591a\u4e2a\u503c\u3002\u9019\u4ece WooCommerce 5.3 \u5f00\u59cb\u88ab\u5f03\u7528\uff0c\u4f7f\u7528 \"cities\" \u6765\u4ee3\u66ff\u3002",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "\u7a0e\u7387\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u7a0e\u7387\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "\u7a0e\u7684\u4f18\u5148\u7b49\u7ea7\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "\u662f\u5426\u662f\u590d\u5408\u8d39\u7387\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "\u662f\u5426\u6b64\u7a0e\u7387\u4e5f\u5e94\u7528\u4e8e\u8fd0\u8d39\u4e2d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "\u6307\u793a\u5c06\u5728\u67e5\u8be2\u4e2d\u51fa\u73b0\u7684\u987a\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "\u90ae\u653f\u7f16\u7801\/\u90ae\u653f\u7f16\u7801\u7684\u5217\u8868\u3002\u5728WooCommerce 5.3\u4e2d\u5f15\u5165\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "\u57ce\u5e02\u540d\u79f0\u7684\u5217\u8868\u3002\u5728WooCommerce 5.3\u4e2d\u5f15\u5165\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/wp-json\/wc\/store\/batch"
                    }
                ]
            }
        },
        "\/wc\/store\/cart": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8d2d\u7269\u8f66\u9879\u76ee\u4ea7\u54c1\u6216\u53d8\u4f53 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "quantity": {
                            "description": "\u6b64\u5546\u54c1\u53ef\u6dfb\u52a0\u81f3\u8d2d\u7269\u8f66\u4e2d\u7684\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "variation": {
                            "description": "\u9009\u62e9\uff08\u53d8\u4f53\u7684\uff09\u5c5e\u6027\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "description": "\u53d8\u4f53\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u53d8\u4f53\u5c5e\u6027\u503c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8d2d\u7269\u8f66\u5185\u4f18\u60e0\u5238\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "\u4f18\u60e0\u5238\u7684\u552f\u4e00\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "\u4f18\u60e0\u5238\u7684\u6298\u6263\u7c7b\u578b\uff08\u4f8b\u5982\u6298\u6263\u7387\u6216\u56fa\u5b9a\u6570\u989d\uff09",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8d2d\u7269\u8f66\u5185\u4f18\u60e0\u5238\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "\u8d2d\u7269\u8f66\u5185\u4f18\u60e0\u5238\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/cart\/extensions": {
            "namespace": "wc\/store",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "namespace": {
                            "description": "\u6269\u5c55\u7a0b\u5e8f\u7684\u540d\u79f0 - \u8fd9\u5c06\u7528\u4e8e\u786e\u4fdd\u8bf7\u6c42\u4e2d\u7684\u6570\u636e\u5f97\u5230\u9002\u5f53\u7684\u8def\u7531\u3002",
                            "type": "string",
                            "required": false
                        },
                        "data": {
                            "description": "\u8981\u4f20\u9012\u7ed9\u6269\u5c55\u7a0b\u5e8f\u7684\u5176\u4ed6\u6570\u636e",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "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:\/\/usabrapower.com\/it\/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": "\u8d2d\u7269\u8f66\u5185\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "key": {
                            "description": "\u8d2d\u7269\u8f66\u5185\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "key": {
                            "description": "\u8d2d\u7269\u8f66\u5185\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/cart\/remove-coupon": {
            "namespace": "wc\/store",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "\u8d2d\u7269\u8f66\u5185\u4f18\u60e0\u5238\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8d2d\u7269\u8f66\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\uff08\u952e\uff09\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u914d\u9001\u5305\u88f9\u7684 ID\u3002 \u7559\u7a7a\u5219\u5e94\u7528\u4e8e\u6240\u6709\u5305\u88f9\u3002",
                            "type": [
                                "integer",
                                "string",
                                "null"
                            ],
                            "required": false
                        },
                        "rate_id": {
                            "description": "\u5305\u88f9\u7684\u6240\u9009\u8fd0\u8d39 ID\u3002",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8981\u66f4\u65b0\u7684\u8d2d\u7269\u8f66\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\uff08\u952e\uff09\u3002",
                            "type": "string",
                            "required": false
                        },
                        "quantity": {
                            "description": "\u8d2d\u7269\u8f66\u4e2d\u9879\u76ee\u7684\u65b0\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8d26\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "\u516c\u53f8",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "\u5730\u5740",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "\u516c\u5bd3\u3001\u5957\u623f\u7b49\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "\u57ce\u5e02",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "\u5dde\/\u90e1\u4ee3\u7801\uff0c\u6216\u5dde\u3001\u90e1\u3001\u7701\u6216\u533a\u7684\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "email": {
                                    "description": "\u7535\u5b50\u90ae\u4ef6",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "shipping_address": {
                            "description": "\u914d\u9001\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "\u516c\u53f8",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "\u5730\u5740",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "\u516c\u5bd3\u3001\u5957\u623f\u7b49\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "\u57ce\u5e02",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "\u5dde\/\u90e1\u4ee3\u7801\uff0c\u6216\u5dde\u3001\u90e1\u3001\u7701\u6216\u533a\u7684\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/store\/cart\/update-customer"
                    }
                ]
            }
        },
        "\/wc\/store\/checkout": {
            "namespace": "wc\/store",
            "methods": [
                "GET",
                "POST",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "payment_data": {
                            "description": "\u5904\u7406\u4ed8\u6b3e\u65f6\u8981\u4f20\u9012\u5230\u4ed8\u6b3e\u65b9\u5f0f\u7684\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "key": {
                                        "type": "string"
                                    },
                                    "value": {
                                        "type": [
                                            "string",
                                            "boolean"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "customer_password": {
                            "description": "\u65b0\u8d26\u6237\u7684\u5ba2\u6237\u5bc6\u7801\uff08\u5982\u9002\u7528\uff09\u3002",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u7ed3\u8d26\u65f6\u5ba2\u6237\u6dfb\u52a0\u5230\u8ba2\u5355\u7684\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing_address": {
                            "description": "\u8d26\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "\u516c\u53f8",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "\u5730\u5740",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "\u516c\u5bd3\u3001\u5957\u623f\u7b49\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "\u57ce\u5e02",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "\u5dde\/\u90e1\u4ee3\u7801\uff0c\u6216\u5dde\u3001\u90e1\u3001\u7701\u6216\u533a\u7684\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "email": {
                                    "description": "\u7535\u5b50\u90ae\u4ef6",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": true
                        },
                        "shipping_address": {
                            "description": "\u914d\u9001\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "\u516c\u53f8",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "\u5730\u5740",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "\u516c\u5bd3\u3001\u5957\u623f\u7b49\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "\u57ce\u5e02",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "\u5dde\/\u90e1\u4ee3\u7801\uff0c\u6216\u5dde\u3001\u90e1\u3001\u7701\u6216\u533a\u7684\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u7528\u4e8e\u5904\u7406\u4ed8\u6b3e\u7684\u4ed8\u6b3e\u65b9\u5f0f ID\u3002",
                            "type": "string",
                            "enum": [
                                "woocommerce_payments",
                                "woocommerce_payments_affirm",
                                "woocommerce_payments_afterpay_clearpay",
                                "woocommerce_payments_alipay",
                                "woocommerce_payments_bancontact",
                                "woocommerce_payments_au_becs_debit",
                                "woocommerce_payments_eps",
                                "woocommerce_payments_giropay",
                                "woocommerce_payments_grabpay",
                                "woocommerce_payments_ideal",
                                "woocommerce_payments_multibanco",
                                "woocommerce_payments_klarna",
                                "woocommerce_payments_p24",
                                "woocommerce_payments_sepa_debit",
                                "woocommerce_payments_sofort",
                                "woocommerce_payments_wechat_pay",
                                "woocommerce_payments_apple_pay",
                                "woocommerce_payments_google_pay",
                                "ppcp-gateway",
                                "bacs",
                                "cheque",
                                "cod",
                                "dokan-moip-connect",
                                "dokan_paypal_marketplace",
                                "dokan-stripe-connect",
                                "dokan_mangopay",
                                "dokan_razorpay",
                                "dokan_stripe_express"
                            ],
                            "required": false
                        },
                        "create_account": {
                            "description": "\u662f\u5426\u521b\u5efa\u4e00\u4e2a\u65b0\u8d26\u6237\u4f5c\u4e3a\u8ba2\u5355\u5904\u7406\u7684\u4e00\u90e8\u5206\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "additional_fields": {
                            "description": "\u8981\u5728\u8ba2\u5355\u4e0a\u6301\u4e45\u5316\u50a8\u5b58\u7684\u9644\u52a0\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": {
                                "dokan_delivery_time": {
                                    "description": "dokan_delivery_time \u6ce8\u518c\u7684\u6269\u5c55\u7a0b\u5e8f\u6570\u636e",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "vendor_delivery_time": {
                                            "description": "Customers delivery time data of vendors",
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "type": "array",
                                            "items": {
                                                "type": "object",
                                                "properties": {
                                                    "vendor_id": {
                                                        "type": "string",
                                                        "required": true
                                                    },
                                                    "store_name": {
                                                        "type": "string",
                                                        "required": true
                                                    },
                                                    "delivery_date": {
                                                        "type": "string",
                                                        "format": "date",
                                                        "required": true
                                                    },
                                                    "selected_delivery_type": {
                                                        "type": "string",
                                                        "required": true
                                                    },
                                                    "delivery_time_slot": {
                                                        "type": "string",
                                                        "required": true
                                                    },
                                                    "store_pickup_location": {
                                                        "type": "string",
                                                        "required": true
                                                    }
                                                }
                                            }
                                        }
                                    }
                                },
                                "woocommerce\/order-attribution": {
                                    "description": "woocommerce\/order-attribution \u6ce8\u518c\u7684\u6269\u5c55\u7a0b\u5e8f\u6570\u636e",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "source_type": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1asource_type",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "referrer": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1areferrer",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_campaign": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_campaign",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_source",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_medium": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_medium",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_content": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_content",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_id": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_id",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_term": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_term",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source_platform": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_source_platform",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_creative_format": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_creative_format",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_marketing_tactic": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_marketing_tactic",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_entry": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1asession_entry",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_start_time": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1asession_start_time",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_pages": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1asession_pages",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_count": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1asession_count",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "user_agent": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1auser_agent",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        }
                                    }
                                }
                            },
                            "default": {
                                "dokan_delivery_time": [],
                                "woocommerce\/order-attribution": []
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "additional_fields": {
                            "description": "\u8981\u5728\u8ba2\u5355\u4e0a\u6301\u4e45\u5316\u50a8\u5b58\u7684\u9644\u52a0\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u7528\u4e8e\u5904\u7406\u4ed8\u6b3e\u7684\u4ed8\u6b3e\u65b9\u5f0f ID\u3002",
                            "type": "string",
                            "enum": [
                                "woocommerce_payments",
                                "woocommerce_payments_affirm",
                                "woocommerce_payments_afterpay_clearpay",
                                "woocommerce_payments_alipay",
                                "woocommerce_payments_bancontact",
                                "woocommerce_payments_au_becs_debit",
                                "woocommerce_payments_eps",
                                "woocommerce_payments_giropay",
                                "woocommerce_payments_grabpay",
                                "woocommerce_payments_ideal",
                                "woocommerce_payments_multibanco",
                                "woocommerce_payments_klarna",
                                "woocommerce_payments_p24",
                                "woocommerce_payments_sepa_debit",
                                "woocommerce_payments_sofort",
                                "woocommerce_payments_wechat_pay",
                                "woocommerce_payments_apple_pay",
                                "woocommerce_payments_google_pay",
                                "ppcp-gateway",
                                "bacs",
                                "cheque",
                                "cod",
                                "dokan-moip-connect",
                                "dokan_paypal_marketplace",
                                "dokan-stripe-connect",
                                "dokan_mangopay",
                                "dokan_razorpay",
                                "dokan_stripe_express"
                            ],
                            "required": false
                        },
                        "order_notes": {
                            "description": "\u8ba2\u5355\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u7ed3\u8d26\u65f6\u5ba2\u6237\u6dfb\u52a0\u5230\u8ba2\u5355\u7684\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing_address": {
                            "description": "\u8d26\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "\u516c\u53f8",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "\u5730\u5740",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "\u516c\u5bd3\u3001\u5957\u623f\u7b49\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "\u57ce\u5e02",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "\u5dde\/\u90e1\u4ee3\u7801\uff0c\u6216\u5dde\u3001\u90e1\u3001\u7701\u6216\u533a\u7684\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "email": {
                                    "description": "\u7535\u5b50\u90ae\u4ef6",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "shipping_address": {
                            "description": "\u914d\u9001\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "\u516c\u53f8",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "\u5730\u5740",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "\u516c\u5bd3\u3001\u5957\u623f\u7b49\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "\u57ce\u5e02",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "\u5dde\/\u90e1\u4ee3\u7801\uff0c\u6216\u5dde\u3001\u90e1\u3001\u7701\u6216\u533a\u7684\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "create_account": {
                            "description": "\u662f\u5426\u521b\u5efa\u4e00\u4e2a\u65b0\u8d26\u6237\u4f5c\u4e3a\u8ba2\u5355\u5904\u7406\u7684\u4e00\u90e8\u5206\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": {
                                "dokan_delivery_time": {
                                    "description": "dokan_delivery_time \u6ce8\u518c\u7684\u6269\u5c55\u7a0b\u5e8f\u6570\u636e",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "vendor_delivery_time": {
                                            "description": "Customers delivery time data of vendors",
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "type": "array",
                                            "items": {
                                                "type": "object",
                                                "properties": {
                                                    "vendor_id": {
                                                        "type": "string",
                                                        "required": true
                                                    },
                                                    "store_name": {
                                                        "type": "string",
                                                        "required": true
                                                    },
                                                    "delivery_date": {
                                                        "type": "string",
                                                        "format": "date",
                                                        "required": true
                                                    },
                                                    "selected_delivery_type": {
                                                        "type": "string",
                                                        "required": true
                                                    },
                                                    "delivery_time_slot": {
                                                        "type": "string",
                                                        "required": true
                                                    },
                                                    "store_pickup_location": {
                                                        "type": "string",
                                                        "required": true
                                                    }
                                                }
                                            }
                                        }
                                    }
                                },
                                "woocommerce\/order-attribution": {
                                    "description": "woocommerce\/order-attribution \u6ce8\u518c\u7684\u6269\u5c55\u7a0b\u5e8f\u6570\u636e",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "source_type": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1asource_type",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "referrer": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1areferrer",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_campaign": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_campaign",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_source",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_medium": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_medium",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_content": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_content",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_id": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_id",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_term": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_term",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source_platform": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_source_platform",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_creative_format": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_creative_format",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_marketing_tactic": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_marketing_tactic",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_entry": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1asession_entry",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_start_time": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1asession_start_time",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_pages": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1asession_pages",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_count": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1asession_count",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "user_agent": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1auser_agent",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        }
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u5904\u7406\u4ed8\u6b3e\u65f6\u8981\u4f20\u9012\u5230\u4ed8\u6b3e\u65b9\u5f0f\u7684\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "key": {
                                        "type": "string"
                                    },
                                    "value": {
                                        "type": [
                                            "string",
                                            "boolean"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u7ed3\u8d26\u65f6\u5ba2\u6237\u6dfb\u52a0\u5230\u8ba2\u5355\u7684\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing_address": {
                            "description": "\u8d26\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "\u516c\u53f8",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "\u5730\u5740",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "\u516c\u5bd3\u3001\u5957\u623f\u7b49\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "\u57ce\u5e02",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "\u5dde\/\u90e1\u4ee3\u7801\uff0c\u6216\u5dde\u3001\u90e1\u3001\u7701\u6216\u533a\u7684\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "email": {
                                    "description": "\u7535\u5b50\u90ae\u4ef6",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": true
                        },
                        "shipping_address": {
                            "description": "\u914d\u9001\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "\u516c\u53f8",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "\u5730\u5740",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "\u516c\u5bd3\u3001\u5957\u623f\u7b49\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "\u57ce\u5e02",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "\u5dde\/\u90e1\u4ee3\u7801\uff0c\u6216\u5dde\u3001\u90e1\u3001\u7701\u6216\u533a\u7684\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u7528\u4e8e\u5904\u7406\u4ed8\u6b3e\u7684\u4ed8\u6b3e\u65b9\u5f0f ID\u3002",
                            "type": "string",
                            "enum": [
                                "woocommerce_payments",
                                "woocommerce_payments_affirm",
                                "woocommerce_payments_afterpay_clearpay",
                                "woocommerce_payments_alipay",
                                "woocommerce_payments_bancontact",
                                "woocommerce_payments_au_becs_debit",
                                "woocommerce_payments_eps",
                                "woocommerce_payments_giropay",
                                "woocommerce_payments_grabpay",
                                "woocommerce_payments_ideal",
                                "woocommerce_payments_multibanco",
                                "woocommerce_payments_klarna",
                                "woocommerce_payments_p24",
                                "woocommerce_payments_sepa_debit",
                                "woocommerce_payments_sofort",
                                "woocommerce_payments_wechat_pay",
                                "woocommerce_payments_apple_pay",
                                "woocommerce_payments_google_pay",
                                "ppcp-gateway",
                                "bacs",
                                "cheque",
                                "cod",
                                "dokan-moip-connect",
                                "dokan_paypal_marketplace",
                                "dokan-stripe-connect",
                                "dokan_mangopay",
                                "dokan_razorpay",
                                "dokan_stripe_express"
                            ],
                            "required": false
                        },
                        "additional_fields": {
                            "description": "\u8981\u5728\u8ba2\u5355\u4e0a\u6301\u4e45\u5316\u50a8\u5b58\u7684\u9644\u52a0\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": {
                                "dokan_delivery_time": {
                                    "description": "dokan_delivery_time \u6ce8\u518c\u7684\u6269\u5c55\u7a0b\u5e8f\u6570\u636e",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "vendor_delivery_time": {
                                            "description": "Customers delivery time data of vendors",
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "type": "array",
                                            "items": {
                                                "type": "object",
                                                "properties": {
                                                    "vendor_id": {
                                                        "type": "string",
                                                        "required": true
                                                    },
                                                    "store_name": {
                                                        "type": "string",
                                                        "required": true
                                                    },
                                                    "delivery_date": {
                                                        "type": "string",
                                                        "format": "date",
                                                        "required": true
                                                    },
                                                    "selected_delivery_type": {
                                                        "type": "string",
                                                        "required": true
                                                    },
                                                    "delivery_time_slot": {
                                                        "type": "string",
                                                        "required": true
                                                    },
                                                    "store_pickup_location": {
                                                        "type": "string",
                                                        "required": true
                                                    }
                                                }
                                            }
                                        }
                                    }
                                },
                                "woocommerce\/order-attribution": {
                                    "description": "woocommerce\/order-attribution \u6ce8\u518c\u7684\u6269\u5c55\u7a0b\u5e8f\u6570\u636e",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "source_type": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1asource_type",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "referrer": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1areferrer",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_campaign": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_campaign",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_source",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_medium": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_medium",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_content": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_content",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_id": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_id",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_term": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_term",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source_platform": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_source_platform",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_creative_format": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_creative_format",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_marketing_tactic": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_marketing_tactic",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_entry": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1asession_entry",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_start_time": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1asession_start_time",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_pages": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1asession_pages",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_count": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1asession_count",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "user_agent": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1auser_agent",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        }
                                    }
                                }
                            },
                            "default": {
                                "dokan_delivery_time": [],
                                "woocommerce\/order-attribution": []
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/order\/(?P<id>[\\d]+)": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/products\/attributes": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/store\/products\/attributes"
                    }
                ]
            }
        },
        "\/wc\/store\/products\/attributes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "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"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "attribute_id": {
                            "description": "\u5c5e\u6027\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8981\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002 \u5982\u679c\u7559\u7a7a\uff0c\u5219\u9ed8\u8ba4\u4e3a\u65e0\u9650\u3002",
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4ee5\u5339\u914d\u4e00\u4e2a\u5b57\u7b26\u4e32\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u672f\u8bed\u5c5e\u6027\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count",
                                "menu_order",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u5982\u679c\u4e3a true\uff0c\u5219\u4e0d\u4f1a\u8fd4\u56de\u7a7a\u672f\u8bed\u3002",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/products\/categories": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8981\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002 \u5982\u679c\u7559\u7a7a\uff0c\u5219\u9ed8\u8ba4\u4e3a\u65e0\u9650\u3002",
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4ee5\u5339\u914d\u4e00\u4e2a\u5b57\u7b26\u4e32\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u672f\u8bed\u5c5e\u6027\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u5982\u679c\u4e3a true\uff0c\u5219\u4e0d\u4f1a\u8fd4\u56de\u7a7a\u672f\u8bed\u3002",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/store\/products\/categories"
                    }
                ]
            }
        },
        "\/wc\/store\/products\/categories\/(?P<id>[\\d]+)": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/products\/brands": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8981\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002 \u5982\u679c\u7559\u7a7a\uff0c\u5219\u9ed8\u8ba4\u4e3a\u65e0\u9650\u3002",
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4ee5\u5339\u914d\u4e00\u4e2a\u5b57\u7b26\u4e32\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u672f\u8bed\u5c5e\u6027\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u5982\u679c\u4e3a true\uff0c\u5219\u4e0d\u4f1a\u8fd4\u56de\u7a7a\u672f\u8bed\u3002",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/store\/products\/brands"
                    }
                ]
            }
        },
        "\/wc\/store\/products\/brands\/(?P<identifier>[\\w-]+)": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "identifier": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/products\/collection-data": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8981\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002 \u5982\u679c\u7559\u7a7a\uff0c\u5219\u9ed8\u8ba4\u4e3a\u65e0\u9650\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4ee5\u5339\u914d\u4e00\u4e2a\u5b57\u7b26\u4e32\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a\u522b\u540d\u7684\u4ea7\u54c1\u3002 \u4f7f\u7528\u9017\u53f7\u5206\u9694\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u521b\u5efa\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u521b\u5efa\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_column": {
                            "description": "\u4f7f\u7528\u540e\/\u524d\u9650\u5236\u54cd\u5e94\u65f6\uff0c\u8fdb\u884c\u6bd4\u8f83\u6240\u4f9d\u636e\u7684\u65e5\u671f\u5217\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "date_gmt",
                                "modified",
                                "modified_gmt"
                            ],
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "modified",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "price",
                                "popularity",
                                "rating",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u90e8\u5206\u7236\u7ea7IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u9664\u90e8\u5206\u7236\u7ea7ID\u4e4b\u5916\u7684\u5168\u90e8\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "type": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u4ea7\u54c1\u7c7b\u578b\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "bundle",
                                "variation"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "\u7528\u7279\u5b9aSKU\u6765\u9650\u5b9a\u4ea7\u54c1\u7684\u7ed3\u679c\u96c6\u3002\u5982\u6709\u591a\u4e2a\uff0c\u7528\u82f1\u6587\u534a\u89d2\u9017\u53f7\u9694\u5f00\u3002",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u7279\u8272\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u5206\u914d\u4e00\u7ec4\u5206\u7c7b ID \u6216\u522b\u540d\u7684\u4ea7\u54c1\uff0c\u4ee5\u9017\u53f7\u5206\u9694\u3002",
                            "type": "string",
                            "required": false
                        },
                        "category_operator": {
                            "description": "\u7528\u4e8e\u5bf9\u6bd4\u4ea7\u54c1\u7c7b\u522b\u672f\u8bed\u7684\u8fd0\u7b97\u7b26\u3002",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "brand": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u5206\u914d\u4e00\u7ec4\u54c1\u724c ID \u6216\u522b\u540d\u7684\u4ea7\u54c1\uff0c\u4ee5\u9017\u53f7\u5206\u9694\u3002",
                            "type": "string",
                            "required": false
                        },
                        "brand_operator": {
                            "description": "\u7528\u4e8e\u6bd4\u8f83\u4ea7\u54c1\u54c1\u724c\u672f\u8bed\u7684\u8fd0\u7b97\u7b26\u3002",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "tag": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u5206\u914d\u4e00\u7ec4\u6807\u7b7e ID \u6216\u522b\u540d\u7684\u4ea7\u54c1\uff0c\u4ee5\u9017\u53f7\u5206\u9694\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tag_operator": {
                            "description": "\u4ea7\u54c1\u6807\u7b7e\u6bd4\u8f83\u8fd0\u7b97\u7b26\u3002",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "on_sale": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u4fc3\u9500\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u57fa\u4e8e\u4f7f\u7528\u6700\u5c0f\u8d27\u5e01\u5355\u4f4d\u63d0\u4f9b\u7684\u6700\u4f4e\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u57fa\u4e8e\u4f7f\u7528\u6700\u5c0f\u8d27\u5e01\u5355\u4f4d\u63d0\u4f9b\u7684\u6700\u9ad8\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u6709\u7279\u5b9a\u5e93\u5b58\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "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": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u91c7\u7528\u6240\u9009\u5168\u5c40\u5c5e\u6027\u7684\u4ea7\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "description": "\u5c5e\u6027\u7c7b\u76ee\u540d\u79f0\u3002",
                                        "type": "string",
                                        "sanitize_callback": "wc_sanitize_taxonomy_name"
                                    },
                                    "term_id": {
                                        "description": "\u5c5e\u6027\u672f\u8bed ID \u7684\u5217\u8868\u3002",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "sanitize_callback": "wp_parse_id_list"
                                    },
                                    "slug": {
                                        "description": "\u5c5e\u6027\u6570\u636e\u57df\u7684\u5217\u8868\u3002\u5982\u679c\u63d0\u4f9b\u4e86\u672f\u8bed ID\uff0c\u5219\u4f1a\u88ab\u5ffd\u7565\u3002",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "sanitize_callback": "wp_parse_slug_list"
                                    },
                                    "operator": {
                                        "description": "\u7528\u4e8e\u5bf9\u6bd4\u4ea7\u54c1\u5c5e\u6027\u672f\u8bed\u7684\u8fd0\u7b97\u7b26\u3002",
                                        "type": "string",
                                        "enum": [
                                            "in",
                                            "not_in",
                                            "and"
                                        ]
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_relation": {
                            "description": "\u540c\u65f6\u5728\u591a\u4e2a\u5c5e\u6027\u4e2d\u8fdb\u884c\u7b5b\u9009\u65f6\uff0c\u5404\u5c5e\u6027\u4e4b\u95f4\u7684\u903b\u8f91\u5173\u7cfb\u3002",
                            "type": "string",
                            "enum": [
                                "in",
                                "and"
                            ],
                            "default": "and",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "\u786e\u5b9a\u662f\u5426\u663e\u793a\u9690\u85cf\u6216\u53ef\u89c1\u7684\u76ee\u5f55\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u91c7\u7528\u7279\u5b9a\u5e73\u5747\u8bc4\u7ea7\u7684\u4ea7\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer",
                                "enum": [
                                    1,
                                    2,
                                    3,
                                    4,
                                    5
                                ]
                            },
                            "default": [],
                            "required": false
                        },
                        "calculate_price_range": {
                            "description": "\u5982\u679c\u4e3a true\uff0c\u5219\u8ba1\u7b97\u96c6\u5408\u4e2d\u4ea7\u54c1\u7684\u6700\u4f4e\u548c\u6700\u9ad8\u4ef7\u683c\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "calculate_stock_status_counts": {
                            "description": "\u5982\u679c\u4e3a true\uff0c\u5219\u8ba1\u7b97\u96c6\u5408\u4e2d\u4ea7\u54c1\u7684\u5e93\u5b58\u6570\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "calculate_attribute_counts": {
                            "description": "\u5982\u679c\u9700\u8981\uff0c\u8ba1\u7b97\u96c6\u5408\u4e2d\u4ea7\u54c1\u7684\u5c5e\u6027\u672f\u8bed\u6570\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "taxonomy": {
                                        "description": "\u7c7b\u76ee\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "query_type": {
                                        "description": "\u6267\u884c\u7684\u7b5b\u9009\u6761\u4ef6 \t \u53ef\u80fd\u4f1a\u5f71\u54cd\u8ba1\u6570\u3002 \u6709\u6548\u503c\u5305\u62ec\u201c\u548c\u201d\u548c\u201c\u6216\u201d\u3002",
                                        "type": "string",
                                        "enum": [
                                            "and",
                                            "or"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "calculate_rating_counts": {
                            "description": "\u5982\u679c\u4e3a true\uff0c\u5219\u8ba1\u7b97\u96c6\u5408\u4e2d\u4ea7\u54c1\u7684\u8bc4\u7ea7\u6570\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/store\/products\/collection-data"
                    }
                ]
            }
        },
        "\/wc\/store\/products\/reviews": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8981\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002 \u5982\u679c\u7559\u7a7a\uff0c\u5219\u9ed8\u8ba4\u4e3a\u65e0\u9650\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "rating",
                                "product"
                            ],
                            "required": false
                        },
                        "category_id": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6765\u81ea\u7279\u5b9a\u5206\u7c7b ID \u7684\u8bc4\u4ef7\u3002",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6765\u81ea\u7279\u5b9a\u4ea7\u54c1 ID \u7684\u8bc4\u4ef7\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/store\/products\/reviews"
                    }
                ]
            }
        },
        "\/wc\/store\/products\/tags": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8981\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002 \u5982\u679c\u7559\u7a7a\uff0c\u5219\u9ed8\u8ba4\u4e3a\u65e0\u9650\u3002",
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4ee5\u5339\u914d\u4e00\u4e2a\u5b57\u7b26\u4e32\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u672f\u8bed\u5c5e\u6027\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u5982\u679c\u4e3a true\uff0c\u5219\u4e0d\u4f1a\u8fd4\u56de\u7a7a\u672f\u8bed\u3002",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/store\/products\/tags"
                    }
                ]
            }
        },
        "\/wc\/store\/products": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8981\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002 \u5982\u679c\u7559\u7a7a\uff0c\u5219\u9ed8\u8ba4\u4e3a\u65e0\u9650\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4ee5\u5339\u914d\u4e00\u4e2a\u5b57\u7b26\u4e32\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a\u522b\u540d\u7684\u4ea7\u54c1\u3002 \u4f7f\u7528\u9017\u53f7\u5206\u9694\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u521b\u5efa\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u521b\u5efa\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_column": {
                            "description": "\u4f7f\u7528\u540e\/\u524d\u9650\u5236\u54cd\u5e94\u65f6\uff0c\u8fdb\u884c\u6bd4\u8f83\u6240\u4f9d\u636e\u7684\u65e5\u671f\u5217\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "date_gmt",
                                "modified",
                                "modified_gmt"
                            ],
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "modified",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "price",
                                "popularity",
                                "rating",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u90e8\u5206\u7236\u7ea7IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u9664\u90e8\u5206\u7236\u7ea7ID\u4e4b\u5916\u7684\u5168\u90e8\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "type": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u4ea7\u54c1\u7c7b\u578b\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "bundle",
                                "variation"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "\u7528\u7279\u5b9aSKU\u6765\u9650\u5b9a\u4ea7\u54c1\u7684\u7ed3\u679c\u96c6\u3002\u5982\u6709\u591a\u4e2a\uff0c\u7528\u82f1\u6587\u534a\u89d2\u9017\u53f7\u9694\u5f00\u3002",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u7279\u8272\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u5206\u914d\u4e00\u7ec4\u5206\u7c7b ID \u6216\u522b\u540d\u7684\u4ea7\u54c1\uff0c\u4ee5\u9017\u53f7\u5206\u9694\u3002",
                            "type": "string",
                            "required": false
                        },
                        "category_operator": {
                            "description": "\u7528\u4e8e\u5bf9\u6bd4\u4ea7\u54c1\u7c7b\u522b\u672f\u8bed\u7684\u8fd0\u7b97\u7b26\u3002",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "brand": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u5206\u914d\u4e00\u7ec4\u54c1\u724c ID \u6216\u522b\u540d\u7684\u4ea7\u54c1\uff0c\u4ee5\u9017\u53f7\u5206\u9694\u3002",
                            "type": "string",
                            "required": false
                        },
                        "brand_operator": {
                            "description": "\u7528\u4e8e\u6bd4\u8f83\u4ea7\u54c1\u54c1\u724c\u672f\u8bed\u7684\u8fd0\u7b97\u7b26\u3002",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "tag": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u5206\u914d\u4e00\u7ec4\u6807\u7b7e ID \u6216\u522b\u540d\u7684\u4ea7\u54c1\uff0c\u4ee5\u9017\u53f7\u5206\u9694\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tag_operator": {
                            "description": "\u4ea7\u54c1\u6807\u7b7e\u6bd4\u8f83\u8fd0\u7b97\u7b26\u3002",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "on_sale": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u4fc3\u9500\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u57fa\u4e8e\u4f7f\u7528\u6700\u5c0f\u8d27\u5e01\u5355\u4f4d\u63d0\u4f9b\u7684\u6700\u4f4e\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u57fa\u4e8e\u4f7f\u7528\u6700\u5c0f\u8d27\u5e01\u5355\u4f4d\u63d0\u4f9b\u7684\u6700\u9ad8\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u6709\u7279\u5b9a\u5e93\u5b58\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "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": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u91c7\u7528\u6240\u9009\u5168\u5c40\u5c5e\u6027\u7684\u4ea7\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "description": "\u5c5e\u6027\u7c7b\u76ee\u540d\u79f0\u3002",
                                        "type": "string",
                                        "sanitize_callback": "wc_sanitize_taxonomy_name"
                                    },
                                    "term_id": {
                                        "description": "\u5c5e\u6027\u672f\u8bed ID \u7684\u5217\u8868\u3002",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "sanitize_callback": "wp_parse_id_list"
                                    },
                                    "slug": {
                                        "description": "\u5c5e\u6027\u6570\u636e\u57df\u7684\u5217\u8868\u3002\u5982\u679c\u63d0\u4f9b\u4e86\u672f\u8bed ID\uff0c\u5219\u4f1a\u88ab\u5ffd\u7565\u3002",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "sanitize_callback": "wp_parse_slug_list"
                                    },
                                    "operator": {
                                        "description": "\u7528\u4e8e\u5bf9\u6bd4\u4ea7\u54c1\u5c5e\u6027\u672f\u8bed\u7684\u8fd0\u7b97\u7b26\u3002",
                                        "type": "string",
                                        "enum": [
                                            "in",
                                            "not_in",
                                            "and"
                                        ]
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_relation": {
                            "description": "\u540c\u65f6\u5728\u591a\u4e2a\u5c5e\u6027\u4e2d\u8fdb\u884c\u7b5b\u9009\u65f6\uff0c\u5404\u5c5e\u6027\u4e4b\u95f4\u7684\u903b\u8f91\u5173\u7cfb\u3002",
                            "type": "string",
                            "enum": [
                                "in",
                                "and"
                            ],
                            "default": "and",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "\u786e\u5b9a\u662f\u5426\u663e\u793a\u9690\u85cf\u6216\u53ef\u89c1\u7684\u76ee\u5f55\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u91c7\u7528\u7279\u5b9a\u5e73\u5747\u8bc4\u7ea7\u7684\u4ea7\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer",
                                "enum": [
                                    1,
                                    2,
                                    3,
                                    4,
                                    5
                                ]
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/store\/products"
                    }
                ]
            }
        },
        "\/wc\/store\/products\/(?P<id>[\\d]+)": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/products\/(?P<slug>[\\S]+)": {
            "namespace": "wc\/store",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "slug": {
                            "description": "\u8d44\u6e90\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/wp-json\/wc\/store\/v1\/batch"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/cart": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8d2d\u7269\u8f66\u9879\u76ee\u4ea7\u54c1\u6216\u53d8\u4f53 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "quantity": {
                            "description": "\u6b64\u5546\u54c1\u53ef\u6dfb\u52a0\u81f3\u8d2d\u7269\u8f66\u4e2d\u7684\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "variation": {
                            "description": "\u9009\u62e9\uff08\u53d8\u4f53\u7684\uff09\u5c5e\u6027\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "description": "\u53d8\u4f53\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u53d8\u4f53\u5c5e\u6027\u503c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8d2d\u7269\u8f66\u5185\u4f18\u60e0\u5238\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "\u4f18\u60e0\u5238\u7684\u552f\u4e00\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "\u4f18\u60e0\u5238\u7684\u6298\u6263\u7c7b\u578b\uff08\u4f8b\u5982\u6298\u6263\u7387\u6216\u56fa\u5b9a\u6570\u989d\uff09",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8d2d\u7269\u8f66\u5185\u4f18\u60e0\u5238\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "code": {
                            "description": "\u8d2d\u7269\u8f66\u5185\u4f18\u60e0\u5238\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "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": "\u6269\u5c55\u7a0b\u5e8f\u7684\u540d\u79f0 - \u8fd9\u5c06\u7528\u4e8e\u786e\u4fdd\u8bf7\u6c42\u4e2d\u7684\u6570\u636e\u5f97\u5230\u9002\u5f53\u7684\u8def\u7531\u3002",
                            "type": "string",
                            "required": false
                        },
                        "data": {
                            "description": "\u8981\u4f20\u9012\u7ed9\u6269\u5c55\u7a0b\u5e8f\u7684\u5176\u4ed6\u6570\u636e",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "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:\/\/usabrapower.com\/it\/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": "\u8d2d\u7269\u8f66\u5185\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "key": {
                            "description": "\u8d2d\u7269\u8f66\u5185\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "key": {
                            "description": "\u8d2d\u7269\u8f66\u5185\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "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": "\u8d2d\u7269\u8f66\u5185\u4f18\u60e0\u5238\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8d2d\u7269\u8f66\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\uff08\u952e\uff09\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u914d\u9001\u5305\u88f9\u7684 ID\u3002 \u7559\u7a7a\u5219\u5e94\u7528\u4e8e\u6240\u6709\u5305\u88f9\u3002",
                            "type": [
                                "integer",
                                "string",
                                "null"
                            ],
                            "required": false
                        },
                        "rate_id": {
                            "description": "\u5305\u88f9\u7684\u6240\u9009\u8fd0\u8d39 ID\u3002",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8981\u66f4\u65b0\u7684\u8d2d\u7269\u8f66\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\uff08\u952e\uff09\u3002",
                            "type": "string",
                            "required": false
                        },
                        "quantity": {
                            "description": "\u8d2d\u7269\u8f66\u4e2d\u9879\u76ee\u7684\u65b0\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8d26\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "\u516c\u53f8",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "\u5730\u5740",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "\u516c\u5bd3\u3001\u5957\u623f\u7b49\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "\u57ce\u5e02",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "\u5dde\/\u90e1\u4ee3\u7801\uff0c\u6216\u5dde\u3001\u90e1\u3001\u7701\u6216\u533a\u7684\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "email": {
                                    "description": "\u7535\u5b50\u90ae\u4ef6",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "shipping_address": {
                            "description": "\u914d\u9001\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "\u516c\u53f8",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "\u5730\u5740",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "\u516c\u5bd3\u3001\u5957\u623f\u7b49\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "\u57ce\u5e02",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "\u5dde\/\u90e1\u4ee3\u7801\uff0c\u6216\u5dde\u3001\u90e1\u3001\u7701\u6216\u533a\u7684\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/store\/v1\/cart\/update-customer"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/checkout": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET",
                "POST",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "payment_data": {
                            "description": "\u5904\u7406\u4ed8\u6b3e\u65f6\u8981\u4f20\u9012\u5230\u4ed8\u6b3e\u65b9\u5f0f\u7684\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "key": {
                                        "type": "string"
                                    },
                                    "value": {
                                        "type": [
                                            "string",
                                            "boolean"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "customer_password": {
                            "description": "\u65b0\u8d26\u6237\u7684\u5ba2\u6237\u5bc6\u7801\uff08\u5982\u9002\u7528\uff09\u3002",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u7ed3\u8d26\u65f6\u5ba2\u6237\u6dfb\u52a0\u5230\u8ba2\u5355\u7684\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing_address": {
                            "description": "\u8d26\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "\u516c\u53f8",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "\u5730\u5740",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "\u516c\u5bd3\u3001\u5957\u623f\u7b49\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "\u57ce\u5e02",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "\u5dde\/\u90e1\u4ee3\u7801\uff0c\u6216\u5dde\u3001\u90e1\u3001\u7701\u6216\u533a\u7684\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "email": {
                                    "description": "\u7535\u5b50\u90ae\u4ef6",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": true
                        },
                        "shipping_address": {
                            "description": "\u914d\u9001\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "\u516c\u53f8",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "\u5730\u5740",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "\u516c\u5bd3\u3001\u5957\u623f\u7b49\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "\u57ce\u5e02",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "\u5dde\/\u90e1\u4ee3\u7801\uff0c\u6216\u5dde\u3001\u90e1\u3001\u7701\u6216\u533a\u7684\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u7528\u4e8e\u5904\u7406\u4ed8\u6b3e\u7684\u4ed8\u6b3e\u65b9\u5f0f ID\u3002",
                            "type": "string",
                            "enum": [
                                "woocommerce_payments",
                                "woocommerce_payments_affirm",
                                "woocommerce_payments_afterpay_clearpay",
                                "woocommerce_payments_alipay",
                                "woocommerce_payments_bancontact",
                                "woocommerce_payments_au_becs_debit",
                                "woocommerce_payments_eps",
                                "woocommerce_payments_giropay",
                                "woocommerce_payments_grabpay",
                                "woocommerce_payments_ideal",
                                "woocommerce_payments_multibanco",
                                "woocommerce_payments_klarna",
                                "woocommerce_payments_p24",
                                "woocommerce_payments_sepa_debit",
                                "woocommerce_payments_sofort",
                                "woocommerce_payments_wechat_pay",
                                "woocommerce_payments_apple_pay",
                                "woocommerce_payments_google_pay",
                                "ppcp-gateway",
                                "bacs",
                                "cheque",
                                "cod",
                                "dokan-moip-connect",
                                "dokan_paypal_marketplace",
                                "dokan-stripe-connect",
                                "dokan_mangopay",
                                "dokan_razorpay",
                                "dokan_stripe_express"
                            ],
                            "required": false
                        },
                        "create_account": {
                            "description": "\u662f\u5426\u521b\u5efa\u4e00\u4e2a\u65b0\u8d26\u6237\u4f5c\u4e3a\u8ba2\u5355\u5904\u7406\u7684\u4e00\u90e8\u5206\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "additional_fields": {
                            "description": "\u8981\u5728\u8ba2\u5355\u4e0a\u6301\u4e45\u5316\u50a8\u5b58\u7684\u9644\u52a0\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": {
                                "dokan_delivery_time": {
                                    "description": "dokan_delivery_time \u6ce8\u518c\u7684\u6269\u5c55\u7a0b\u5e8f\u6570\u636e",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "vendor_delivery_time": {
                                            "description": "Customers delivery time data of vendors",
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "type": "array",
                                            "items": {
                                                "type": "object",
                                                "properties": {
                                                    "vendor_id": {
                                                        "type": "string",
                                                        "required": true
                                                    },
                                                    "store_name": {
                                                        "type": "string",
                                                        "required": true
                                                    },
                                                    "delivery_date": {
                                                        "type": "string",
                                                        "format": "date",
                                                        "required": true
                                                    },
                                                    "selected_delivery_type": {
                                                        "type": "string",
                                                        "required": true
                                                    },
                                                    "delivery_time_slot": {
                                                        "type": "string",
                                                        "required": true
                                                    },
                                                    "store_pickup_location": {
                                                        "type": "string",
                                                        "required": true
                                                    }
                                                }
                                            }
                                        }
                                    }
                                },
                                "woocommerce\/order-attribution": {
                                    "description": "woocommerce\/order-attribution \u6ce8\u518c\u7684\u6269\u5c55\u7a0b\u5e8f\u6570\u636e",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "source_type": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1asource_type",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "referrer": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1areferrer",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_campaign": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_campaign",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_source",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_medium": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_medium",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_content": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_content",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_id": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_id",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_term": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_term",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source_platform": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_source_platform",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_creative_format": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_creative_format",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_marketing_tactic": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_marketing_tactic",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_entry": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1asession_entry",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_start_time": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1asession_start_time",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_pages": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1asession_pages",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_count": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1asession_count",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "user_agent": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1auser_agent",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        }
                                    }
                                }
                            },
                            "default": {
                                "dokan_delivery_time": [],
                                "woocommerce\/order-attribution": []
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "additional_fields": {
                            "description": "\u8981\u5728\u8ba2\u5355\u4e0a\u6301\u4e45\u5316\u50a8\u5b58\u7684\u9644\u52a0\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u7528\u4e8e\u5904\u7406\u4ed8\u6b3e\u7684\u4ed8\u6b3e\u65b9\u5f0f ID\u3002",
                            "type": "string",
                            "enum": [
                                "woocommerce_payments",
                                "woocommerce_payments_affirm",
                                "woocommerce_payments_afterpay_clearpay",
                                "woocommerce_payments_alipay",
                                "woocommerce_payments_bancontact",
                                "woocommerce_payments_au_becs_debit",
                                "woocommerce_payments_eps",
                                "woocommerce_payments_giropay",
                                "woocommerce_payments_grabpay",
                                "woocommerce_payments_ideal",
                                "woocommerce_payments_multibanco",
                                "woocommerce_payments_klarna",
                                "woocommerce_payments_p24",
                                "woocommerce_payments_sepa_debit",
                                "woocommerce_payments_sofort",
                                "woocommerce_payments_wechat_pay",
                                "woocommerce_payments_apple_pay",
                                "woocommerce_payments_google_pay",
                                "ppcp-gateway",
                                "bacs",
                                "cheque",
                                "cod",
                                "dokan-moip-connect",
                                "dokan_paypal_marketplace",
                                "dokan-stripe-connect",
                                "dokan_mangopay",
                                "dokan_razorpay",
                                "dokan_stripe_express"
                            ],
                            "required": false
                        },
                        "order_notes": {
                            "description": "\u8ba2\u5355\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u7ed3\u8d26\u65f6\u5ba2\u6237\u6dfb\u52a0\u5230\u8ba2\u5355\u7684\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing_address": {
                            "description": "\u8d26\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "\u516c\u53f8",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "\u5730\u5740",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "\u516c\u5bd3\u3001\u5957\u623f\u7b49\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "\u57ce\u5e02",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "\u5dde\/\u90e1\u4ee3\u7801\uff0c\u6216\u5dde\u3001\u90e1\u3001\u7701\u6216\u533a\u7684\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "email": {
                                    "description": "\u7535\u5b50\u90ae\u4ef6",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "shipping_address": {
                            "description": "\u914d\u9001\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "\u516c\u53f8",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "\u5730\u5740",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "\u516c\u5bd3\u3001\u5957\u623f\u7b49\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "\u57ce\u5e02",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "\u5dde\/\u90e1\u4ee3\u7801\uff0c\u6216\u5dde\u3001\u90e1\u3001\u7701\u6216\u533a\u7684\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "create_account": {
                            "description": "\u662f\u5426\u521b\u5efa\u4e00\u4e2a\u65b0\u8d26\u6237\u4f5c\u4e3a\u8ba2\u5355\u5904\u7406\u7684\u4e00\u90e8\u5206\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": {
                                "dokan_delivery_time": {
                                    "description": "dokan_delivery_time \u6ce8\u518c\u7684\u6269\u5c55\u7a0b\u5e8f\u6570\u636e",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "vendor_delivery_time": {
                                            "description": "Customers delivery time data of vendors",
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "type": "array",
                                            "items": {
                                                "type": "object",
                                                "properties": {
                                                    "vendor_id": {
                                                        "type": "string",
                                                        "required": true
                                                    },
                                                    "store_name": {
                                                        "type": "string",
                                                        "required": true
                                                    },
                                                    "delivery_date": {
                                                        "type": "string",
                                                        "format": "date",
                                                        "required": true
                                                    },
                                                    "selected_delivery_type": {
                                                        "type": "string",
                                                        "required": true
                                                    },
                                                    "delivery_time_slot": {
                                                        "type": "string",
                                                        "required": true
                                                    },
                                                    "store_pickup_location": {
                                                        "type": "string",
                                                        "required": true
                                                    }
                                                }
                                            }
                                        }
                                    }
                                },
                                "woocommerce\/order-attribution": {
                                    "description": "woocommerce\/order-attribution \u6ce8\u518c\u7684\u6269\u5c55\u7a0b\u5e8f\u6570\u636e",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "source_type": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1asource_type",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "referrer": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1areferrer",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_campaign": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_campaign",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_source",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_medium": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_medium",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_content": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_content",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_id": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_id",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_term": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_term",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source_platform": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_source_platform",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_creative_format": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_creative_format",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_marketing_tactic": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_marketing_tactic",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_entry": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1asession_entry",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_start_time": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1asession_start_time",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_pages": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1asession_pages",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_count": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1asession_count",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "user_agent": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1auser_agent",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        }
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u5904\u7406\u4ed8\u6b3e\u65f6\u8981\u4f20\u9012\u5230\u4ed8\u6b3e\u65b9\u5f0f\u7684\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "key": {
                                        "type": "string"
                                    },
                                    "value": {
                                        "type": [
                                            "string",
                                            "boolean"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u7ed3\u8d26\u65f6\u5ba2\u6237\u6dfb\u52a0\u5230\u8ba2\u5355\u7684\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing_address": {
                            "description": "\u8d26\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "\u516c\u53f8",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "\u5730\u5740",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "\u516c\u5bd3\u3001\u5957\u623f\u7b49\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "\u57ce\u5e02",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "\u5dde\/\u90e1\u4ee3\u7801\uff0c\u6216\u5dde\u3001\u90e1\u3001\u7701\u6216\u533a\u7684\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "email": {
                                    "description": "\u7535\u5b50\u90ae\u4ef6",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": true
                        },
                        "shipping_address": {
                            "description": "\u914d\u9001\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "company": {
                                    "description": "\u516c\u53f8",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_1": {
                                    "description": "\u5730\u5740",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "address_2": {
                                    "description": "\u516c\u5bd3\u3001\u5957\u623f\u7b49\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "city": {
                                    "description": "\u57ce\u5e02",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "state": {
                                    "description": "\u5dde\/\u90e1\u4ee3\u7801\uff0c\u6216\u5dde\u3001\u90e1\u3001\u7701\u6216\u533a\u7684\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "postcode": {
                                    "description": "\u90ae\u653f\u7f16\u7801",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "country": {
                                    "description": "ISO 3166-1 alpha-2 \u683c\u5f0f\u7684\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u7528\u4e8e\u5904\u7406\u4ed8\u6b3e\u7684\u4ed8\u6b3e\u65b9\u5f0f ID\u3002",
                            "type": "string",
                            "enum": [
                                "woocommerce_payments",
                                "woocommerce_payments_affirm",
                                "woocommerce_payments_afterpay_clearpay",
                                "woocommerce_payments_alipay",
                                "woocommerce_payments_bancontact",
                                "woocommerce_payments_au_becs_debit",
                                "woocommerce_payments_eps",
                                "woocommerce_payments_giropay",
                                "woocommerce_payments_grabpay",
                                "woocommerce_payments_ideal",
                                "woocommerce_payments_multibanco",
                                "woocommerce_payments_klarna",
                                "woocommerce_payments_p24",
                                "woocommerce_payments_sepa_debit",
                                "woocommerce_payments_sofort",
                                "woocommerce_payments_wechat_pay",
                                "woocommerce_payments_apple_pay",
                                "woocommerce_payments_google_pay",
                                "ppcp-gateway",
                                "bacs",
                                "cheque",
                                "cod",
                                "dokan-moip-connect",
                                "dokan_paypal_marketplace",
                                "dokan-stripe-connect",
                                "dokan_mangopay",
                                "dokan_razorpay",
                                "dokan_stripe_express"
                            ],
                            "required": false
                        },
                        "additional_fields": {
                            "description": "\u8981\u5728\u8ba2\u5355\u4e0a\u6301\u4e45\u5316\u50a8\u5b58\u7684\u9644\u52a0\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "extensions": {
                            "type": "object",
                            "properties": {
                                "dokan_delivery_time": {
                                    "description": "dokan_delivery_time \u6ce8\u518c\u7684\u6269\u5c55\u7a0b\u5e8f\u6570\u636e",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "vendor_delivery_time": {
                                            "description": "Customers delivery time data of vendors",
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "type": "array",
                                            "items": {
                                                "type": "object",
                                                "properties": {
                                                    "vendor_id": {
                                                        "type": "string",
                                                        "required": true
                                                    },
                                                    "store_name": {
                                                        "type": "string",
                                                        "required": true
                                                    },
                                                    "delivery_date": {
                                                        "type": "string",
                                                        "format": "date",
                                                        "required": true
                                                    },
                                                    "selected_delivery_type": {
                                                        "type": "string",
                                                        "required": true
                                                    },
                                                    "delivery_time_slot": {
                                                        "type": "string",
                                                        "required": true
                                                    },
                                                    "store_pickup_location": {
                                                        "type": "string",
                                                        "required": true
                                                    }
                                                }
                                            }
                                        }
                                    }
                                },
                                "woocommerce\/order-attribution": {
                                    "description": "woocommerce\/order-attribution \u6ce8\u518c\u7684\u6269\u5c55\u7a0b\u5e8f\u6570\u636e",
                                    "type": [
                                        "object",
                                        "null"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "properties": {
                                        "source_type": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1asource_type",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "referrer": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1areferrer",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_campaign": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_campaign",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_source",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_medium": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_medium",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_content": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_content",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_id": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_id",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_term": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_term",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_source_platform": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_source_platform",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_creative_format": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_creative_format",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "utm_marketing_tactic": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1autm_marketing_tactic",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_entry": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1asession_entry",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_start_time": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1asession_start_time",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_pages": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1asession_pages",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "session_count": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1asession_count",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        },
                                        "user_agent": {
                                            "description": "\u8ba2\u5355\u5f52\u5c5e\u5b57\u6bb5\uff1auser_agent",
                                            "type": [
                                                "string",
                                                "null"
                                            ],
                                            "context": []
                                        }
                                    }
                                }
                            },
                            "default": {
                                "dokan_delivery_time": [],
                                "woocommerce\/order-attribution": []
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/v1\/order\/(?P<id>[\\d]+)": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/v1\/products\/attributes": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/store\/v1\/products\/attributes"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/products\/attributes\/(?P<id>[\\d]+)": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "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"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "attribute_id": {
                            "description": "\u5c5e\u6027\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8981\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002 \u5982\u679c\u7559\u7a7a\uff0c\u5219\u9ed8\u8ba4\u4e3a\u65e0\u9650\u3002",
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4ee5\u5339\u914d\u4e00\u4e2a\u5b57\u7b26\u4e32\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u672f\u8bed\u5c5e\u6027\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count",
                                "menu_order",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u5982\u679c\u4e3a true\uff0c\u5219\u4e0d\u4f1a\u8fd4\u56de\u7a7a\u672f\u8bed\u3002",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/v1\/products\/categories": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8981\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002 \u5982\u679c\u7559\u7a7a\uff0c\u5219\u9ed8\u8ba4\u4e3a\u65e0\u9650\u3002",
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4ee5\u5339\u914d\u4e00\u4e2a\u5b57\u7b26\u4e32\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u672f\u8bed\u5c5e\u6027\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u5982\u679c\u4e3a true\uff0c\u5219\u4e0d\u4f1a\u8fd4\u56de\u7a7a\u672f\u8bed\u3002",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/store\/v1\/products\/categories"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/products\/categories\/(?P<id>[\\d]+)": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/store\/v1\/products\/brands": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8981\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002 \u5982\u679c\u7559\u7a7a\uff0c\u5219\u9ed8\u8ba4\u4e3a\u65e0\u9650\u3002",
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4ee5\u5339\u914d\u4e00\u4e2a\u5b57\u7b26\u4e32\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u672f\u8bed\u5c5e\u6027\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u5982\u679c\u4e3a true\uff0c\u5219\u4e0d\u4f1a\u8fd4\u56de\u7a7a\u672f\u8bed\u3002",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/store\/v1\/products\/brands"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/products\/brands\/(?P<identifier>[\\w-]+)": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "identifier": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "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"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8981\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002 \u5982\u679c\u7559\u7a7a\uff0c\u5219\u9ed8\u8ba4\u4e3a\u65e0\u9650\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4ee5\u5339\u914d\u4e00\u4e2a\u5b57\u7b26\u4e32\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a\u522b\u540d\u7684\u4ea7\u54c1\u3002 \u4f7f\u7528\u9017\u53f7\u5206\u9694\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u521b\u5efa\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u521b\u5efa\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_column": {
                            "description": "\u4f7f\u7528\u540e\/\u524d\u9650\u5236\u54cd\u5e94\u65f6\uff0c\u8fdb\u884c\u6bd4\u8f83\u6240\u4f9d\u636e\u7684\u65e5\u671f\u5217\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "date_gmt",
                                "modified",
                                "modified_gmt"
                            ],
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "modified",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "price",
                                "popularity",
                                "rating",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u90e8\u5206\u7236\u7ea7IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u9664\u90e8\u5206\u7236\u7ea7ID\u4e4b\u5916\u7684\u5168\u90e8\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "type": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u4ea7\u54c1\u7c7b\u578b\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "bundle",
                                "variation"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "\u7528\u7279\u5b9aSKU\u6765\u9650\u5b9a\u4ea7\u54c1\u7684\u7ed3\u679c\u96c6\u3002\u5982\u6709\u591a\u4e2a\uff0c\u7528\u82f1\u6587\u534a\u89d2\u9017\u53f7\u9694\u5f00\u3002",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u7279\u8272\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u5206\u914d\u4e00\u7ec4\u5206\u7c7b ID \u6216\u522b\u540d\u7684\u4ea7\u54c1\uff0c\u4ee5\u9017\u53f7\u5206\u9694\u3002",
                            "type": "string",
                            "required": false
                        },
                        "category_operator": {
                            "description": "\u7528\u4e8e\u5bf9\u6bd4\u4ea7\u54c1\u7c7b\u522b\u672f\u8bed\u7684\u8fd0\u7b97\u7b26\u3002",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "brand": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u5206\u914d\u4e00\u7ec4\u54c1\u724c ID \u6216\u522b\u540d\u7684\u4ea7\u54c1\uff0c\u4ee5\u9017\u53f7\u5206\u9694\u3002",
                            "type": "string",
                            "required": false
                        },
                        "brand_operator": {
                            "description": "\u7528\u4e8e\u6bd4\u8f83\u4ea7\u54c1\u54c1\u724c\u672f\u8bed\u7684\u8fd0\u7b97\u7b26\u3002",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "tag": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u5206\u914d\u4e00\u7ec4\u6807\u7b7e ID \u6216\u522b\u540d\u7684\u4ea7\u54c1\uff0c\u4ee5\u9017\u53f7\u5206\u9694\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tag_operator": {
                            "description": "\u4ea7\u54c1\u6807\u7b7e\u6bd4\u8f83\u8fd0\u7b97\u7b26\u3002",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "on_sale": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u4fc3\u9500\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u57fa\u4e8e\u4f7f\u7528\u6700\u5c0f\u8d27\u5e01\u5355\u4f4d\u63d0\u4f9b\u7684\u6700\u4f4e\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u57fa\u4e8e\u4f7f\u7528\u6700\u5c0f\u8d27\u5e01\u5355\u4f4d\u63d0\u4f9b\u7684\u6700\u9ad8\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u6709\u7279\u5b9a\u5e93\u5b58\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "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": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u91c7\u7528\u6240\u9009\u5168\u5c40\u5c5e\u6027\u7684\u4ea7\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "description": "\u5c5e\u6027\u7c7b\u76ee\u540d\u79f0\u3002",
                                        "type": "string",
                                        "sanitize_callback": "wc_sanitize_taxonomy_name"
                                    },
                                    "term_id": {
                                        "description": "\u5c5e\u6027\u672f\u8bed ID \u7684\u5217\u8868\u3002",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "sanitize_callback": "wp_parse_id_list"
                                    },
                                    "slug": {
                                        "description": "\u5c5e\u6027\u6570\u636e\u57df\u7684\u5217\u8868\u3002\u5982\u679c\u63d0\u4f9b\u4e86\u672f\u8bed ID\uff0c\u5219\u4f1a\u88ab\u5ffd\u7565\u3002",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "sanitize_callback": "wp_parse_slug_list"
                                    },
                                    "operator": {
                                        "description": "\u7528\u4e8e\u5bf9\u6bd4\u4ea7\u54c1\u5c5e\u6027\u672f\u8bed\u7684\u8fd0\u7b97\u7b26\u3002",
                                        "type": "string",
                                        "enum": [
                                            "in",
                                            "not_in",
                                            "and"
                                        ]
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_relation": {
                            "description": "\u540c\u65f6\u5728\u591a\u4e2a\u5c5e\u6027\u4e2d\u8fdb\u884c\u7b5b\u9009\u65f6\uff0c\u5404\u5c5e\u6027\u4e4b\u95f4\u7684\u903b\u8f91\u5173\u7cfb\u3002",
                            "type": "string",
                            "enum": [
                                "in",
                                "and"
                            ],
                            "default": "and",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "\u786e\u5b9a\u662f\u5426\u663e\u793a\u9690\u85cf\u6216\u53ef\u89c1\u7684\u76ee\u5f55\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u91c7\u7528\u7279\u5b9a\u5e73\u5747\u8bc4\u7ea7\u7684\u4ea7\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer",
                                "enum": [
                                    1,
                                    2,
                                    3,
                                    4,
                                    5
                                ]
                            },
                            "default": [],
                            "required": false
                        },
                        "calculate_price_range": {
                            "description": "\u5982\u679c\u4e3a true\uff0c\u5219\u8ba1\u7b97\u96c6\u5408\u4e2d\u4ea7\u54c1\u7684\u6700\u4f4e\u548c\u6700\u9ad8\u4ef7\u683c\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "calculate_stock_status_counts": {
                            "description": "\u5982\u679c\u4e3a true\uff0c\u5219\u8ba1\u7b97\u96c6\u5408\u4e2d\u4ea7\u54c1\u7684\u5e93\u5b58\u6570\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "calculate_attribute_counts": {
                            "description": "\u5982\u679c\u9700\u8981\uff0c\u8ba1\u7b97\u96c6\u5408\u4e2d\u4ea7\u54c1\u7684\u5c5e\u6027\u672f\u8bed\u6570\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "taxonomy": {
                                        "description": "\u7c7b\u76ee\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "query_type": {
                                        "description": "\u6267\u884c\u7684\u7b5b\u9009\u6761\u4ef6 \t \u53ef\u80fd\u4f1a\u5f71\u54cd\u8ba1\u6570\u3002 \u6709\u6548\u503c\u5305\u62ec\u201c\u548c\u201d\u548c\u201c\u6216\u201d\u3002",
                                        "type": "string",
                                        "enum": [
                                            "and",
                                            "or"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "calculate_rating_counts": {
                            "description": "\u5982\u679c\u4e3a true\uff0c\u5219\u8ba1\u7b97\u96c6\u5408\u4e2d\u4ea7\u54c1\u7684\u8bc4\u7ea7\u6570\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/store\/v1\/products\/collection-data"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/products\/reviews": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8981\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002 \u5982\u679c\u7559\u7a7a\uff0c\u5219\u9ed8\u8ba4\u4e3a\u65e0\u9650\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "rating",
                                "product"
                            ],
                            "required": false
                        },
                        "category_id": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6765\u81ea\u7279\u5b9a\u5206\u7c7b ID \u7684\u8bc4\u4ef7\u3002",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6765\u81ea\u7279\u5b9a\u4ea7\u54c1 ID \u7684\u8bc4\u4ef7\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/store\/v1\/products\/reviews"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/products\/tags": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8981\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002 \u5982\u679c\u7559\u7a7a\uff0c\u5219\u9ed8\u8ba4\u4e3a\u65e0\u9650\u3002",
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4ee5\u5339\u914d\u4e00\u4e2a\u5b57\u7b26\u4e32\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u672f\u8bed\u5c5e\u6027\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "name",
                                "slug",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u5982\u679c\u4e3a true\uff0c\u5219\u4e0d\u4f1a\u8fd4\u56de\u7a7a\u672f\u8bed\u3002",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/store\/v1\/products\/tags"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/products": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u4e2d\u8981\u8fd4\u56de\u7684\u6700\u5927\u9879\u76ee\u6570\u3002 \u5982\u679c\u7559\u7a7a\uff0c\u5219\u9ed8\u8ba4\u4e3a\u65e0\u9650\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4ee5\u5339\u914d\u4e00\u4e2a\u5b57\u7b26\u4e32\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a\u522b\u540d\u7684\u4ea7\u54c1\u3002 \u4f7f\u7528\u9017\u53f7\u5206\u9694\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u521b\u5efa\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u521b\u5efa\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_column": {
                            "description": "\u4f7f\u7528\u540e\/\u524d\u9650\u5236\u54cd\u5e94\u65f6\uff0c\u8fdb\u884c\u6bd4\u8f83\u6240\u4f9d\u636e\u7684\u65e5\u671f\u5217\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "date_gmt",
                                "modified",
                                "modified_gmt"
                            ],
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "modified",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "price",
                                "popularity",
                                "rating",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u90e8\u5206\u7236\u7ea7IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u9664\u90e8\u5206\u7236\u7ea7ID\u4e4b\u5916\u7684\u5168\u90e8\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "type": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u4ea7\u54c1\u7c7b\u578b\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "bundle",
                                "variation"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "\u7528\u7279\u5b9aSKU\u6765\u9650\u5b9a\u4ea7\u54c1\u7684\u7ed3\u679c\u96c6\u3002\u5982\u6709\u591a\u4e2a\uff0c\u7528\u82f1\u6587\u534a\u89d2\u9017\u53f7\u9694\u5f00\u3002",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u7279\u8272\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u5206\u914d\u4e00\u7ec4\u5206\u7c7b ID \u6216\u522b\u540d\u7684\u4ea7\u54c1\uff0c\u4ee5\u9017\u53f7\u5206\u9694\u3002",
                            "type": "string",
                            "required": false
                        },
                        "category_operator": {
                            "description": "\u7528\u4e8e\u5bf9\u6bd4\u4ea7\u54c1\u7c7b\u522b\u672f\u8bed\u7684\u8fd0\u7b97\u7b26\u3002",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "brand": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u5206\u914d\u4e00\u7ec4\u54c1\u724c ID \u6216\u522b\u540d\u7684\u4ea7\u54c1\uff0c\u4ee5\u9017\u53f7\u5206\u9694\u3002",
                            "type": "string",
                            "required": false
                        },
                        "brand_operator": {
                            "description": "\u7528\u4e8e\u6bd4\u8f83\u4ea7\u54c1\u54c1\u724c\u672f\u8bed\u7684\u8fd0\u7b97\u7b26\u3002",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "tag": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u5206\u914d\u4e00\u7ec4\u6807\u7b7e ID \u6216\u522b\u540d\u7684\u4ea7\u54c1\uff0c\u4ee5\u9017\u53f7\u5206\u9694\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tag_operator": {
                            "description": "\u4ea7\u54c1\u6807\u7b7e\u6bd4\u8f83\u8fd0\u7b97\u7b26\u3002",
                            "type": "string",
                            "enum": [
                                "in",
                                "not_in",
                                "and"
                            ],
                            "default": "in",
                            "required": false
                        },
                        "on_sale": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u4fc3\u9500\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u57fa\u4e8e\u4f7f\u7528\u6700\u5c0f\u8d27\u5e01\u5355\u4f4d\u63d0\u4f9b\u7684\u6700\u4f4e\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u57fa\u4e8e\u4f7f\u7528\u6700\u5c0f\u8d27\u5e01\u5355\u4f4d\u63d0\u4f9b\u7684\u6700\u9ad8\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u6709\u7279\u5b9a\u5e93\u5b58\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "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": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u91c7\u7528\u6240\u9009\u5168\u5c40\u5c5e\u6027\u7684\u4ea7\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "description": "\u5c5e\u6027\u7c7b\u76ee\u540d\u79f0\u3002",
                                        "type": "string",
                                        "sanitize_callback": "wc_sanitize_taxonomy_name"
                                    },
                                    "term_id": {
                                        "description": "\u5c5e\u6027\u672f\u8bed ID \u7684\u5217\u8868\u3002",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "sanitize_callback": "wp_parse_id_list"
                                    },
                                    "slug": {
                                        "description": "\u5c5e\u6027\u6570\u636e\u57df\u7684\u5217\u8868\u3002\u5982\u679c\u63d0\u4f9b\u4e86\u672f\u8bed ID\uff0c\u5219\u4f1a\u88ab\u5ffd\u7565\u3002",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "sanitize_callback": "wp_parse_slug_list"
                                    },
                                    "operator": {
                                        "description": "\u7528\u4e8e\u5bf9\u6bd4\u4ea7\u54c1\u5c5e\u6027\u672f\u8bed\u7684\u8fd0\u7b97\u7b26\u3002",
                                        "type": "string",
                                        "enum": [
                                            "in",
                                            "not_in",
                                            "and"
                                        ]
                                    }
                                }
                            },
                            "default": [],
                            "required": false
                        },
                        "attribute_relation": {
                            "description": "\u540c\u65f6\u5728\u591a\u4e2a\u5c5e\u6027\u4e2d\u8fdb\u884c\u7b5b\u9009\u65f6\uff0c\u5404\u5c5e\u6027\u4e4b\u95f4\u7684\u903b\u8f91\u5173\u7cfb\u3002",
                            "type": "string",
                            "enum": [
                                "in",
                                "and"
                            ],
                            "default": "and",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "\u786e\u5b9a\u662f\u5426\u663e\u793a\u9690\u85cf\u6216\u53ef\u89c1\u7684\u76ee\u5f55\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u91c7\u7528\u7279\u5b9a\u5e73\u5747\u8bc4\u7ea7\u7684\u4ea7\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer",
                                "enum": [
                                    1,
                                    2,
                                    3,
                                    4,
                                    5
                                ]
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/store\/v1\/products"
                    }
                ]
            }
        },
        "\/wc\/store\/v1\/products\/(?P<id>[\\d]+)": {
            "namespace": "wc\/store\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "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"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "slug": {
                            "description": "\u8d44\u6e90\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u7684\u8303\u56f4\uff1b\u5224\u5b9a\u57df\u5b58\u5728\u4e8e\u54cd\u5e94\u4e2d\u3002",
                            "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:\/\/usabrapower.com\/it\/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": "\u7279\u5b9a\u5546\u5e97\u7684\u4e1a\u52a1\u8bf4\u660e\u3002",
                            "type": "string",
                            "required": false
                        },
                        "images": {
                            "description": "\u6307\u5b9a\u5546\u5e97\u7684\u56fe\u7247\u3002",
                            "type": "object",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/wp-json\/wc\/private\/patterns"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/accounts": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/accounts"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/accounts\/session": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/accounts\/session"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/deposits": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/deposits"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/deposits\/summary": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/deposits\/summary"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/deposits\/download": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/deposits\/download"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/deposits\/download\/(?P<export_id>.*)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/v3\/payments\/deposits\/(?P<deposit_id>\\w+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/v3\/payments\/deposits\/overview-all": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/deposits\/overview-all"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/transactions": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/transactions"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/transactions\/download": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/transactions\/download"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/transactions\/download\/(?P<export_id>.*)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/v3\/payments\/transactions\/summary": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/transactions\/summary"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/transactions\/search": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/transactions\/search"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/transactions\/fraud-outcomes": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/transactions\/fraud-outcomes"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/transactions\/fraud-outcomes\/summary": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/transactions\/fraud-outcomes\/summary"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/transactions\/fraud-outcomes\/search": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/transactions\/fraud-outcomes\/search"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/transactions\/fraud-outcomes\/download": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/transactions\/fraud-outcomes\/download"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/disputes": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/disputes"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/disputes\/download\/(?P<export_id>.*)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/v3\/payments\/disputes\/summary": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/disputes\/summary"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/disputes\/download": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/disputes\/download"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/disputes\/(?P<dispute_id>\\w+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/v3\/payments\/disputes\/(?P<dispute_id>\\w+)\/close": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/v3\/payments\/charges\/(?P<charge_id>\\w+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/v3\/payments\/charges\/order\/(?P<order_id>\\w+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/v3\/payments\/connection_tokens": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/connection_tokens"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/orders\/(?P<order_id>\\w+)\/capture_terminal_payment": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "payment_intent_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/payments\/orders\/(?P<order_id>\\w+)\/capture_authorization": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "payment_intent_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/payments\/orders\/(?P<order_id>\\w+)\/cancel_authorization": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "payment_intent_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/payments\/orders\/(?P<order_id>\\w+)\/create_terminal_intent": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/v3\/payments\/orders\/(?P<order_id>\\d+)\/create_customer": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/v3\/payments\/fraud_outcomes\/(?P<id>\\w+)\/latest": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/v3\/payments\/timeline\/(?P<intention_id>\\w+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/v3\/payments\/webhook": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/webhook"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/tos": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/tos"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/tos\/reactivate": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/tos\/reactivate"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/tos\/stripe_track_connected": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/tos\/stripe_track_connected"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/terminal\/locations\/store": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/terminal\/locations\/store"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/terminal\/locations\/(?P<location_id>\\w+)": {
            "namespace": "wc\/v3",
            "methods": [
                "DELETE",
                "POST",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "display_name": {
                            "type": "string",
                            "required": false
                        },
                        "address": {
                            "type": "object",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/v3\/payments\/terminal\/locations": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "display_name": {
                            "type": "string",
                            "required": true
                        },
                        "address": {
                            "type": "object",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/terminal\/locations"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/settings": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "is_wcpay_enabled": {
                            "description": "If WooPayments should be enabled.",
                            "type": "boolean",
                            "required": false
                        },
                        "enabled_payment_method_ids": {
                            "description": "Payment method IDs that should be enabled. Other methods will be disabled.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": []
                            },
                            "required": false
                        },
                        "is_manual_capture_enabled": {
                            "description": "If WooPayments manual capture of charges should be enabled.",
                            "type": "boolean",
                            "required": false
                        },
                        "is_saved_cards_enabled": {
                            "description": "If WooPayments \"Saved cards\" should be enabled.",
                            "type": "boolean",
                            "required": false
                        },
                        "is_test_mode_enabled": {
                            "description": "WooPayments test mode setting.",
                            "type": "boolean",
                            "required": false
                        },
                        "is_multi_currency_enabled": {
                            "description": "WooPayments Multi-Currency feature flag setting.",
                            "type": "boolean",
                            "required": false
                        },
                        "is_wcpay_subscriptions_enabled": {
                            "description": "WooPayments Subscriptions feature flag setting.",
                            "type": "boolean",
                            "required": false
                        },
                        "account_statement_descriptor": {
                            "description": "WooPayments bank account descriptor to be displayed in customers' bank accounts.",
                            "type": "string",
                            "required": false
                        },
                        "account_business_name": {
                            "description": "The customer-facing business name.",
                            "type": "string",
                            "required": false
                        },
                        "account_business_url": {
                            "description": "The business\u2019s publicly available website.",
                            "type": "string",
                            "required": false
                        },
                        "account_business_support_address": {
                            "description": "A publicly available mailing address for sending support issues to.",
                            "type": "object",
                            "required": false
                        },
                        "account_business_support_email": {
                            "description": "A publicly available email address for sending support issues to.",
                            "type": "string",
                            "required": false
                        },
                        "account_business_support_phone": {
                            "description": "A publicly available phone number to call with support issues.",
                            "type": "string",
                            "required": false
                        },
                        "account_branding_logo": {
                            "description": "A logo id for the account that will be used in Checkout",
                            "type": "string",
                            "required": false
                        },
                        "account_branding_icon": {
                            "description": "An icon for the account.",
                            "type": "string",
                            "required": false
                        },
                        "account_branding_primary_color": {
                            "description": "A CSS hex color value representing the primary branding color for this account.",
                            "type": "string",
                            "required": false
                        },
                        "account_branding_secondary_color": {
                            "description": "A CSS hex color value representing the secondary branding color for this account.",
                            "type": "string",
                            "required": false
                        },
                        "account_communications_email": {
                            "description": "Email address used for WooPayments communications.",
                            "type": "string",
                            "required": false
                        },
                        "deposit_schedule_interval": {
                            "description": "An interval for deposit scheduling.",
                            "type": "string",
                            "required": false
                        },
                        "deposit_schedule_weekly_anchor": {
                            "description": "Weekly anchor for deposit scheduling when interval is set to weekly",
                            "type": "string",
                            "required": false
                        },
                        "deposit_schedule_monthly_anchor": {
                            "description": "Monthly anchor for deposit scheduling when interval is set to monthly",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "is_payment_request_enabled": {
                            "description": "If WooPayments express checkouts should be enabled.",
                            "type": "boolean",
                            "required": false
                        },
                        "is_apple_google_pay_in_payment_methods_options_enabled": {
                            "description": "If Apple Pay \/ Google Pay should be enabled as an option in the payment methods list.",
                            "type": "boolean",
                            "required": false
                        },
                        "payment_request_button_type": {
                            "description": "1-click checkout button types.",
                            "type": "string",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "default",
                                    "buy",
                                    "donate",
                                    "book"
                                ]
                            },
                            "required": false
                        },
                        "payment_request_button_size": {
                            "description": "1-click checkout button sizes.",
                            "type": "string",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "small",
                                    "medium",
                                    "large"
                                ]
                            },
                            "required": false
                        },
                        "payment_request_button_theme": {
                            "description": "1-click checkout button themes.",
                            "type": "string",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "dark",
                                    "light",
                                    "light-outline"
                                ]
                            },
                            "required": false
                        },
                        "payment_request_button_border_radius": {
                            "description": "1-click checkout button border radius.",
                            "type": "integer",
                            "required": false
                        },
                        "is_woopay_enabled": {
                            "description": "If WooPay should be enabled.",
                            "type": "boolean",
                            "required": false
                        },
                        "is_amazon_pay_enabled": {
                            "description": "If Amazon Pay should be enabled.",
                            "type": "boolean",
                            "required": false
                        },
                        "woopay_custom_message": {
                            "description": "Custom message to display to WooPay customers.",
                            "type": "string",
                            "required": false
                        },
                        "woopay_store_logo": {
                            "description": "Store logo to display to WooPay customers.",
                            "type": "string",
                            "required": false
                        },
                        "is_stripe_billing_enabled": {
                            "description": "If Stripe Billing is enabled.",
                            "type": "boolean",
                            "required": false
                        },
                        "is_migrating_stripe_billing": {
                            "description": "Whether there is a Stripe Billing off-site to on-site billing migration in progress.",
                            "type": "boolean",
                            "required": false
                        },
                        "stripe_billing_subscription_count": {
                            "description": "The number of subscriptions using Stripe Billing",
                            "type": "integer",
                            "required": false
                        },
                        "stripe_billing_migrated_count": {
                            "description": "The number of subscriptions migrated from Stripe Billing to on-site billing.",
                            "type": "integer",
                            "required": false
                        },
                        "express_checkout_product_methods": {
                            "description": "Express checkout methods enabled on product page.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "payment_request",
                                    "woopay",
                                    "amazon_pay",
                                    "link"
                                ]
                            },
                            "required": false
                        },
                        "express_checkout_cart_methods": {
                            "description": "Express checkout methods enabled on cart page.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "payment_request",
                                    "woopay",
                                    "amazon_pay",
                                    "link"
                                ]
                            },
                            "required": false
                        },
                        "express_checkout_checkout_methods": {
                            "description": "Express checkout methods enabled on checkout page.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "payment_request",
                                    "woopay",
                                    "amazon_pay",
                                    "link"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/settings"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/settings\/schedule-stripe-billing-migration": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/settings\/schedule-stripe-billing-migration"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/settings\/(?P<option_name>[a-zA-Z0-9_-]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "option_name": {
                            "required": true
                        },
                        "value": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/payments\/readers": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "location": {
                            "type": "string",
                            "required": true
                        },
                        "registration_code": {
                            "type": "string",
                            "required": true
                        },
                        "label": {
                            "type": "string",
                            "required": false
                        },
                        "metadata": {
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/readers"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/readers\/charges\/(?P<transaction_id>\\w+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/v3\/payments\/readers\/receipts\/preview": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/readers\/receipts\/preview"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/readers\/receipts\/(?P<payment_intent_id>\\w+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/v3\/payments\/file": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/file"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/file\/(?P<file_id>\\w+)\/details": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/v3\/payments\/file\/(?P<file_id>\\w+)\/content": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/v3\/payments\/file\/(?P<file_id>\\w+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/v3\/payments\/capital\/active_loan_summary": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/capital\/active_loan_summary"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/capital\/loans": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/capital\/loans"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/pm-promotions": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/pm-promotions"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/pm-promotions\/(?P<id>[a-zA-Z0-9_-]+)\/activate": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "type": "string",
                            "description": "The promotion unique identifier.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/payments\/pm-promotions\/(?P<id>[a-zA-Z0-9_-]+)\/dismiss": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "type": "string",
                            "description": "The promotion unique identifier.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/payments\/onboarding\/kyc\/session": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "self_assessment": {
                            "description": "The self-assessment data.",
                            "type": "object",
                            "properties": {
                                "country": {
                                    "type": "string",
                                    "description": "The country code where the company is legally registered."
                                },
                                "business_type": {
                                    "type": "string",
                                    "description": "The company incorporation type."
                                },
                                "mcc": {
                                    "type": "string",
                                    "description": "The merchant category code. This can either be a true MCC or an MCCs tree item id from the onboarding form."
                                },
                                "site": {
                                    "type": "string",
                                    "description": "The URL of the site."
                                }
                            },
                            "required": false
                        },
                        "capabilities": {
                            "description": "The capabilities to request and enable for the test-drive account. Leave empty to use the default capabilities.",
                            "type": "object",
                            "default": [],
                            "properties": {
                                "*": {
                                    "type": "boolean"
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/onboarding\/kyc\/session"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/onboarding\/kyc\/finalize": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "source": {
                            "description": "The very first entry point the merchant entered our onboarding flow.",
                            "type": "string",
                            "required": false
                        },
                        "from": {
                            "description": "The previous step in the onboarding flow leading the merchant to arrive at the current step.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/onboarding\/kyc\/finalize"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/onboarding\/reset": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "source": {
                            "description": "The very first entry point the merchant entered our onboarding flow.",
                            "type": "string",
                            "required": false
                        },
                        "from": {
                            "description": "The previous step in the onboarding flow leading the merchant to arrive at the current step.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/onboarding\/reset"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/onboarding\/fields": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/onboarding\/fields"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/onboarding\/business_types": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/onboarding\/business_types"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/onboarding\/test_drive_account\/init": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "country": {
                            "type": "string",
                            "description": "The country code for which to create the test-drive account.",
                            "required": false
                        },
                        "capabilities": {
                            "description": "The capabilities to request and enable for the test-drive account. Leave empty to use the default capabilities.",
                            "type": "object",
                            "default": [],
                            "properties": {
                                "*": {
                                    "type": "boolean"
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/onboarding\/test_drive_account\/init"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/onboarding\/test_drive_account\/disable": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "source": {
                            "description": "The very first entry point the merchant entered our onboarding flow.",
                            "type": "string",
                            "required": false
                        },
                        "from": {
                            "description": "The previous step in the onboarding flow leading the merchant to arrive at the current step.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/onboarding\/test_drive_account\/disable"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/customers\/(?P<customer_id>\\w+)\/payment_methods": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/v3\/payments\/refund": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/refund"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/payment_intents\/(?P<payment_intent_id>\\w+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/v3\/payments\/payment_intents": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/payment_intents"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/authorizations": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/authorizations"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/authorizations\/summary": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/authorizations\/summary"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/authorizations\/(?P<payment_intent_id>\\w+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/v3\/payments\/reports\/transactions": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "date_before": {
                            "description": "Filter transactions before this date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_after": {
                            "description": "Filter transactions after this date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_between": {
                            "description": "Filter transactions between these dates.",
                            "type": "array",
                            "required": false
                        },
                        "order_id": {
                            "description": "Filter transactions based on the associated order ID.",
                            "type": "integer",
                            "required": false
                        },
                        "deposit_id": {
                            "description": "Filter transactions based on the associated deposit ID.",
                            "type": "string",
                            "required": false
                        },
                        "customer_email": {
                            "description": "Filter transactions based on the customer email.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_type": {
                            "description": "Filter transactions based on the payment method used.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Filter transactions where type is a specific value.",
                            "type": "string",
                            "required": false
                        },
                        "match": {
                            "description": "Match filter for the transactions.",
                            "type": "string",
                            "required": false
                        },
                        "user_timezone": {
                            "description": "Include timezone into date filtering.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Page number.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Page size.",
                            "type": "integer",
                            "default": 25,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "sort": {
                            "description": "Field on which to sort.",
                            "type": "string",
                            "default": "date",
                            "required": false
                        },
                        "direction": {
                            "description": "Direction on which to sort.",
                            "type": "string",
                            "default": "desc",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/reports\/transactions"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/reports\/transactions\/(?P<id>\\w+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc\/v3\/payments\/reports\/authorizations": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "date_before": {
                            "description": "Filter transactions before this date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_after": {
                            "description": "Filter transactions after this date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_between": {
                            "description": "Filter transactions between these dates.",
                            "type": "array",
                            "required": false
                        },
                        "order_id": {
                            "description": "Filter transactions based on the associated order ID.",
                            "type": "integer",
                            "required": false
                        },
                        "deposit_id": {
                            "description": "Filter transactions based on the associated deposit ID.",
                            "type": "string",
                            "required": false
                        },
                        "customer_email": {
                            "description": "Filter transactions based on the customer email.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_type": {
                            "description": "Filter transactions based on the payment method used.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Filter transactions where type is a specific value.",
                            "type": "string",
                            "required": false
                        },
                        "match": {
                            "description": "Match filter for the transactions.",
                            "type": "string",
                            "required": false
                        },
                        "user_timezone": {
                            "description": "Include timezone into date filtering.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Page number.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Page size.",
                            "type": "integer",
                            "default": 25,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "sort": {
                            "description": "Field on which to sort.",
                            "type": "string",
                            "default": "created",
                            "required": false
                        },
                        "direction": {
                            "description": "Direction on which to sort.",
                            "type": "string",
                            "default": "desc",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/reports\/authorizations"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/reports\/authorizations\/(?P<id>\\w+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/payments\/woopay": {
            "namespace": "payments\/woopay",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "payments\/woopay",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/payments\/woopay"
                    }
                ]
            }
        },
        "\/payments\/woopay\/session": {
            "namespace": "payments\/woopay",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "email": {
                            "type": "string",
                            "format": "email",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/payments\/woopay\/session"
                    }
                ]
            }
        },
        "\/yith\/wishlist\/v1": {
            "namespace": "yith\/wishlist\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "yith\/wishlist\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/yith\/wishlist\/v1"
                    }
                ]
            }
        },
        "\/yith\/wishlist\/v1\/products": {
            "namespace": "yith\/wishlist\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_ids": {
                            "description": "La lista di ID prodotto per cui vengono richiesti i dati.",
                            "type": "array",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/yith\/wishlist\/v1\/products"
                    }
                ]
            }
        },
        "\/yith\/wishlist\/v1\/products\/(?P<product_id>[\\d]+)": {
            "namespace": "yith\/wishlist\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Identificatore univoco del prodotto.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/yith\/wishlist\/v1\/lists": {
            "namespace": "yith\/wishlist\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wishlist_name": {
                            "description": "Nome della lista dei desideri.",
                            "type": "string",
                            "required": true
                        },
                        "wishlist_visibility": {
                            "description": "Valore visibilit\u00e0 lista dei desideri.",
                            "type": "integer",
                            "required": true
                        },
                        "user_id": {
                            "description": "Identificatore univoco dell'utente.",
                            "type": "integer",
                            "required": false
                        },
                        "session_id": {
                            "description": "Identificatore unico per la sessione.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/yith\/wishlist\/v1\/lists"
                    }
                ]
            }
        },
        "\/yith\/wishlist\/v1\/items": {
            "namespace": "yith\/wishlist\/v1",
            "methods": [
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "ID del prodotto",
                            "type": "integer",
                            "required": true
                        },
                        "wishlist_id": {
                            "description": "ID della lista dei desideri",
                            "type": [
                                "integer",
                                "string"
                            ],
                            "required": false
                        },
                        "quantity": {
                            "description": "La quantit\u00e0 da aggiungere nella lista dei desideri",
                            "type": "integer",
                            "required": false
                        },
                        "user_id": {
                            "description": "ID utente",
                            "type": "integer",
                            "required": false
                        },
                        "dateadded": {
                            "description": "Timestamp da utilizzare come data aggiunta.",
                            "type": "integer",
                            "required": false
                        },
                        "wishlist_name": {
                            "description": "Nome della lista dei desideri.",
                            "type": "string",
                            "required": false
                        },
                        "wishlist_visibility": {
                            "description": "Valore visibilit\u00e0 lista dei desideri.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "ID del prodotto",
                            "type": "integer",
                            "required": true
                        },
                        "wishlist_id": {
                            "description": "ID della lista dei desideri",
                            "type": [
                                "integer",
                                "string"
                            ],
                            "required": false
                        },
                        "user_id": {
                            "description": "ID utente",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/yith\/wishlist\/v1\/items"
                    }
                ]
            }
        },
        "\/yith\/wishlist\/v1\/items\/move": {
            "namespace": "yith\/wishlist\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "ID del prodotto",
                            "type": "integer",
                            "required": true
                        },
                        "destination_wishlist": {
                            "description": "ID destinazione della lista dei desideri",
                            "type": [
                                "integer",
                                "string"
                            ],
                            "required": true
                        },
                        "origin_wishlist": {
                            "description": "ID origine della lista dei desideri",
                            "type": "integer",
                            "required": false
                        },
                        "wishlist_name": {
                            "description": "Nome della lista dei desideri.",
                            "type": "string",
                            "required": false
                        },
                        "wishlist_visibility": {
                            "description": "Valore visibilit\u00e0 lista dei desideri.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/yith\/wishlist\/v1\/items\/move"
                    }
                ]
            }
        },
        "\/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:\/\/usabrapower.com\/it\/wp-json\/wc\/v2"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/brands": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u8d44\u6e90\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u6ca1\u6709\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u522b\u540d(slug)\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "\u6765\u6e90\u7684\u540d\u79f0\u3002",
                            "required": true
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7236\u7ea7\u9879\u76ee\u7684ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "default": "default",
                            "description": "\u5206\u7c7b\u5f52\u6863\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u7247\u6570\u636e",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v2\/products\/brands"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/brands\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7236\u7ea7\u9879\u76ee\u7684ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "\u5206\u7c7b\u5f52\u6863\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u7247\u6570\u636e",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/brands\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7236\u7ea7\u9879\u76ee\u7684ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "\u5206\u7c7b\u5f52\u6863\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u7247\u6570\u636e",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v2\/products\/brands\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/brands": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u8d44\u6e90\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u6ca1\u6709\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u522b\u540d(slug)\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "\u6765\u6e90\u7684\u540d\u79f0\u3002",
                            "required": true
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7236\u7ea7\u9879\u76ee\u7684ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "default": "default",
                            "description": "\u5206\u7c7b\u5f52\u6863\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u7247\u6570\u636e",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/products\/brands"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/brands\/(?P<id>[\\d]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7236\u7ea7\u9879\u76ee\u7684ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "\u5206\u7c7b\u5f52\u6863\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u7247\u6570\u636e",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/brands\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7236\u7ea7\u9879\u76ee\u7684ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "\u5206\u7c7b\u5f52\u6863\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u7247\u6570\u636e",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/products\/brands\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/multi-currency\/currencies": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/multi-currency\/currencies"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/multi-currency\/update-enabled-currencies": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "enabled": {
                            "type": "array",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/multi-currency\/update-enabled-currencies"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/multi-currency\/currencies\/(?P<currency_code>[A-Za-z]{3})": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "currency_code": {
                            "type": "string",
                            "format": "text-field",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "currency_code": {
                            "type": "string",
                            "format": "text-field",
                            "required": true
                        },
                        "exchange_rate_type": {
                            "type": "string",
                            "format": "text-field",
                            "required": true
                        },
                        "manual_rate": {
                            "type": "number",
                            "required": false
                        },
                        "price_rounding": {
                            "type": "number",
                            "required": true
                        },
                        "price_charm": {
                            "type": "number",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/payments\/multi-currency\/get-settings": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/multi-currency\/get-settings"
                    }
                ]
            }
        },
        "\/wc\/v3\/payments\/multi-currency\/update-settings": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "wcpay_multi_currency_enable_auto_currency": {
                            "type": "string",
                            "format": "text-field",
                            "required": true
                        },
                        "wcpay_multi_currency_enable_storefront_switcher": {
                            "type": "string",
                            "format": "text-field",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/payments\/multi-currency\/update-settings"
                    }
                ]
            }
        },
        "\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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": []
                }
            ]
        },
        "\/elementor\/v1\/documents": {
            "namespace": "elementor\/v1\/documents",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "elementor\/v1\/documents",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/elementor\/v1\/documents"
                    }
                ]
            }
        },
        "\/elementor\/v1\/documents\/(?P<id>\\d+)\/media\/import": {
            "namespace": "elementor\/v1\/documents",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/cache": {
            "namespace": "elementor\/v1",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/elementor\/v1\/cache"
                    }
                ]
            }
        },
        "\/elementor\/v1\/globals": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/elementor\/v1\/globals"
                    }
                ]
            }
        },
        "\/elementor\/v1\/globals\/colors": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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\/settings\/(?P<key>[\\w_-]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/elementor\/v1\/post": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "excluded_post_types": {
                            "description": "Post type to exclude",
                            "type": [
                                "array",
                                "string"
                            ],
                            "default": [
                                "e-floating-buttons",
                                "e-landing-page",
                                "elementor_library",
                                "attachment"
                            ],
                            "required": false
                        },
                        "term": {
                            "description": "Posts to search",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "post_keys_conversion_map": {
                            "description": "Specify keys to extract and convert, i.e. [\"key_1\" => \"new_key_1\"].",
                            "type": [
                                "array",
                                "string"
                            ],
                            "default": [],
                            "required": false
                        },
                        "max_count": {
                            "description": "Max count of returned items",
                            "type": "number",
                            "default": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/elementor\/v1\/post"
                    }
                ]
            }
        },
        "\/elementor-ai\/v1": {
            "namespace": "elementor-ai\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "elementor-ai\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/elementor-ai\/v1"
                    }
                ]
            }
        },
        "\/elementor-ai\/v1\/permissions": {
            "namespace": "elementor-ai\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/elementor-ai\/v1\/permissions"
                    }
                ]
            }
        },
        "\/elementor\/v1\/favorites": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/wp-json\/elementor\/v1\/site-navigation\/add-new-post"
                    }
                ]
            }
        },
        "\/elementor\/v1\/checklist": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/elementor\/v1\/checklist"
                    }
                ]
            }
        },
        "\/elementor\/v1\/checklist\/(?P<id>[\\d]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/checklist\/steps": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/elementor\/v1\/checklist\/steps"
                    }
                ]
            }
        },
        "\/elementor\/v1\/checklist\/steps\/(?P<id>[\\d]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/checklist\/steps\/(?P<id>[\\w\\-\\_]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "type": "string",
                            "description": "The step id.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/checklist\/user-progress": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/elementor\/v1\/checklist\/user-progress"
                    }
                ]
            }
        },
        "\/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": [
                                "store",
                                "page",
                                "section",
                                "container",
                                "header",
                                "footer",
                                "single",
                                "single-post",
                                "single-page",
                                "archive",
                                "search-results",
                                "error-404",
                                "product",
                                "product-archive",
                                "loop-item"
                            ],
                            "required": true
                        },
                        "content": {
                            "description": "Elementor data object",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/elementor\/v1\/template-library\/templates"
                    }
                ]
            }
        },
        "\/elementor\/v1\/global-widget\/templates": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/elementor\/v1\/global-widget\/templates"
                    }
                ]
            }
        },
        "\/elementor-pro\/v1": {
            "namespace": "elementor-pro\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "elementor-pro\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/elementor-pro\/v1"
                    }
                ]
            }
        },
        "\/elementor-pro\/v1\/posts-widget": {
            "namespace": "elementor-pro\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/elementor-pro\/v1\/posts-widget"
                    }
                ]
            }
        },
        "\/elementor\/v1\/form-submissions": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "DELETE",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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": 50,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Sort collection by object attribute.",
                            "type": "string",
                            "default": "created_at",
                            "enum": [
                                "created_at",
                                "id",
                                "main_meta_id"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Limit result set to submissions assigned one or more statuses.",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "unread",
                                "read",
                                "trash"
                            ],
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "form": {
                            "description": "Limit result set to submissions assigned to specific forms. The form id should follow this pattern {post_id}_{element_id} e.g: 10_476d0ce",
                            "type": "string",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "referer": {
                            "description": "Limit result set to submissions assigned to specific referer.",
                            "type": "string",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to submissions sent after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to submissions sent before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "ids": {
                            "description": "Unique identifiers for the objects.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": true
                        },
                        "force": {
                            "description": "Delete the object permanently.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "ids": {
                            "description": "Unique identifiers for the objects.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": true
                        },
                        "is_read": {
                            "description": "mark whether the submission was read or not",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/elementor\/v1\/form-submissions"
                    }
                ]
            }
        },
        "\/elementor\/v1\/form-submissions\/(?P<id>[\\d]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "DELETE",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "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
                        },
                        "force": {
                            "description": "Delete the object permanently.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        },
                        "is_read": {
                            "description": "mark whether the submission was read or not",
                            "type": "boolean",
                            "required": false
                        },
                        "values": {
                            "description": "Form field values, receive an array, the key should be the form field id and the value should be the value.",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/form-submissions\/restore\/(?P<id>[\\d]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/form-submissions\/restore": {
            "namespace": "elementor\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "ids": {
                            "description": "Unique identifiers for the objects.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/elementor\/v1\/form-submissions\/restore"
                    }
                ]
            }
        },
        "\/elementor\/v1\/form-submissions\/export": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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": 10000,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Sort collection by object attribute.",
                            "type": "string",
                            "default": "created_at",
                            "enum": [
                                "created_at",
                                "id",
                                "main_meta_id"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Limit result set to submissions assigned one or more statuses.",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "unread",
                                "read",
                                "trash"
                            ],
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "form": {
                            "description": "Limit result set to submissions assigned to specific forms. The form id should follow this pattern {post_id}_{element_id} e.g: 10_476d0ce",
                            "type": "string",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "referer": {
                            "description": "Limit result set to submissions assigned to specific referer.",
                            "type": "string",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to submissions sent after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to submissions sent before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "ids": {
                            "description": "Unique identifiers for the objects.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "format": {
                            "description": "The format of the export (for now only csv).",
                            "enum": [
                                "csv"
                            ],
                            "default": "csv",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/elementor\/v1\/form-submissions\/export"
                    }
                ]
            }
        },
        "\/elementor\/v1\/form-submissions\/referer": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made, determines fields present in response. (only \"options\" available for now)",
                            "type": "string",
                            "enum": [
                                "options"
                            ],
                            "default": "options",
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "value": {
                            "description": "Limit results specific referer.",
                            "type": "string",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/elementor\/v1\/form-submissions\/referer"
                    }
                ]
            }
        },
        "\/elementor\/v1\/forms": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made, determines fields present in response. (only \"options\" available for now)",
                            "type": "string",
                            "enum": [
                                "options"
                            ],
                            "default": "options",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/elementor\/v1\/forms"
                    }
                ]
            }
        },
        "\/elementor-pro\/v1\/get-post-type-taxonomies": {
            "namespace": "elementor-pro\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "post_type": {
                            "description": "The post type for which to fetch the list of taxonomies.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/elementor-pro\/v1\/get-post-type-taxonomies"
                    }
                ]
            }
        },
        "\/elementor-pro\/v1\/refresh-loop": {
            "namespace": "elementor-pro\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "post_id": {
                            "description": "The post ID of the page containing the loop.",
                            "type": "integer",
                            "required": true
                        },
                        "widget_id": {
                            "description": "The ID of the loop widget.",
                            "type": "string",
                            "required": true
                        },
                        "widget_filters": {
                            "description": "The filters for the loop widget.",
                            "type": "object",
                            "required": true
                        },
                        "widget_model": {
                            "description": "The model of the loop widget. In Editor mode only.",
                            "type": "object",
                            "required": false
                        },
                        "pagination_base_url": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/elementor-pro\/v1\/refresh-loop"
                    }
                ]
            }
        },
        "\/elementor-pro\/v1\/refresh-search": {
            "namespace": "elementor-pro\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "post_id": {
                            "description": "The post ID of the page containing the loop.",
                            "type": "integer",
                            "required": true
                        },
                        "widget_id": {
                            "description": "The ID of the loop widget.",
                            "type": "string",
                            "required": true
                        },
                        "widget_model": {
                            "description": "The model of the loop widget. In Editor mode only.",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/elementor-pro\/v1\/refresh-search"
                    }
                ]
            }
        },
        "\/dokan\/v1\/admin": {
            "namespace": "dokan\/v1\/admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "dokan\/v1\/admin",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/admin"
                    }
                ]
            }
        },
        "\/dokan\/v1\/admin\/report\/summary": {
            "namespace": "dokan\/v1\/admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/admin\/report\/summary"
                    }
                ]
            }
        },
        "\/dokan\/v1\/admin\/report\/overview": {
            "namespace": "dokan\/v1\/admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/admin\/report\/overview"
                    }
                ]
            }
        },
        "\/dokan\/v1\/admin\/dashboard\/feed": {
            "namespace": "dokan\/v1\/admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "items": {
                            "type": "integer",
                            "description": "Number of feed item",
                            "default": 5,
                            "required": false
                        },
                        "show_summary": {
                            "type": "boolean",
                            "description": "Flag for showing summary",
                            "default": false,
                            "required": false
                        },
                        "show_author": {
                            "type": "boolean",
                            "description": "Flag for showing author",
                            "default": false,
                            "required": false
                        },
                        "show_date": {
                            "type": "boolean",
                            "description": "Flag for showing date",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/admin\/dashboard\/feed"
                    }
                ]
            }
        },
        "\/dokan\/v1\/admin\/dashboard\/status": {
            "namespace": "dokan\/v1\/admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/admin\/dashboard\/status"
                    }
                ]
            }
        },
        "\/dokan\/v1\/admin\/help": {
            "namespace": "dokan\/v1\/admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/admin\/help"
                    }
                ]
            }
        },
        "\/dokan\/v1\/admin\/option": {
            "namespace": "dokan\/v1\/admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "section": {
                            "type": "string",
                            "description": "Dokan setting section",
                            "required": true
                        },
                        "option": {
                            "type": "string",
                            "description": "Dokan setting section key",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/admin\/option"
                    }
                ]
            }
        },
        "\/dokan\/v1\/admin\/setup-guide": {
            "namespace": "dokan\/v1\/admin",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "setup_completed": {
                            "type": "boolean",
                            "default": false,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/admin\/setup-guide"
                    }
                ]
            }
        },
        "\/dokan\/v1\/admin\/setup-guide\/(?P<id>[\\w-]+)": {
            "namespace": "dokan\/v1\/admin",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/dokan\/v1": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "dokan\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1"
                    }
                ]
            }
        },
        "\/dokan\/v1\/stores": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Status of the store",
                            "type": "string",
                            "default": "all",
                            "required": false
                        },
                        "orderby": {
                            "description": "Store List Order By",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "Store List Order",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "Store List Order",
                            "type": "string",
                            "required": false
                        },
                        "badge_id": {
                            "description": "Badge ID",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/stores"
                    }
                ]
            }
        },
        "\/dokan\/v1\/stores\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "DELETE",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "Reassign the deleted user's posts and links to this user ID.",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the vendor.",
                            "type": "integer",
                            "required": true
                        },
                        "first_name": {
                            "description": "Store owner first name.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Store owner last name.",
                            "type": "string",
                            "required": false
                        },
                        "user_nicename": {
                            "description": "User nice name.",
                            "type": "string",
                            "required": false
                        },
                        "user_pass": {
                            "description": "User password.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "Store email address.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "store_name": {
                            "description": "Store name.",
                            "type": "string",
                            "required": false
                        },
                        "phone": {
                            "description": "Store phone number.",
                            "type": "string",
                            "required": false
                        },
                        "show_email": {
                            "description": "Show email in store.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "gravatar_id": {
                            "description": "Gravatar ID.",
                            "type": "integer",
                            "required": false
                        },
                        "banner_id": {
                            "description": "Banner ID.",
                            "type": "integer",
                            "required": false
                        },
                        "enable_tnc": {
                            "description": "Enable terms and conditions.",
                            "type": "boolean",
                            "required": false
                        },
                        "store_tnc": {
                            "description": "Store terms and conditions.",
                            "type": "string",
                            "required": false
                        },
                        "icon": {
                            "description": "Store icon.",
                            "type": "string",
                            "required": false
                        },
                        "social": {
                            "description": "Social profiles.",
                            "type": "object",
                            "properties": {
                                "fb": {
                                    "type": "string"
                                },
                                "twitter": {
                                    "type": "string"
                                },
                                "pinterest": {
                                    "type": "string"
                                },
                                "linkedin": {
                                    "type": "string"
                                },
                                "youtube": {
                                    "type": "string"
                                },
                                "instagram": {
                                    "type": "string"
                                }
                            },
                            "required": false
                        },
                        "address": {
                            "description": "Store address.",
                            "type": "object",
                            "properties": {
                                "street_1": {
                                    "type": "string"
                                },
                                "street_2": {
                                    "type": "string"
                                },
                                "city": {
                                    "type": "string"
                                },
                                "zip": {
                                    "type": "string"
                                },
                                "state": {
                                    "type": "string"
                                },
                                "country": {
                                    "type": "string"
                                }
                            },
                            "required": false
                        },
                        "enabled": {
                            "description": "Enable selling.",
                            "type": "boolean",
                            "required": false
                        },
                        "featured": {
                            "description": "Featured vendor.",
                            "type": "boolean",
                            "required": false
                        },
                        "trusted": {
                            "description": "Trusted vendor.",
                            "type": "boolean",
                            "required": false
                        },
                        "admin_commission": {
                            "description": "Admin commission amount.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "admin_additional_fee": {
                            "description": "Admin additional fee.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "admin_category_commission": {
                            "description": "Category wise commission.",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/stores\/(?P<id>[\\d]+)\/products": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/stores\/(?P<id>[\\d]+)\/reviews": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "type": "string",
                            "description": "Review title.",
                            "required": true
                        },
                        "content": {
                            "type": "string",
                            "description": "Review content.",
                            "required": true
                        },
                        "rating": {
                            "type": "integer",
                            "description": "Review rating",
                            "default": 0,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/stores\/check": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/stores\/check"
                    }
                ]
            }
        },
        "\/dokan\/v1\/stores\/(?P<id>[\\d]+)\/contact": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "Your Name",
                            "required": true
                        },
                        "email": {
                            "type": "string",
                            "format": "email",
                            "description": "Your email",
                            "required": true
                        },
                        "message": {
                            "type": "string",
                            "description": "Your Message",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/stores\/(?P<id>[\\d]+)\/status": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": true
                        },
                        "status": {
                            "description": "Status for the store object.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": true
                        },
                        "status": {
                            "description": "Status for the store object.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/stores\/batch": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/stores\/batch"
                    }
                ]
            }
        },
        "\/dokan\/v1\/stores\/(?P<id>[\\d]+)\/categories": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "best_selling": {
                            "description": "Get Best Selling Products Category.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/products": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Product name.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Product slug.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "simple",
                            "description": "Product type.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "bundle"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Product status (post status).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "featured": {
                            "default": false,
                            "description": "Featured product.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "default": "visible",
                            "description": "Catalog visibility.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Product description.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "Product short description.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Unique identifier.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Product regular price.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Product sale price.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Start date of sale price, in the site's timezone.",
                            "type": "date-time",
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Start date of sale price, as GMT.",
                            "type": "date-time",
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "End date of sale price, in the site's timezone.",
                            "type": "date-time",
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "End date of sale price, as GMT.",
                            "type": "date-time",
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "If the product is virtual.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "If the product is downloadable.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "List of downloadable files.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "File MD5 hash.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "File name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "File URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "Number of times downloadable files can be downloaded after purchase.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "Number of days until access to downloadable files expires.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "Product external URL. Only for external products.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Product external button text. Only for external products.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Tax status.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Tax class.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "Stock management at product level.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stock quantity.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "default": true,
                            "description": "Controls whether or not the product is listed as \"in stock\" or \"out of stock\" on the frontend.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "If managing stock, this controls if backorders are allowed.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "default": false,
                            "description": "Allow one item to be bought in a single order.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "Product weight (lbs).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Product dimensions.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Product length (in).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Product width (in).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Product height (in).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Shipping class slug.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "default": true,
                            "description": "Allow reviews.",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "List of up-sell products IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "List of cross-sell products IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "Product parent ID.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Optional note to send the customer after purchase.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "List of categories.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Category ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Category name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Category slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "List of tags.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Tag ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Tag name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Tag slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "List of images.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Image ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "The date the image was created, in the site's timezone.",
                                        "type": "date-time",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "The date the image was created, as GMT.",
                                        "type": "date-time",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "The date the image was last modified, in the site's timezone.",
                                        "type": "date-time",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "The date the image was last modified, as GMT.",
                                        "type": "date-time",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "Image URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Image name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Image alternative text.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Image position. 0 means that the image is featured.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "List of attributes.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attribute ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribute name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Attribute position.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Define if the attribute is visible on the \"Additional information\" tab in the product's page.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Define if the attribute can be used as variation.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "List of available term names of the attribute.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "string"
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Defaults variation attributes.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attribute ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribute name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Selected attribute term name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "grouped_products": {
                            "description": "List of grouped products ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menu order, used to custom sort products.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta key.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta value.",
                                        "type": "mixed",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/products"
                    }
                ]
            }
        },
        "\/dokan\/v1\/products\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Product name.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Product slug.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Product type.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "bundle"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Product status (post status).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Featured product.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Catalog visibility.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Product description.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "Product short description.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Unique identifier.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Product regular price.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Product sale price.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Start date of sale price, in the site's timezone.",
                            "type": "date-time",
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Start date of sale price, as GMT.",
                            "type": "date-time",
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "End date of sale price, in the site's timezone.",
                            "type": "date-time",
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "End date of sale price, as GMT.",
                            "type": "date-time",
                            "required": false
                        },
                        "virtual": {
                            "description": "If the product is virtual.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "If the product is downloadable.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "List of downloadable files.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "File MD5 hash.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "File name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "File URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Number of times downloadable files can be downloaded after purchase.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Number of days until access to downloadable files expires.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "Product external URL. Only for external products.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Product external button text. Only for external products.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Tax status.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Tax class.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Stock management at product level.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stock quantity.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "Controls whether or not the product is listed as \"in stock\" or \"out of stock\" on the frontend.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "If managing stock, this controls if backorders are allowed.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Allow one item to be bought in a single order.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "Product weight (lbs).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Product dimensions.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Product length (in).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Product width (in).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Product height (in).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Shipping class slug.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "Allow reviews.",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "List of up-sell products IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "List of cross-sell products IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "Product parent ID.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Optional note to send the customer after purchase.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "List of categories.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Category ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Category name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Category slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "List of tags.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Tag ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Tag name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Tag slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "List of images.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Image ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "The date the image was created, in the site's timezone.",
                                        "type": "date-time",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "The date the image was created, as GMT.",
                                        "type": "date-time",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "The date the image was last modified, in the site's timezone.",
                                        "type": "date-time",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "The date the image was last modified, as GMT.",
                                        "type": "date-time",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "Image URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Image name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Image alternative text.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Image position. 0 means that the image is featured.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "List of attributes.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attribute ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribute name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Attribute position.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Define if the attribute is visible on the \"Additional information\" tab in the product's page.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Define if the attribute can be used as variation.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "List of available term names of the attribute.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "string"
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Defaults variation attributes.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attribute ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribute name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Selected attribute term name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "grouped_products": {
                            "description": "List of grouped products ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menu order, used to custom sort products.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta key.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta value.",
                                        "type": "mixed",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/products\/summary": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/products\/summary"
                    }
                ]
            }
        },
        "\/dokan\/v1\/products\/(?P<id>[\\d]+)\/related": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": true
                        },
                        "per_page": {
                            "description": "Number of product you want to get top rated product",
                            "type": "integer",
                            "default": 10,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/products\/top_rated": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "per_page": {
                            "description": "Number of product you want to get top rated product",
                            "type": "integer",
                            "default": 8,
                            "required": false
                        },
                        "page": {
                            "description": "Number of page number",
                            "type": "integer",
                            "default": 1,
                            "required": false
                        },
                        "seller_id": {
                            "description": "Top rated product for specific vendor",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/products\/top_rated"
                    }
                ]
            }
        },
        "\/dokan\/v1\/products\/best_selling": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "per_page": {
                            "description": "Number of product you want to get top rated product",
                            "type": "integer",
                            "default": 8,
                            "required": false
                        },
                        "page": {
                            "description": "Number of page number",
                            "type": "integer",
                            "default": 1,
                            "required": false
                        },
                        "seller_id": {
                            "description": "Top rated product for specific vendor",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/products\/best_selling"
                    }
                ]
            }
        },
        "\/dokan\/v1\/products\/featured": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "per_page": {
                            "description": "Number of product you want to get top rated product",
                            "type": "integer",
                            "default": 8,
                            "required": false
                        },
                        "page": {
                            "description": "Number of page number",
                            "type": "integer",
                            "default": 1,
                            "required": false
                        },
                        "seller_id": {
                            "description": "Top rated product for specific vendor",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/products\/featured"
                    }
                ]
            }
        },
        "\/dokan\/v1\/products\/latest": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "per_page": {
                            "description": "Number of product you want to get top rated product",
                            "type": "integer",
                            "default": 8,
                            "required": false
                        },
                        "page": {
                            "description": "Number of page number",
                            "type": "integer",
                            "default": 1,
                            "required": false
                        },
                        "seller_id": {
                            "description": "Top rated product for specific vendor",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/products\/latest"
                    }
                ]
            }
        },
        "\/dokan\/v1\/products\/multistep-categories": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/products\/multistep-categories"
                    }
                ]
            }
        },
        "\/dokan\/v2": {
            "namespace": "dokan\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "dokan\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v2"
                    }
                ]
            }
        },
        "\/dokan\/v2\/products": {
            "namespace": "dokan\/v2",
            "methods": [
                "GET",
                "POST",
                "GET",
                "GET",
                "POST",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "author": {
                            "description": "Products author id",
                            "type": "integer",
                            "required": false
                        },
                        "post_status": {
                            "description": "Product status publish, pending, draft etc.",
                            "type": "array",
                            "required": false
                        },
                        "date": {
                            "description": "Products publish month",
                            "type": "string",
                            "required": false
                        },
                        "product_cat": {
                            "description": "Products category.",
                            "type": "integer",
                            "required": false
                        },
                        "product_type": {
                            "description": "Products type simple, variable, grouped product etc.",
                            "type": "string",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Products stock status in stock or out of stock.",
                            "type": "string",
                            "required": false
                        },
                        "filter_by_other": {
                            "description": "Best selling, featured products etc.",
                            "type": "string",
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific ids.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Product name.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Product slug.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "simple",
                            "description": "Product type.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "bundle"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Product status (post status).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "featured": {
                            "default": false,
                            "description": "Featured product.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "default": "visible",
                            "description": "Catalog visibility.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Product description.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "Product short description.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Unique identifier.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Product regular price.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Product sale price.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Start date of sale price, in the site's timezone.",
                            "type": "date-time",
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Start date of sale price, as GMT.",
                            "type": "date-time",
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "End date of sale price, in the site's timezone.",
                            "type": "date-time",
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "End date of sale price, as GMT.",
                            "type": "date-time",
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "If the product is virtual.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "If the product is downloadable.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "List of downloadable files.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "File MD5 hash.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "File name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "File URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "Number of times downloadable files can be downloaded after purchase.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "Number of days until access to downloadable files expires.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "Product external URL. Only for external products.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Product external button text. Only for external products.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Tax status.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Tax class.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "Stock management at product level.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stock quantity.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "default": true,
                            "description": "Controls whether or not the product is listed as \"in stock\" or \"out of stock\" on the frontend.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "If managing stock, this controls if backorders are allowed.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "default": false,
                            "description": "Allow one item to be bought in a single order.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "Product weight (lbs).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Product dimensions.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Product length (in).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Product width (in).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Product height (in).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Shipping class slug.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "default": true,
                            "description": "Allow reviews.",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "List of up-sell products IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "List of cross-sell products IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "Product parent ID.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Optional note to send the customer after purchase.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "List of categories.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Category ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Category name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Category slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "List of tags.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Tag ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Tag name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Tag slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "List of images.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Image ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "The date the image was created, in the site's timezone.",
                                        "type": "date-time",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "The date the image was created, as GMT.",
                                        "type": "date-time",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "The date the image was last modified, in the site's timezone.",
                                        "type": "date-time",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "The date the image was last modified, as GMT.",
                                        "type": "date-time",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "Image URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Image name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Image alternative text.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Image position. 0 means that the image is featured.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "List of attributes.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attribute ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribute name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Attribute position.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Define if the attribute is visible on the \"Additional information\" tab in the product's page.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Define if the attribute can be used as variation.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "List of available term names of the attribute.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "string"
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Defaults variation attributes.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attribute ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribute name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Selected attribute term name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "grouped_products": {
                            "description": "List of grouped products ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menu order, used to custom sort products.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta key.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta value.",
                                        "type": "mixed",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "author": {
                            "description": "Products author id",
                            "type": "integer",
                            "required": false
                        },
                        "post_status": {
                            "description": "Product status publish, pending, draft etc.",
                            "type": "array",
                            "required": false
                        },
                        "date": {
                            "description": "Products publish month",
                            "type": "string",
                            "required": false
                        },
                        "product_cat": {
                            "description": "Products category.",
                            "type": "integer",
                            "required": false
                        },
                        "product_type": {
                            "description": "Products type simple, variable, grouped product etc.",
                            "type": "string",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Products stock status in stock or out of stock.",
                            "type": "string",
                            "required": false
                        },
                        "filter_by_other": {
                            "description": "Best selling, featured products etc.",
                            "type": "string",
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific ids.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "author": {
                            "description": "Products author id",
                            "type": "integer",
                            "required": false
                        },
                        "post_status": {
                            "description": "Product status publish, pending, draft etc.",
                            "type": "array",
                            "required": false
                        },
                        "date": {
                            "description": "Products publish month",
                            "type": "string",
                            "required": false
                        },
                        "product_cat": {
                            "description": "Products category.",
                            "type": "integer",
                            "required": false
                        },
                        "product_type": {
                            "description": "Products type simple, variable, grouped product etc.",
                            "type": "string",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Products stock status in stock or out of stock.",
                            "type": "string",
                            "required": false
                        },
                        "filter_by_other": {
                            "description": "Best selling, featured products etc.",
                            "type": "string",
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific ids.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Product name.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Product slug.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "simple",
                            "description": "Product type.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "bundle"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Product status (post status).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "featured": {
                            "default": false,
                            "description": "Featured product.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "default": "visible",
                            "description": "Catalog visibility.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Product description.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "Product short description.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Unique identifier.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Product regular price.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Product sale price.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Start date of sale price, in the site's timezone.",
                            "type": "date-time",
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Start date of sale price, as GMT.",
                            "type": "date-time",
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "End date of sale price, in the site's timezone.",
                            "type": "date-time",
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "End date of sale price, as GMT.",
                            "type": "date-time",
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "If the product is virtual.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "If the product is downloadable.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "List of downloadable files.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "File MD5 hash.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "File name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "File URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "Number of times downloadable files can be downloaded after purchase.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "Number of days until access to downloadable files expires.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "Product external URL. Only for external products.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Product external button text. Only for external products.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Tax status.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Tax class.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "Stock management at product level.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stock quantity.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "default": true,
                            "description": "Controls whether or not the product is listed as \"in stock\" or \"out of stock\" on the frontend.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "If managing stock, this controls if backorders are allowed.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "default": false,
                            "description": "Allow one item to be bought in a single order.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "Product weight (lbs).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Product dimensions.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Product length (in).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Product width (in).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Product height (in).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Shipping class slug.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "default": true,
                            "description": "Allow reviews.",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "List of up-sell products IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "List of cross-sell products IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "Product parent ID.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Optional note to send the customer after purchase.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "List of categories.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Category ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Category name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Category slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "List of tags.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Tag ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Tag name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Tag slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "List of images.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Image ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "The date the image was created, in the site's timezone.",
                                        "type": "date-time",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "The date the image was created, as GMT.",
                                        "type": "date-time",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "The date the image was last modified, in the site's timezone.",
                                        "type": "date-time",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "The date the image was last modified, as GMT.",
                                        "type": "date-time",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "Image URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Image name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Image alternative text.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Image position. 0 means that the image is featured.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "List of attributes.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attribute ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribute name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Attribute position.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Define if the attribute is visible on the \"Additional information\" tab in the product's page.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Define if the attribute can be used as variation.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "List of available term names of the attribute.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "string"
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Defaults variation attributes.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attribute ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribute name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Selected attribute term name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "grouped_products": {
                            "description": "List of grouped products ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menu order, used to custom sort products.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta key.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta value.",
                                        "type": "mixed",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "author": {
                            "description": "Products author id",
                            "type": "integer",
                            "required": false
                        },
                        "post_status": {
                            "description": "Product status publish, pending, draft etc.",
                            "type": "array",
                            "required": false
                        },
                        "date": {
                            "description": "Products publish month",
                            "type": "string",
                            "required": false
                        },
                        "product_cat": {
                            "description": "Products category.",
                            "type": "integer",
                            "required": false
                        },
                        "product_type": {
                            "description": "Products type simple, variable, grouped product etc.",
                            "type": "string",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Products stock status in stock or out of stock.",
                            "type": "string",
                            "required": false
                        },
                        "filter_by_other": {
                            "description": "Best selling, featured products etc.",
                            "type": "string",
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific ids.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v2\/products"
                    }
                ]
            }
        },
        "\/dokan\/v2\/products\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE",
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "author": {
                            "description": "Products author id",
                            "type": "integer",
                            "required": false
                        },
                        "post_status": {
                            "description": "Product status publish, pending, draft etc.",
                            "type": "array",
                            "required": false
                        },
                        "date": {
                            "description": "Products publish month",
                            "type": "string",
                            "required": false
                        },
                        "product_cat": {
                            "description": "Products category.",
                            "type": "integer",
                            "required": false
                        },
                        "product_type": {
                            "description": "Products type simple, variable, grouped product etc.",
                            "type": "string",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Products stock status in stock or out of stock.",
                            "type": "string",
                            "required": false
                        },
                        "filter_by_other": {
                            "description": "Best selling, featured products etc.",
                            "type": "string",
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific ids.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Product name.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Product slug.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Product type.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "bundle"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Product status (post status).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Featured product.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Catalog visibility.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Product description.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "Product short description.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Unique identifier.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Product regular price.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Product sale price.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Start date of sale price, in the site's timezone.",
                            "type": "date-time",
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Start date of sale price, as GMT.",
                            "type": "date-time",
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "End date of sale price, in the site's timezone.",
                            "type": "date-time",
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "End date of sale price, as GMT.",
                            "type": "date-time",
                            "required": false
                        },
                        "virtual": {
                            "description": "If the product is virtual.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "If the product is downloadable.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "List of downloadable files.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "File MD5 hash.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "File name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "File URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Number of times downloadable files can be downloaded after purchase.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Number of days until access to downloadable files expires.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "Product external URL. Only for external products.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Product external button text. Only for external products.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Tax status.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Tax class.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Stock management at product level.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stock quantity.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "Controls whether or not the product is listed as \"in stock\" or \"out of stock\" on the frontend.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "If managing stock, this controls if backorders are allowed.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Allow one item to be bought in a single order.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "Product weight (lbs).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Product dimensions.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Product length (in).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Product width (in).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Product height (in).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Shipping class slug.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "Allow reviews.",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "List of up-sell products IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "List of cross-sell products IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "Product parent ID.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Optional note to send the customer after purchase.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "List of categories.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Category ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Category name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Category slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "List of tags.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Tag ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Tag name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Tag slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "List of images.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Image ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "The date the image was created, in the site's timezone.",
                                        "type": "date-time",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "The date the image was created, as GMT.",
                                        "type": "date-time",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "The date the image was last modified, in the site's timezone.",
                                        "type": "date-time",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "The date the image was last modified, as GMT.",
                                        "type": "date-time",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "Image URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Image name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Image alternative text.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Image position. 0 means that the image is featured.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "List of attributes.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attribute ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribute name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Attribute position.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Define if the attribute is visible on the \"Additional information\" tab in the product's page.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Define if the attribute can be used as variation.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "List of available term names of the attribute.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "string"
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Defaults variation attributes.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attribute ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribute name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Selected attribute term name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "grouped_products": {
                            "description": "List of grouped products ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menu order, used to custom sort products.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta key.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta value.",
                                        "type": "mixed",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass trash and force deletion.",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "author": {
                            "description": "Products author id",
                            "type": "integer",
                            "required": false
                        },
                        "post_status": {
                            "description": "Product status publish, pending, draft etc.",
                            "type": "array",
                            "required": false
                        },
                        "date": {
                            "description": "Products publish month",
                            "type": "string",
                            "required": false
                        },
                        "product_cat": {
                            "description": "Products category.",
                            "type": "integer",
                            "required": false
                        },
                        "product_type": {
                            "description": "Products type simple, variable, grouped product etc.",
                            "type": "string",
                            "required": false
                        },
                        "stock_status": {
                            "description": "Products stock status in stock or out of stock.",
                            "type": "string",
                            "required": false
                        },
                        "filter_by_other": {
                            "description": "Best selling, featured products etc.",
                            "type": "string",
                            "required": false
                        },
                        "include": {
                            "description": "Limit result set to specific ids.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "exclude": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "Product name.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Product slug.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Product type.",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "bundle"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Product status (post status).",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "Featured product.",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "Catalog visibility.",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Product description.",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "Product short description.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Unique identifier.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Product regular price.",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "Product sale price.",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Start date of sale price, in the site's timezone.",
                            "type": "date-time",
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Start date of sale price, as GMT.",
                            "type": "date-time",
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "End date of sale price, in the site's timezone.",
                            "type": "date-time",
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "End date of sale price, as GMT.",
                            "type": "date-time",
                            "required": false
                        },
                        "virtual": {
                            "description": "If the product is virtual.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "If the product is downloadable.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "List of downloadable files.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "File MD5 hash.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "File name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "File URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Number of times downloadable files can be downloaded after purchase.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Number of days until access to downloadable files expires.",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "Product external URL. Only for external products.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "Product external button text. Only for external products.",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Tax status.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Tax class.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Stock management at product level.",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stock quantity.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "Controls whether or not the product is listed as \"in stock\" or \"out of stock\" on the frontend.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "If managing stock, this controls if backorders are allowed.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "Allow one item to be bought in a single order.",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "Product weight (lbs).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Product dimensions.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Product length (in).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Product width (in).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Product height (in).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Shipping class slug.",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "Allow reviews.",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "List of up-sell products IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "List of cross-sell products IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "Product parent ID.",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "Optional note to send the customer after purchase.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "List of categories.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Category ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Category name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Category slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "List of tags.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Tag ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Tag name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "Tag slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "List of images.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Image ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "The date the image was created, in the site's timezone.",
                                        "type": "date-time",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "The date the image was created, as GMT.",
                                        "type": "date-time",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "The date the image was last modified, in the site's timezone.",
                                        "type": "date-time",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "The date the image was last modified, as GMT.",
                                        "type": "date-time",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "Image URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Image name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "Image alternative text.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Image position. 0 means that the image is featured.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "List of attributes.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attribute ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribute name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "Attribute position.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "Define if the attribute is visible on the \"Additional information\" tab in the product's page.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "Define if the attribute can be used as variation.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "List of available term names of the attribute.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "string"
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "Defaults variation attributes.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attribute ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribute name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Selected attribute term name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "grouped_products": {
                            "description": "List of grouped products ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menu order, used to custom sort products.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta key.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta value.",
                                        "type": "mixed",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Whether to bypass trash and force deletion.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v2\/products\/summary": {
            "namespace": "dokan\/v2",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v2\/products\/summary"
                    }
                ]
            }
        },
        "\/dokan\/v2\/products\/(?P<id>[\\d]+)\/related": {
            "namespace": "dokan\/v2",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": true
                        },
                        "per_page": {
                            "description": "Number of product you want to get top rated product",
                            "type": "integer",
                            "default": 10,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": true
                        },
                        "per_page": {
                            "description": "Number of product you want to get top rated product",
                            "type": "integer",
                            "default": 10,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v2\/products\/top_rated": {
            "namespace": "dokan\/v2",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "per_page": {
                            "description": "Number of product you want to get top rated product",
                            "type": "integer",
                            "default": 8,
                            "required": false
                        },
                        "page": {
                            "description": "Number of page number",
                            "type": "integer",
                            "default": 1,
                            "required": false
                        },
                        "seller_id": {
                            "description": "Top rated product for specific vendor",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "per_page": {
                            "description": "Number of product you want to get top rated product",
                            "type": "integer",
                            "default": 8,
                            "required": false
                        },
                        "page": {
                            "description": "Number of page number",
                            "type": "integer",
                            "default": 1,
                            "required": false
                        },
                        "seller_id": {
                            "description": "Top rated product for specific vendor",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v2\/products\/top_rated"
                    }
                ]
            }
        },
        "\/dokan\/v2\/products\/best_selling": {
            "namespace": "dokan\/v2",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "per_page": {
                            "description": "Number of product you want to get top rated product",
                            "type": "integer",
                            "default": 8,
                            "required": false
                        },
                        "page": {
                            "description": "Number of page number",
                            "type": "integer",
                            "default": 1,
                            "required": false
                        },
                        "seller_id": {
                            "description": "Top rated product for specific vendor",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "per_page": {
                            "description": "Number of product you want to get top rated product",
                            "type": "integer",
                            "default": 8,
                            "required": false
                        },
                        "page": {
                            "description": "Number of page number",
                            "type": "integer",
                            "default": 1,
                            "required": false
                        },
                        "seller_id": {
                            "description": "Top rated product for specific vendor",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v2\/products\/best_selling"
                    }
                ]
            }
        },
        "\/dokan\/v2\/products\/featured": {
            "namespace": "dokan\/v2",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "per_page": {
                            "description": "Number of product you want to get top rated product",
                            "type": "integer",
                            "default": 8,
                            "required": false
                        },
                        "page": {
                            "description": "Number of page number",
                            "type": "integer",
                            "default": 1,
                            "required": false
                        },
                        "seller_id": {
                            "description": "Top rated product for specific vendor",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "per_page": {
                            "description": "Number of product you want to get top rated product",
                            "type": "integer",
                            "default": 8,
                            "required": false
                        },
                        "page": {
                            "description": "Number of page number",
                            "type": "integer",
                            "default": 1,
                            "required": false
                        },
                        "seller_id": {
                            "description": "Top rated product for specific vendor",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v2\/products\/featured"
                    }
                ]
            }
        },
        "\/dokan\/v2\/products\/latest": {
            "namespace": "dokan\/v2",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "per_page": {
                            "description": "Number of product you want to get top rated product",
                            "type": "integer",
                            "default": 8,
                            "required": false
                        },
                        "page": {
                            "description": "Number of page number",
                            "type": "integer",
                            "default": 1,
                            "required": false
                        },
                        "seller_id": {
                            "description": "Top rated product for specific vendor",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "per_page": {
                            "description": "Number of product you want to get top rated product",
                            "type": "integer",
                            "default": 8,
                            "required": false
                        },
                        "page": {
                            "description": "Number of page number",
                            "type": "integer",
                            "default": 1,
                            "required": false
                        },
                        "seller_id": {
                            "description": "Top rated product for specific vendor",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v2\/products\/latest"
                    }
                ]
            }
        },
        "\/dokan\/v2\/products\/multistep-categories": {
            "namespace": "dokan\/v2",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v2\/products\/multistep-categories"
                    }
                ]
            }
        },
        "\/dokan\/v2\/products\/filter-by-data": {
            "namespace": "dokan\/v2",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v2\/products\/filter-by-data"
                    }
                ]
            }
        },
        "\/dokan\/v1\/products\/attributes": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "\u6765\u6e90\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "select",
                            "description": "\u5c5e\u6027\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "checkbox",
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "default": "menu_order",
                            "description": "\u9ed8\u8ba4\u6392\u5e8f\u3002",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "default": false,
                            "description": "\u542f\u7528\/\u7981\u7528\u5c5e\u6027\u5f52\u6863\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/products\/attributes"
                    }
                ]
            }
        },
        "\/dokan\/v1\/products\/attributes\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u5c5e\u6027\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "checkbox",
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "\u9ed8\u8ba4\u6392\u5e8f\u3002",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "\u542f\u7528\/\u7981\u7528\u5c5e\u6027\u5f52\u6863\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/products\/attributes\/batch": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u5c5e\u6027\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "checkbox",
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "\u9ed8\u8ba4\u6392\u5e8f\u3002",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "\u542f\u7528\/\u7981\u7528\u5c5e\u6027\u5f52\u6863\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/products\/attributes\/batch"
                    }
                ]
            }
        },
        "\/dokan\/v1\/products\/attributes\/edit-product\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "attributes": {
                            "description": "Attribute options.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attribute id.",
                                        "type": "int",
                                        "context": [
                                            "edit"
                                        ],
                                        "sanitize_callback": "absint"
                                    },
                                    "name": {
                                        "description": "Attribute name.",
                                        "type": "string",
                                        "context": [
                                            "edit"
                                        ],
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "visible": {
                                        "description": "Attribute visible in product list page or not.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "edit"
                                        ],
                                        "sanitize_callback": "boolval"
                                    },
                                    "variation": {
                                        "description": "Attribute is for variation or not.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "edit"
                                        ],
                                        "sanitize_callback": "boolval"
                                    },
                                    "options": {
                                        "description": "Attribute values.",
                                        "type": "array",
                                        "required": true,
                                        "context": [
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/products\/attributes\/set-default\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "attributes": {
                            "description": "Attribute options.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attribute id.",
                                        "type": "int",
                                        "context": [
                                            "edit"
                                        ],
                                        "sanitize_callback": "absint"
                                    },
                                    "name": {
                                        "description": "Attribute name.",
                                        "type": "string",
                                        "context": [
                                            "edit"
                                        ],
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "visible": {
                                        "description": "Attribute visible in product list page or not.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "edit"
                                        ],
                                        "sanitize_callback": "boolval"
                                    },
                                    "variation": {
                                        "description": "Attribute is for variation or not.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "edit"
                                        ],
                                        "sanitize_callback": "boolval"
                                    },
                                    "options": {
                                        "description": "Attribute values.",
                                        "type": "array",
                                        "required": true,
                                        "context": [
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "\u8be5\u5206\u7c7b\u65b9\u6cd5\u5c5e\u6027\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u8d44\u6e90\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u6ca1\u6709\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u522b\u540d(slug)\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "\u8be5\u5206\u7c7b\u65b9\u6cd5\u5c5e\u6027\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "\u6765\u6e90\u7684\u540d\u79f0\u3002",
                            "required": true
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "\u8be5\u5206\u7c7b\u65b9\u6cd5\u5c5e\u6027\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "\u8be5\u5206\u7c7b\u65b9\u6cd5\u5c5e\u6027\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u7c7b\u522b\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "\u8be5\u5206\u7c7b\u65b9\u6cd5\u5c5e\u6027\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/products\/attributes\/(?P<attribute_id>[\\d]+)\/terms\/batch": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "\u8be5\u5206\u7c7b\u65b9\u6cd5\u5c5e\u6027\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u7c7b\u522b\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/orders": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "default": "",
                            "description": "Order id to search order",
                            "type": "string",
                            "required": false
                        },
                        "seller_id": {
                            "default": 0,
                            "description": "Orders belongs to specific seller",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "Order status.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "default": null,
                            "description": "The date the order was created, in the site's timezone.",
                            "type": "date-time",
                            "required": false
                        },
                        "customer_id": {
                            "default": "",
                            "description": "User ID who owns the order. 0 for guests.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/orders"
                    }
                ]
            }
        },
        "\/dokan\/v1\/orders\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "default": "",
                            "description": "Order id to search order",
                            "type": "string",
                            "required": false
                        },
                        "seller_id": {
                            "default": 0,
                            "description": "Orders belongs to specific seller",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "Order status.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "default": null,
                            "description": "The date the order was created, in the site's timezone.",
                            "type": "date-time",
                            "required": false
                        },
                        "customer_id": {
                            "default": "",
                            "description": "User ID who owns the order. 0 for guests.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "type": "string",
                            "description": "Order Status",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/orders\/(?P<id>[\\d]+)\/notes": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "default": "",
                            "description": "Order id to search order",
                            "type": "string",
                            "required": false
                        },
                        "seller_id": {
                            "default": 0,
                            "description": "Orders belongs to specific seller",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "Order status.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "default": null,
                            "description": "The date the order was created, in the site's timezone.",
                            "type": "date-time",
                            "required": false
                        },
                        "customer_id": {
                            "default": "",
                            "description": "User ID who owns the order. 0 for guests.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "parent_id": {
                            "description": "Parent order ID.",
                            "type": "integer",
                            "required": false
                        },
                        "seller_id": {
                            "description": "Orders belongs to specific seller",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "Order status.",
                            "type": "string",
                            "enum": [
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "default": "USD",
                            "description": "Currency the order was created with, in ISO format.",
                            "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",
                                "LTC",
                                "ETH",
                                "ZWL"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "default": "",
                            "description": "User ID who owns the order. 0 for guests.",
                            "type": "string",
                            "required": false
                        },
                        "search": {
                            "default": "",
                            "description": "Order id to search order",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "Note left by customer during checkout.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Billing address.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "First name.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "last_name": {
                                    "description": "Last name.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "company": {
                                    "description": "Company name.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "address_1": {
                                    "description": "Address line 1",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "address_2": {
                                    "description": "Address line 2",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "city": {
                                    "description": "City name.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "state": {
                                    "description": "ISO code or name of the state, province or district.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postal code.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "country": {
                                    "description": "Country code in ISO 3166-1 alpha-2 format.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "email": {
                                    "description": "Email address.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "phone": {
                                    "description": "Phone number.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Shipping address.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "First name.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "last_name": {
                                    "description": "Last name.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "company": {
                                    "description": "Company name.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "address_1": {
                                    "description": "Address line 1",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "address_2": {
                                    "description": "Address line 2",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "city": {
                                    "description": "City name.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "state": {
                                    "description": "ISO code or name of the state, province or district.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postal code.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "country": {
                                    "description": "Country code in ISO 3166-1 alpha-2 format.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "Payment method ID.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Payment method title.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Unique transaction ID.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta key.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta value.",
                                        "type": "mixed",
                                        "context": [
                                            "view"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "Line items data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Item ID.",
                                        "type": "integer",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Product name.",
                                        "type": "mixed",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "Product ID.",
                                        "type": "mixed",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "Variation ID, if applicable.",
                                        "type": "integer",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Quantity ordered.",
                                        "type": "integer",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Tax class of product.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "Line subtotal (before discounts).",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Line subtotal tax (before discounts).",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "Line total (after discounts).",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Line total tax (after discounts).",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Line taxes.",
                                        "type": "array",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Tax rate ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Tax total.",
                                                    "type": "string",
                                                    "context": [
                                                        "view"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Tax subtotal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta data.",
                                        "type": "array",
                                        "context": [
                                            "view"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta key.",
                                                    "type": "string",
                                                    "context": [
                                                        "view"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta value.",
                                                    "type": "mixed",
                                                    "context": [
                                                        "view"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "Product SKU.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Product price.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Shipping lines data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Item ID.",
                                        "type": "integer",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Shipping method name.",
                                        "type": "mixed",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "Shipping method ID.",
                                        "type": "mixed",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "total": {
                                        "description": "Line total (after discounts).",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Line total tax (after discounts).",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Line taxes.",
                                        "type": "array",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Tax rate ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Tax total.",
                                                    "type": "string",
                                                    "context": [
                                                        "view"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta data.",
                                        "type": "array",
                                        "context": [
                                            "view"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta key.",
                                                    "type": "string",
                                                    "context": [
                                                        "view"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta value.",
                                                    "type": "mixed",
                                                    "context": [
                                                        "view"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "Fee lines data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Item ID.",
                                        "type": "integer",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Fee name.",
                                        "type": "mixed",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Tax class of fee.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Tax status of fee.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "Line total (after discounts).",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Line total tax (after discounts).",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Line taxes.",
                                        "type": "array",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Tax rate ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Tax total.",
                                                    "type": "string",
                                                    "context": [
                                                        "view"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Tax subtotal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta data.",
                                        "type": "array",
                                        "context": [
                                            "view"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta key.",
                                                    "type": "string",
                                                    "context": [
                                                        "view"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta value.",
                                                    "type": "mixed",
                                                    "context": [
                                                        "view"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Coupons line data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Item ID.",
                                        "type": "integer",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Coupon code.",
                                        "type": "mixed",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Discount total.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "Discount total tax.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta data.",
                                        "type": "array",
                                        "context": [
                                            "view"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta key.",
                                                    "type": "string",
                                                    "context": [
                                                        "view"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta value.",
                                                    "type": "mixed",
                                                    "context": [
                                                        "view"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "default": false,
                            "description": "Define if the order is paid. It will set the status to processing and reduce stock items.",
                            "type": "boolean",
                            "required": false
                        },
                        "note": {
                            "type": "string",
                            "description": "Order note content.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/orders\/(?P<id>[\\d]+)\/notes\/(?P<note_id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "note_id": {
                            "description": "Unique identifier for the note object.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "default": "",
                            "description": "Order id to search order",
                            "type": "string",
                            "required": false
                        },
                        "seller_id": {
                            "default": 0,
                            "description": "Orders belongs to specific seller",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "Order status.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "default": null,
                            "description": "The date the order was created, in the site's timezone.",
                            "type": "date-time",
                            "required": false
                        },
                        "customer_id": {
                            "default": "",
                            "description": "User ID who owns the order. 0 for guests.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "note_id": {
                            "description": "Unique identifier for the note object.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "default": "",
                            "description": "Order id to search order",
                            "type": "string",
                            "required": false
                        },
                        "seller_id": {
                            "default": 0,
                            "description": "Orders belongs to specific seller",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "Order status.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "default": null,
                            "description": "The date the order was created, in the site's timezone.",
                            "type": "date-time",
                            "required": false
                        },
                        "customer_id": {
                            "default": "",
                            "description": "User ID who owns the order. 0 for guests.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/orders\/summary": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "default": "",
                            "description": "Order id to search order",
                            "type": "string",
                            "required": false
                        },
                        "seller_id": {
                            "default": 0,
                            "description": "Orders belongs to specific seller",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "Order status.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "default": null,
                            "description": "The date the order was created, in the site's timezone.",
                            "type": "date-time",
                            "required": false
                        },
                        "customer_id": {
                            "default": "",
                            "description": "User ID who owns the order. 0 for guests.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/orders\/summary"
                    }
                ]
            }
        },
        "\/dokan\/v1\/withdraw": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "ids": {
                            "description": "IDs of withdraws",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "is_export": {
                            "description": "Is withdraws exportable",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "user_id": {
                            "description": "Requested User ID",
                            "type": "integer",
                            "required": false
                        },
                        "amount": {
                            "description": "The amount of discount. Should always be numeric, even if setting a percentage.",
                            "type": "number",
                            "required": true
                        },
                        "status": {
                            "default": "pending",
                            "description": "Withdraw status",
                            "type": "string",
                            "enum": [
                                "pending",
                                "approved",
                                "cancelled"
                            ],
                            "required": false
                        },
                        "method": {
                            "description": "Withdraw Method",
                            "type": "string",
                            "enum": [
                                "paypal",
                                "bank"
                            ],
                            "required": true
                        },
                        "note": {
                            "default": "",
                            "description": "Withdraw Notes",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/withdraw"
                    }
                ]
            }
        },
        "\/dokan\/v1\/withdraw\/balance": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/withdraw\/balance"
                    }
                ]
            }
        },
        "\/dokan\/v1\/withdraw\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "user_id": {
                            "description": "Requested User ID",
                            "type": "integer",
                            "required": false
                        },
                        "amount": {
                            "description": "The amount of discount. Should always be numeric, even if setting a percentage.",
                            "type": "number",
                            "required": false
                        },
                        "status": {
                            "description": "Withdraw status",
                            "type": "string",
                            "enum": [
                                "pending",
                                "approved",
                                "cancelled"
                            ],
                            "required": false
                        },
                        "method": {
                            "description": "Withdraw Method",
                            "type": "string",
                            "enum": [
                                "paypal",
                                "bank"
                            ],
                            "required": false
                        },
                        "note": {
                            "description": "Withdraw Notes",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/withdraw\/payment_methods": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/withdraw\/payment_methods"
                    }
                ]
            }
        },
        "\/dokan\/v1\/withdraw\/batch": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "approved": {
                            "description": "List of withdraw IDs to be approved",
                            "type": "array",
                            "default": [],
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cancelled": {
                            "description": "List of withdraw IDs to be cancelled",
                            "type": "array",
                            "default": [],
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "delete": {
                            "description": "List of withdraw IDs to be deleted",
                            "type": "array",
                            "default": [],
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/withdraw\/batch"
                    }
                ]
            }
        },
        "\/dokan\/v1\/withdraw\/charges": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/withdraw\/charges"
                    }
                ]
            }
        },
        "\/dokan\/v1\/withdraw\/charge": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "method": {
                            "description": "Withdraw method key",
                            "type": "string",
                            "enum": [
                                "paypal",
                                "bank"
                            ],
                            "required": true
                        },
                        "amount": {
                            "description": "Withdraw amount",
                            "type": "number",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/withdraw\/charge"
                    }
                ]
            }
        },
        "\/dokan\/v2\/withdraw\/settings": {
            "namespace": "dokan\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v2\/withdraw\/settings"
                    }
                ]
            }
        },
        "\/dokan\/v2\/withdraw\/summary": {
            "namespace": "dokan\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v2\/withdraw\/summary"
                    }
                ]
            }
        },
        "\/dokan\/v2\/withdraw\/make-default-method": {
            "namespace": "dokan\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "method": {
                            "description": "Withdraw method key",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v2\/withdraw\/make-default-method"
                    }
                ]
            }
        },
        "\/dokan\/v1\/settings": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/settings"
                    }
                ]
            }
        },
        "\/dokan\/v1\/admin\/notices\/admin": {
            "namespace": "dokan\/v1\/admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "scope": {
                            "description": "Choose notice scope: \"local\" displays only on Dokan pages, \"global\" displays across the entire site.",
                            "type": "string",
                            "enum": [
                                "local",
                                "global"
                            ],
                            "default": "",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/admin\/notices\/admin"
                    }
                ]
            }
        },
        "\/dokan\/v1\/admin\/notices\/promo": {
            "namespace": "dokan\/v1\/admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/admin\/notices\/promo"
                    }
                ]
            }
        },
        "\/dokan\/v1\/admin\/changelog\/lite": {
            "namespace": "dokan\/v1\/admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/admin\/changelog\/lite"
                    }
                ]
            }
        },
        "\/dokan\/v1\/dummy-data\/status": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/dummy-data\/status"
                    }
                ]
            }
        },
        "\/dokan\/v1\/dummy-data\/import": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "vendor_products": {
                            "description": "Vendors products data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Unique identifier for the resource.",
                                        "type": "integer",
                                        "context": [
                                            "edit"
                                        ],
                                        "sanitize_callback": "absint"
                                    },
                                    "name": {
                                        "description": "Product name.",
                                        "type": "string",
                                        "context": [
                                            "edit"
                                        ],
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "slug": {
                                        "description": "Product slug.",
                                        "type": "string",
                                        "context": [
                                            "edit"
                                        ],
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "permalink": {
                                        "description": "Product URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "date_created": {
                                        "description": "The date the product was created, in the site's timezone.",
                                        "type": "date-time",
                                        "context": [
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "date_created_gmt": {
                                        "description": "The date the product was created, as GMT.",
                                        "type": "date-time",
                                        "context": [
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "date_modified": {
                                        "description": "The date the product was last modified, in the site's timezone.",
                                        "type": "date-time",
                                        "context": [
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "date_modified_gmt": {
                                        "description": "The date the product was last modified, as GMT.",
                                        "type": "date-time",
                                        "context": [
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "type": {
                                        "description": "Product type.",
                                        "type": "string",
                                        "default": "simple",
                                        "enum": [
                                            "simple",
                                            "grouped",
                                            "external",
                                            "variable",
                                            "bundle"
                                        ],
                                        "context": [
                                            "edit"
                                        ],
                                        "required": true,
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "status": {
                                        "description": "Product status (post status).",
                                        "type": "string",
                                        "default": "publish",
                                        "enum": [
                                            "draft",
                                            "pending",
                                            "private",
                                            "publish"
                                        ],
                                        "context": [
                                            "edit"
                                        ],
                                        "required": true,
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "featured": {
                                        "description": "Featured product.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "edit"
                                        ]
                                    },
                                    "catalog_visibility": {
                                        "description": "Catalog visibility.",
                                        "type": "string",
                                        "default": "visible",
                                        "enum": [
                                            "visible",
                                            "catalog",
                                            "search",
                                            "hidden"
                                        ],
                                        "context": [
                                            "edit"
                                        ],
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "description": {
                                        "description": "Product description.",
                                        "type": "string",
                                        "context": [
                                            "edit"
                                        ],
                                        "sanitize_callback": "sanitize_textarea_field"
                                    },
                                    "short_description": {
                                        "description": "Product short description.",
                                        "type": "string",
                                        "context": [
                                            "edit"
                                        ],
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "sku": {
                                        "description": "Unique identifier.",
                                        "type": "string",
                                        "context": [
                                            "edit"
                                        ],
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "price": {
                                        "description": "Current product price.",
                                        "type": "string",
                                        "context": [
                                            "edit"
                                        ],
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "regular_price": {
                                        "description": "Product regular price.",
                                        "type": "string",
                                        "context": [
                                            "edit"
                                        ],
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "sale_price": {
                                        "description": "Product sale price.",
                                        "type": "string",
                                        "context": [
                                            "edit"
                                        ],
                                        "default": "",
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "date_on_sale_from": {
                                        "description": "Start date of sale price, in the site's timezone.",
                                        "type": "date-time",
                                        "context": [
                                            "edit"
                                        ],
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "date_on_sale_from_gmt": {
                                        "description": "Start date of sale price, as GMT.",
                                        "type": "date-time",
                                        "context": [
                                            "edit"
                                        ],
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "date_on_sale_to": {
                                        "description": "End date of sale price, in the site's timezone.",
                                        "type": "date-time",
                                        "context": [
                                            "edit"
                                        ],
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "date_on_sale_to_gmt": {
                                        "description": "End date of sale price, as GMT.",
                                        "type": "date-time",
                                        "context": [
                                            "edit"
                                        ],
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "on_sale": {
                                        "description": "Shows if the product is on sale.",
                                        "type": "boolean",
                                        "context": [
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "purchasable": {
                                        "description": "Shows if the product can be bought.",
                                        "type": "boolean",
                                        "context": [
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total_sales": {
                                        "description": "Amount of sales.",
                                        "type": "string",
                                        "context": [
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "virtual": {
                                        "description": "If the product is virtual.",
                                        "type": "string",
                                        "default": "",
                                        "context": [
                                            "edit"
                                        ],
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "downloadable": {
                                        "description": "If the product is downloadable.",
                                        "type": "string",
                                        "default": "",
                                        "context": [
                                            "edit"
                                        ],
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "downloads": {
                                        "description": "List of downloadable files.",
                                        "type": "array",
                                        "context": [
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "File MD5 hash.",
                                                    "type": "string",
                                                    "context": [
                                                        "edit"
                                                    ],
                                                    "readonly": true,
                                                    "sanitize_callback": "sanitize_text_field"
                                                },
                                                "name": {
                                                    "description": "File name.",
                                                    "type": "string",
                                                    "context": [
                                                        "edit"
                                                    ],
                                                    "sanitize_callback": "sanitize_text_field"
                                                },
                                                "file": {
                                                    "description": "File URL.",
                                                    "type": "string",
                                                    "context": [
                                                        "edit"
                                                    ],
                                                    "sanitize_callback": "sanitize_text_field"
                                                }
                                            }
                                        }
                                    },
                                    "download_limit": {
                                        "description": "Number of times downloadable files can be downloaded after purchase.",
                                        "type": "integer",
                                        "default": -1,
                                        "context": [
                                            "edit"
                                        ],
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "download_expiry": {
                                        "description": "Number of days until access to downloadable files expires.",
                                        "type": "integer",
                                        "default": -1,
                                        "context": [
                                            "edit"
                                        ],
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "external_url": {
                                        "description": "Product external URL. Only for external products.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "edit"
                                        ],
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "button_text": {
                                        "description": "Product external button text. Only for external products.",
                                        "type": "string",
                                        "context": [
                                            "edit"
                                        ],
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "tax_status": {
                                        "description": "Tax status.",
                                        "type": "string",
                                        "default": "taxable",
                                        "enum": [
                                            "taxable",
                                            "shipping",
                                            "none"
                                        ],
                                        "context": [
                                            "edit"
                                        ],
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "tax_class": {
                                        "description": "Tax class.",
                                        "type": "string",
                                        "context": [
                                            "edit"
                                        ],
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "manage_stock": {
                                        "description": "Stock management at product level.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "edit"
                                        ]
                                    },
                                    "stock_quantity": {
                                        "description": "Stock quantity.",
                                        "type": "string",
                                        "default": "",
                                        "context": [
                                            "edit"
                                        ],
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "in_stock": {
                                        "description": "Controls whether or not the product is listed as \"in stock\" or \"out of stock\" on the frontend.",
                                        "type": "boolean",
                                        "default": true,
                                        "context": [
                                            "edit"
                                        ]
                                    },
                                    "backorders": {
                                        "description": "If managing stock, this controls if backorders are allowed.",
                                        "type": "string",
                                        "default": "no",
                                        "enum": [
                                            "no",
                                            "notify",
                                            "yes"
                                        ],
                                        "context": [
                                            "edit"
                                        ]
                                    },
                                    "backorders_allowed": {
                                        "description": "Shows if backorders are allowed.",
                                        "type": "boolean",
                                        "context": [
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "backordered": {
                                        "description": "Shows if the product is on backordered.",
                                        "type": "boolean",
                                        "context": [
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "sold_individually": {
                                        "description": "Allow one item to be bought in a single order.",
                                        "type": "string",
                                        "default": "",
                                        "context": [
                                            "edit"
                                        ],
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "weight": {
                                        "description": "Product weight (lbs).",
                                        "type": "string",
                                        "context": [
                                            "edit"
                                        ],
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "dimensions": {
                                        "description": "Product dimensions.",
                                        "type": "object",
                                        "context": [
                                            "edit"
                                        ],
                                        "properties": {
                                            "length": {
                                                "description": "Product length (in).",
                                                "type": "string",
                                                "context": [
                                                    "edit"
                                                ],
                                                "sanitize_callback": "sanitize_text_field"
                                            },
                                            "width": {
                                                "description": "Product width (in).",
                                                "type": "string",
                                                "context": [
                                                    "edit"
                                                ],
                                                "sanitize_callback": "sanitize_text_field"
                                            },
                                            "height": {
                                                "description": "Product height (in).",
                                                "type": "string",
                                                "context": [
                                                    "edit"
                                                ],
                                                "sanitize_callback": "sanitize_text_field"
                                            }
                                        }
                                    },
                                    "shipping_required": {
                                        "description": "Shows if the product need to be shipped.",
                                        "type": "boolean",
                                        "context": [
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "shipping_taxable": {
                                        "description": "Shows whether or not the product shipping is taxable.",
                                        "type": "boolean",
                                        "context": [
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "shipping_class": {
                                        "description": "Shipping class slug.",
                                        "type": "string",
                                        "context": [
                                            "edit"
                                        ],
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "shipping_class_id": {
                                        "description": "Shipping class ID.",
                                        "type": "number",
                                        "context": [
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "reviews_allowed": {
                                        "description": "Allow reviews.",
                                        "type": "boolean",
                                        "default": true,
                                        "context": [
                                            "edit"
                                        ]
                                    },
                                    "average_rating": {
                                        "description": "Reviews average rating.",
                                        "type": "string",
                                        "context": [
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "rating_count": {
                                        "description": "Amount of reviews that the product have.",
                                        "type": "integer",
                                        "context": [
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "related_ids": {
                                        "description": "List of related products IDs.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "context": [
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "upsell_ids": {
                                        "description": "List of up-sell products IDs.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "context": [
                                            "edit"
                                        ]
                                    },
                                    "cross_sell_ids": {
                                        "description": "List of cross-sell products IDs.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        },
                                        "context": [
                                            "edit"
                                        ]
                                    },
                                    "parent_id": {
                                        "description": "Product parent ID.",
                                        "type": "string",
                                        "default": "0",
                                        "context": [
                                            "edit"
                                        ],
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "purchase_note": {
                                        "description": "Optional note to send the customer after purchase.",
                                        "type": "string",
                                        "context": [
                                            "edit"
                                        ],
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "categories": {
                                        "description": "List of categories.",
                                        "type": "array",
                                        "context": [
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Category ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "edit"
                                                    ],
                                                    "sanitize_callback": "sanitize_text_field"
                                                },
                                                "name": {
                                                    "description": "Category name.",
                                                    "type": "string",
                                                    "context": [
                                                        "edit"
                                                    ],
                                                    "readonly": true,
                                                    "sanitize_callback": "sanitize_text_field"
                                                },
                                                "slug": {
                                                    "description": "Category slug.",
                                                    "type": "string",
                                                    "context": [
                                                        "edit"
                                                    ],
                                                    "readonly": true,
                                                    "sanitize_callback": "sanitize_text_field"
                                                }
                                            }
                                        }
                                    },
                                    "tags": {
                                        "description": "List of tags.",
                                        "type": "array",
                                        "context": [
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Tag ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "edit"
                                                    ],
                                                    "sanitize_callback": "sanitize_text_field"
                                                },
                                                "name": {
                                                    "description": "Tag name.",
                                                    "type": "string",
                                                    "context": [
                                                        "edit"
                                                    ],
                                                    "readonly": true,
                                                    "sanitize_callback": "sanitize_text_field"
                                                },
                                                "slug": {
                                                    "description": "Tag slug.",
                                                    "type": "string",
                                                    "context": [
                                                        "edit"
                                                    ],
                                                    "readonly": true,
                                                    "sanitize_callback": "sanitize_text_field"
                                                }
                                            }
                                        }
                                    },
                                    "images": {
                                        "description": "List of images.",
                                        "type": "array",
                                        "context": [
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Image ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "edit"
                                                    ],
                                                    "sanitize_callback": "sanitize_text_field"
                                                },
                                                "date_created": {
                                                    "description": "The date the image was created, in the site's timezone.",
                                                    "type": "string",
                                                    "format": "date-time",
                                                    "context": [
                                                        "edit"
                                                    ],
                                                    "readonly": true,
                                                    "sanitize_callback": "sanitize_text_field"
                                                },
                                                "date_created_gmt": {
                                                    "description": "The date the image was created, as GMT.",
                                                    "type": "string",
                                                    "format": "date-time",
                                                    "context": [
                                                        "edit"
                                                    ],
                                                    "readonly": true,
                                                    "sanitize_callback": "sanitize_text_field"
                                                },
                                                "date_modified": {
                                                    "description": "The date the image was last modified, in the site's timezone.",
                                                    "type": "string",
                                                    "format": "date-time",
                                                    "context": [
                                                        "edit"
                                                    ],
                                                    "readonly": true,
                                                    "sanitize_callback": "sanitize_text_field"
                                                },
                                                "date_modified_gmt": {
                                                    "description": "The date the image was last modified, as GMT.",
                                                    "type": "string",
                                                    "format": "date-time",
                                                    "context": [
                                                        "edit"
                                                    ],
                                                    "readonly": true,
                                                    "sanitize_callback": "sanitize_text_field"
                                                },
                                                "src": {
                                                    "description": "Image URL.",
                                                    "type": "string",
                                                    "format": "uri",
                                                    "context": [
                                                        "edit"
                                                    ],
                                                    "sanitize_callback": "esc_url_raw"
                                                },
                                                "name": {
                                                    "description": "Image name.",
                                                    "type": "string",
                                                    "context": [
                                                        "edit"
                                                    ],
                                                    "sanitize_callback": "sanitize_text_field"
                                                },
                                                "alt": {
                                                    "description": "Image alternative text.",
                                                    "type": "string",
                                                    "context": [
                                                        "edit"
                                                    ],
                                                    "sanitize_callback": "sanitize_text_field"
                                                },
                                                "position": {
                                                    "description": "Image position. 0 means that the image is featured.",
                                                    "type": "integer",
                                                    "context": [
                                                        "edit"
                                                    ],
                                                    "default": 0,
                                                    "sanitize_callback": "sanitize_text_field"
                                                }
                                            }
                                        }
                                    },
                                    "attributes": {
                                        "description": "List of attributes.",
                                        "type": "array",
                                        "context": [
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Attribute ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "edit"
                                                    ],
                                                    "sanitize_callback": "sanitize_text_field"
                                                },
                                                "name": {
                                                    "description": "Attribute name.",
                                                    "type": "string",
                                                    "context": [
                                                        "edit"
                                                    ],
                                                    "sanitize_callback": "sanitize_text_field"
                                                },
                                                "position": {
                                                    "description": "Attribute position.",
                                                    "type": "integer",
                                                    "context": [
                                                        "edit"
                                                    ],
                                                    "default": 0,
                                                    "sanitize_callback": "sanitize_text_field"
                                                },
                                                "visible": {
                                                    "description": "Define if the attribute is visible on the \"Additional information\" tab in the product's page.",
                                                    "type": "boolean",
                                                    "default": false,
                                                    "context": [
                                                        "edit"
                                                    ]
                                                },
                                                "variation": {
                                                    "description": "Define if the attribute can be used as variation.",
                                                    "type": "boolean",
                                                    "default": false,
                                                    "context": [
                                                        "edit"
                                                    ]
                                                },
                                                "options": {
                                                    "description": "List of available term names of the attribute.",
                                                    "type": "array",
                                                    "context": [
                                                        "edit"
                                                    ],
                                                    "items": {
                                                        "type": "string",
                                                        "sanitize_callback": "sanitize_text_field"
                                                    }
                                                }
                                            }
                                        }
                                    },
                                    "default_attributes": {
                                        "description": "Defaults variation attributes.",
                                        "type": "array",
                                        "context": [
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Attribute ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "edit"
                                                    ],
                                                    "sanitize_callback": "sanitize_text_field"
                                                },
                                                "name": {
                                                    "description": "Attribute name.",
                                                    "type": "string",
                                                    "context": [
                                                        "edit"
                                                    ],
                                                    "sanitize_callback": "sanitize_text_field"
                                                },
                                                "option": {
                                                    "description": "Selected attribute term name.",
                                                    "type": "string",
                                                    "context": [
                                                        "edit"
                                                    ],
                                                    "sanitize_callback": "sanitize_text_field"
                                                }
                                            }
                                        }
                                    },
                                    "variations": {
                                        "description": "List of variations IDs.",
                                        "type": "array",
                                        "context": [
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "integer",
                                            "sanitize_callback": "sanitize_text_field"
                                        },
                                        "readonly": true
                                    },
                                    "grouped_products": {
                                        "description": "List of grouped products ID.",
                                        "type": "array",
                                        "items": {
                                            "type": "integer",
                                            "sanitize_callback": "sanitize_text_field"
                                        },
                                        "context": [
                                            "edit"
                                        ]
                                    },
                                    "menu_order": {
                                        "description": "Menu order, used to custom sort products.",
                                        "type": "integer",
                                        "context": [
                                            "edit"
                                        ],
                                        "sanitize_callback": "sanitize_text_field"
                                    },
                                    "meta_data": {
                                        "description": "Meta data.",
                                        "type": "array",
                                        "context": [
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "edit"
                                                    ],
                                                    "readonly": true,
                                                    "sanitize_callback": "sanitize_text_field"
                                                },
                                                "key": {
                                                    "description": "Meta key.",
                                                    "type": "string",
                                                    "context": [
                                                        "edit"
                                                    ],
                                                    "sanitize_callback": "sanitize_text_field"
                                                },
                                                "value": {
                                                    "description": "Meta value.",
                                                    "type": "mixed",
                                                    "context": [
                                                        "edit"
                                                    ],
                                                    "sanitize_callback": "sanitize_text_field"
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": true
                        },
                        "vendor_data": {
                            "description": "Vendors profile data.",
                            "type": "object",
                            "properties": {
                                "email": {
                                    "description": "Vendor email.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ],
                                    "required": true,
                                    "sanitize_callback": "sanitize_email"
                                },
                                "password": {
                                    "description": "Vendor password.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ],
                                    "sanitize_callback": "sanitize_text_field"
                                },
                                "store_name": {
                                    "description": "Vendor store name.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ],
                                    "required": true,
                                    "sanitize_callback": "sanitize_text_field"
                                },
                                "social": {
                                    "description": "Vendor social",
                                    "type": "array",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "payment": {
                                    "description": "Vendor payments",
                                    "type": "array",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "Vendor phone",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ],
                                    "required": true,
                                    "sanitize_callback": "sanitize_text_field"
                                },
                                "show_email": {
                                    "description": "Vendor show email",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ],
                                    "enum": [
                                        "yes",
                                        "no"
                                    ]
                                },
                                "address": {
                                    "description": "Vendor address",
                                    "type": "array",
                                    "context": [
                                        "edit"
                                    ],
                                    "sanitize_callback": "sanitize_text_field"
                                },
                                "location": {
                                    "description": "Vendor location",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ],
                                    "sanitize_callback": "sanitize_text_field"
                                },
                                "banner": {
                                    "description": "Vendor banner",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ],
                                    "sanitize_callback": "sanitize_text_field"
                                },
                                "icon": {
                                    "description": "Vendor icon",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ],
                                    "sanitize_callback": "sanitize_text_field"
                                },
                                "gravatar": {
                                    "description": "Vendor gravatar",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ],
                                    "sanitize_callback": "sanitize_text_field"
                                },
                                "show_more_tpab": {
                                    "description": "Vendor show more tpab",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ],
                                    "enum": [
                                        "yes",
                                        "no"
                                    ]
                                },
                                "show_ppp": {
                                    "description": "Vendor show product per page",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "minimum": 0,
                                    "default": 1
                                },
                                "enable_tnc": {
                                    "description": "Enable terms and condition",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ],
                                    "default": "on",
                                    "enum": [
                                        "on",
                                        "off"
                                    ],
                                    "sanitize_callback": "sanitize_text_field"
                                },
                                "store_seo": {
                                    "description": "Store seo",
                                    "type": "array",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "dokan_store_time": {
                                    "description": "Store time open close array.",
                                    "type": "array",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "enabled": {
                                    "description": "Vendor enabled.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ],
                                    "default": true,
                                    "enum": [
                                        "yes",
                                        "no"
                                    ]
                                },
                                "trusted": {
                                    "description": "Vendor is trusted.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ],
                                    "default": true,
                                    "enum": [
                                        "yes",
                                        "no"
                                    ]
                                }
                            },
                            "required": true
                        },
                        "vendor_index": {
                            "description": "Vendor item index to import.",
                            "type": "number",
                            "required": false
                        },
                        "total_vendors": {
                            "description": "Total vendors",
                            "type": "integer",
                            "required": false
                        },
                        "result": {
                            "type": "object",
                            "properties": {
                                "imported": {
                                    "type": "array",
                                    "context": [
                                        "view"
                                    ],
                                    "items": {
                                        "type": "number",
                                        "sanitize_callback": "absint"
                                    }
                                },
                                "failed": {
                                    "type": "array",
                                    "context": [
                                        "view"
                                    ],
                                    "items": {
                                        "type": "number",
                                        "sanitize_callback": "absint"
                                    }
                                },
                                "updated": {
                                    "type": "array",
                                    "context": [
                                        "view"
                                    ],
                                    "items": {
                                        "type": "number",
                                        "sanitize_callback": "absint"
                                    }
                                },
                                "skipped": {
                                    "type": "array",
                                    "context": [
                                        "view"
                                    ],
                                    "items": {
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "sanitize_callback": "absint"
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/dummy-data\/import"
                    }
                ]
            }
        },
        "\/dokan\/v1\/dummy-data\/clear": {
            "namespace": "dokan\/v1",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/dummy-data\/clear"
                    }
                ]
            }
        },
        "\/dokan\/v2\/orders": {
            "namespace": "dokan\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "default": "",
                            "description": "Order id to search order",
                            "type": "string",
                            "required": false
                        },
                        "seller_id": {
                            "default": 0,
                            "description": "Orders belongs to specific seller",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "Order status.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "default": null,
                            "description": "The date the order was created, in the site's timezone.",
                            "type": "date-time",
                            "required": false
                        },
                        "customer_id": {
                            "default": "",
                            "description": "User ID who owns the order. 0 for guests.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v2\/orders"
                    }
                ]
            }
        },
        "\/dokan\/v2\/orders\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "default": "",
                            "description": "Order id to search order",
                            "type": "string",
                            "required": false
                        },
                        "seller_id": {
                            "default": 0,
                            "description": "Orders belongs to specific seller",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "Order status.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "default": null,
                            "description": "The date the order was created, in the site's timezone.",
                            "type": "date-time",
                            "required": false
                        },
                        "customer_id": {
                            "default": "",
                            "description": "User ID who owns the order. 0 for guests.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "type": "string",
                            "description": "Order Status",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/dokan\/v2\/orders\/(?P<id>[\\d]+)\/notes": {
            "namespace": "dokan\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "default": "",
                            "description": "Order id to search order",
                            "type": "string",
                            "required": false
                        },
                        "seller_id": {
                            "default": 0,
                            "description": "Orders belongs to specific seller",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "Order status.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "default": null,
                            "description": "The date the order was created, in the site's timezone.",
                            "type": "date-time",
                            "required": false
                        },
                        "customer_id": {
                            "default": "",
                            "description": "User ID who owns the order. 0 for guests.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "parent_id": {
                            "description": "Parent order ID.",
                            "type": "integer",
                            "required": false
                        },
                        "seller_id": {
                            "description": "Orders belongs to specific seller",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "Order status.",
                            "type": "string",
                            "enum": [
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "default": "USD",
                            "description": "Currency the order was created with, in ISO format.",
                            "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",
                                "LTC",
                                "ETH",
                                "ZWL"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "default": "",
                            "description": "User ID who owns the order. 0 for guests.",
                            "type": "string",
                            "required": false
                        },
                        "search": {
                            "default": "",
                            "description": "Order id to search order",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "Note left by customer during checkout.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Billing address.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "First name.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "last_name": {
                                    "description": "Last name.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "company": {
                                    "description": "Company name.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "address_1": {
                                    "description": "Address line 1",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "address_2": {
                                    "description": "Address line 2",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "city": {
                                    "description": "City name.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "state": {
                                    "description": "ISO code or name of the state, province or district.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postal code.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "country": {
                                    "description": "Country code in ISO 3166-1 alpha-2 format.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "email": {
                                    "description": "Email address.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "phone": {
                                    "description": "Phone number.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Shipping address.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "First name.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "last_name": {
                                    "description": "Last name.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "company": {
                                    "description": "Company name.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "address_1": {
                                    "description": "Address line 1",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "address_2": {
                                    "description": "Address line 2",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "city": {
                                    "description": "City name.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "state": {
                                    "description": "ISO code or name of the state, province or district.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postal code.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "country": {
                                    "description": "Country code in ISO 3166-1 alpha-2 format.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "Payment method ID.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Payment method title.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Unique transaction ID.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta key.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta value.",
                                        "type": "mixed",
                                        "context": [
                                            "view"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "Line items data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Item ID.",
                                        "type": "integer",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Product name.",
                                        "type": "mixed",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "Product ID.",
                                        "type": "mixed",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "Variation ID, if applicable.",
                                        "type": "integer",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Quantity ordered.",
                                        "type": "integer",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Tax class of product.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "Line subtotal (before discounts).",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Line subtotal tax (before discounts).",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "Line total (after discounts).",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Line total tax (after discounts).",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Line taxes.",
                                        "type": "array",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Tax rate ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Tax total.",
                                                    "type": "string",
                                                    "context": [
                                                        "view"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Tax subtotal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta data.",
                                        "type": "array",
                                        "context": [
                                            "view"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta key.",
                                                    "type": "string",
                                                    "context": [
                                                        "view"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta value.",
                                                    "type": "mixed",
                                                    "context": [
                                                        "view"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "Product SKU.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Product price.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Shipping lines data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Item ID.",
                                        "type": "integer",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Shipping method name.",
                                        "type": "mixed",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "Shipping method ID.",
                                        "type": "mixed",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "total": {
                                        "description": "Line total (after discounts).",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Line total tax (after discounts).",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Line taxes.",
                                        "type": "array",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Tax rate ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Tax total.",
                                                    "type": "string",
                                                    "context": [
                                                        "view"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta data.",
                                        "type": "array",
                                        "context": [
                                            "view"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta key.",
                                                    "type": "string",
                                                    "context": [
                                                        "view"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta value.",
                                                    "type": "mixed",
                                                    "context": [
                                                        "view"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "Fee lines data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Item ID.",
                                        "type": "integer",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Fee name.",
                                        "type": "mixed",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Tax class of fee.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Tax status of fee.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "Line total (after discounts).",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Line total tax (after discounts).",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Line taxes.",
                                        "type": "array",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Tax rate ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Tax total.",
                                                    "type": "string",
                                                    "context": [
                                                        "view"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Tax subtotal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta data.",
                                        "type": "array",
                                        "context": [
                                            "view"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta key.",
                                                    "type": "string",
                                                    "context": [
                                                        "view"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta value.",
                                                    "type": "mixed",
                                                    "context": [
                                                        "view"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Coupons line data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Item ID.",
                                        "type": "integer",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Coupon code.",
                                        "type": "mixed",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Discount total.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "Discount total tax.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta data.",
                                        "type": "array",
                                        "context": [
                                            "view"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta key.",
                                                    "type": "string",
                                                    "context": [
                                                        "view"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta value.",
                                                    "type": "mixed",
                                                    "context": [
                                                        "view"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "default": false,
                            "description": "Define if the order is paid. It will set the status to processing and reduce stock items.",
                            "type": "boolean",
                            "required": false
                        },
                        "note": {
                            "type": "string",
                            "description": "Order note content.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/dokan\/v2\/orders\/(?P<id>[\\d]+)\/notes\/(?P<note_id>[\\d]+)": {
            "namespace": "dokan\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "note_id": {
                            "description": "Unique identifier for the note object.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "default": "",
                            "description": "Order id to search order",
                            "type": "string",
                            "required": false
                        },
                        "seller_id": {
                            "default": 0,
                            "description": "Orders belongs to specific seller",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "Order status.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "default": null,
                            "description": "The date the order was created, in the site's timezone.",
                            "type": "date-time",
                            "required": false
                        },
                        "customer_id": {
                            "default": "",
                            "description": "User ID who owns the order. 0 for guests.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "note_id": {
                            "description": "Unique identifier for the note object.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "default": "",
                            "description": "Order id to search order",
                            "type": "string",
                            "required": false
                        },
                        "seller_id": {
                            "default": 0,
                            "description": "Orders belongs to specific seller",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "Order status.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "default": null,
                            "description": "The date the order was created, in the site's timezone.",
                            "type": "date-time",
                            "required": false
                        },
                        "customer_id": {
                            "default": "",
                            "description": "User ID who owns the order. 0 for guests.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v2\/orders\/summary": {
            "namespace": "dokan\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "default": "",
                            "description": "Order id to search order",
                            "type": "string",
                            "required": false
                        },
                        "seller_id": {
                            "default": 0,
                            "description": "Orders belongs to specific seller",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "Order status.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "default": null,
                            "description": "The date the order was created, in the site's timezone.",
                            "type": "date-time",
                            "required": false
                        },
                        "customer_id": {
                            "default": "",
                            "description": "User ID who owns the order. 0 for guests.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v2\/orders\/summary"
                    }
                ]
            }
        },
        "\/dokan\/v2\/orders\/(?P<id>[\\d]+)\/downloads": {
            "namespace": "dokan\/v2",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "default": "",
                            "description": "Order id to search order",
                            "type": "string",
                            "required": false
                        },
                        "seller_id": {
                            "default": 0,
                            "description": "Orders belongs to specific seller",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "Order status.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "default": null,
                            "description": "The date the order was created, in the site's timezone.",
                            "type": "date-time",
                            "required": false
                        },
                        "customer_id": {
                            "default": "",
                            "description": "User ID who owns the order. 0 for guests.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "ids": {
                            "type": "array",
                            "description": "Download IDs.",
                            "items": {
                                "type": "integer",
                                "description": "Download product IDs.",
                                "required": true
                            },
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "download_id": {
                            "type": "string",
                            "description": "Download ID.",
                            "required": false
                        },
                        "product_id": {
                            "type": "integer",
                            "description": "Product ID.",
                            "required": false
                        },
                        "permission_id": {
                            "type": "integer",
                            "description": "Permission ID.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/dokan\/v2\/orders\/bulk-actions": {
            "namespace": "dokan\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_ids": {
                            "type": "array",
                            "description": "Order ids",
                            "required": true
                        },
                        "status": {
                            "type": "string",
                            "description": "Order status",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v2\/orders\/bulk-actions"
                    }
                ]
            }
        },
        "\/dokan\/v2\/settings": {
            "namespace": "dokan\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v2\/settings"
                    }
                ]
            }
        },
        "\/dokan\/v2\/settings\/(?P<group_id>[\\w-]+)": {
            "namespace": "dokan\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "group_id": {
                            "description": "Unique identifier for the settings group.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "items": {
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "type": "string",
                                        "description": "Settings ID",
                                        "required": true
                                    },
                                    "value": {
                                        "type": [
                                            "string",
                                            "number",
                                            "boolean",
                                            "object",
                                            "array",
                                            "null"
                                        ],
                                        "description": "Settings value",
                                        "required": true
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/dokan\/v2\/settings\/(?P<group_id>[\\w-]+)\/(?P<id>[\\w-]+)": {
            "namespace": "dokan\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "group_id": {
                            "description": "Unique identifier for the settings group.",
                            "type": "string",
                            "required": true
                        },
                        "id": {
                            "description": "Unique identifier for the setting.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "value": {
                            "type": [
                                "string",
                                "number",
                                "boolean",
                                "object",
                                "array",
                                "null"
                            ],
                            "description": "Settings or fields value",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/dokan\/v2\/settings\/(?P<group_id>[\\w-]+)\/(?P<parent_id>[\\w-]+)\/(?P<id>[\\w-]+)": {
            "namespace": "dokan\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "group_id": {
                            "description": "Unique identifier for the settings group.",
                            "type": "string",
                            "required": true
                        },
                        "parent_id": {
                            "description": "Unique identifier for the parent setting.",
                            "type": "string",
                            "required": true
                        },
                        "id": {
                            "description": "Unique identifier for the setting field.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "value": {
                            "type": [
                                "string",
                                "number",
                                "boolean",
                                "object",
                                "array",
                                "null"
                            ],
                            "description": "Settings or fields value",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/vendor-dashboard": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/vendor-dashboard"
                    }
                ]
            }
        },
        "\/dokan\/v1\/vendor-dashboard\/profile": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/vendor-dashboard\/profile"
                    }
                ]
            }
        },
        "\/dokan\/v1\/vendor-dashboard\/sales": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "from": {
                            "type": "string",
                            "format": "date-time",
                            "description": "From Date",
                            "default": "2026-04-01T15:21:30+00:00",
                            "required": false
                        },
                        "to": {
                            "type": "string",
                            "format": "date-time",
                            "description": "To Date",
                            "default": "2026-04-11T15:21:30+00:00",
                            "required": false
                        },
                        "filter_range": {
                            "type": "boolean",
                            "description": "Returns all sales reports if true",
                            "default": true,
                            "required": false
                        },
                        "group_by": {
                            "type": "string",
                            "description": "Group By",
                            "default": "day",
                            "enum": [
                                "day",
                                "week",
                                "month",
                                "year"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/vendor-dashboard\/sales"
                    }
                ]
            }
        },
        "\/dokan\/v1\/vendor-dashboard\/products": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/vendor-dashboard\/products"
                    }
                ]
            }
        },
        "\/dokan\/v1\/vendor-dashboard\/orders": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "customer_id": {
                            "default": 0,
                            "description": "User ID who owns the order. 0 for guests.",
                            "type": "integer",
                            "required": false
                        },
                        "after": {
                            "default": null,
                            "description": "Start date to show orders",
                            "type": "date-time",
                            "required": false
                        },
                        "before": {
                            "default": null,
                            "description": "End date to show orders",
                            "type": "date-time",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/vendor-dashboard\/orders"
                    }
                ]
            }
        },
        "\/dokan\/v1\/vendor-dashboard\/preferences": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/vendor-dashboard\/preferences"
                    }
                ]
            }
        },
        "\/dokan\/v1\/blocks\/products\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/commission": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Products price",
                            "type": "integer",
                            "default": 0,
                            "required": true
                        },
                        "amount": {
                            "description": "The amount on that the commission will be calculated.",
                            "type": "number",
                            "default": 0,
                            "required": true
                        },
                        "vendor_id": {
                            "description": "Vendor id",
                            "type": "integer",
                            "default": 0,
                            "required": true
                        },
                        "category_ids": {
                            "description": "Category ids",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": true
                        },
                        "context": {
                            "description": "In which context the commission will be calculated",
                            "type": "string",
                            "enum": [
                                "admin",
                                "seller"
                            ],
                            "default": "seller",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/commission"
                    }
                ]
            }
        },
        "\/dokan\/v1\/customers": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "\u9650\u5b9a\u8d44\u6e90\u4e3a\u542b\u6709\u7279\u5b9a\u7535\u90ae\u5730\u5740\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "role": {
                            "description": "\u9650\u5b9a\u8d44\u6e90\u4e3a\u6709\u4e00\u4e2a\u7279\u5b9a\u7684\u89d2\u8272\u3002",
                            "type": "string",
                            "default": "customer",
                            "enum": [
                                "all",
                                "administrator",
                                "editor",
                                "author",
                                "contributor",
                                "subscriber",
                                "customer",
                                "shop_manager",
                                "seller",
                                "vendor_staff",
                                "ywry"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "email": {
                            "type": "string",
                            "description": "\u65b0\u7528\u6237\u7684\u7535\u90ae\u5730\u5740\u3002",
                            "required": true
                        },
                        "first_name": {
                            "description": "\u5ba2\u6237\u7684\u540d\u5b57\u3002",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u5ba2\u6237\u7684\u59d3\u6c0f\u3002",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "\u65b0\u7528\u6237\u7684\u7528\u6237\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\u65b0\u7528\u6237\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u7684\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u56fd\u5bb6\/\u5730\u533a\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u90ae\u5730\u5740\u3002",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u914d\u9001\u5730\u5740\u6570\u636e\u7684\u5217\u8868\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u56fd\u5bb6\/\u5730\u533a\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/customers"
                    }
                ]
            }
        },
        "\/dokan\/v1\/customers\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "email": {
                            "description": "\u5ba2\u6237\u7684\u7535\u90ae\u5730\u5740\u5730\u5740\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "\u5ba2\u6237\u7684\u540d\u5b57\u3002",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u5ba2\u6237\u7684\u59d3\u6c0f\u3002",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "\u5ba2\u6237\u7684\u767b\u5f55\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\u5ba2\u6237\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u7684\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u56fd\u5bb6\/\u5730\u533a\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u90ae\u5730\u5740\u3002",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u914d\u9001\u5730\u5740\u6570\u636e\u7684\u5217\u8868\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u56fd\u5bb6\/\u5730\u533a\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        },
                        "reassign": {
                            "default": 0,
                            "type": "integer",
                            "description": "\u91cd\u65b0\u6307\u5b9a\u6587\u7ae0\u7684ID\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/customers\/batch": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "email": {
                            "description": "\u5ba2\u6237\u7684\u7535\u90ae\u5730\u5740\u5730\u5740\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "\u5ba2\u6237\u7684\u540d\u5b57\u3002",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u5ba2\u6237\u7684\u59d3\u6c0f\u3002",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "\u5ba2\u6237\u7684\u767b\u5f55\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\u5ba2\u6237\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u7684\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u56fd\u5bb6\/\u5730\u533a\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u90ae\u5730\u5740\u3002",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u914d\u9001\u5730\u5740\u6570\u636e\u7684\u5217\u8868\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u56fd\u5bb6\/\u5730\u533a\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/customers\/batch"
                    }
                ]
            }
        },
        "\/dokan\/v1\/customers\/search": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "search": {
                            "description": "Search string.",
                            "type": "string",
                            "required": true
                        },
                        "exclude": {
                            "description": "Comma-separated list of customer IDs to exclude.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/customers\/search"
                    }
                ]
            }
        },
        "\/dokan\/v1\/data\/countries": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/data\/countries"
                    }
                ]
            }
        },
        "\/dokan\/v1\/data\/countries\/(?P<location>[\\w-]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "location": {
                            "description": "ISO3166 \u4e8c\u5b57\u6bcd\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/data\/continents": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/data\/continents"
                    }
                ]
            }
        },
        "\/dokan\/v1\/data\/continents\/(?P<location>[\\w-]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "continent": {
                            "description": "2 \u4e2a\u5b57\u7b26\u7684\u5927\u6d32\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v3": {
            "namespace": "dokan\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "dokan\/v3",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v3"
                    }
                ]
            }
        },
        "\/dokan\/v3\/orders": {
            "namespace": "dokan\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "default": "",
                            "description": "Order id to search order",
                            "type": "string",
                            "required": false
                        },
                        "seller_id": {
                            "default": 0,
                            "description": "Orders belongs to specific seller",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "Order status.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "default": null,
                            "description": "The date the order was created, in the site's timezone.",
                            "type": "date-time",
                            "required": false
                        },
                        "customer_id": {
                            "default": "",
                            "description": "User ID who owns the order. 0 for guests.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v3\/orders"
                    }
                ]
            }
        },
        "\/dokan\/v3\/orders\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "default": "",
                            "description": "Order id to search order",
                            "type": "string",
                            "required": false
                        },
                        "seller_id": {
                            "default": 0,
                            "description": "Orders belongs to specific seller",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "Order status.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "default": null,
                            "description": "The date the order was created, in the site's timezone.",
                            "type": "date-time",
                            "required": false
                        },
                        "customer_id": {
                            "default": "",
                            "description": "User ID who owns the order. 0 for guests.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "type": "string",
                            "description": "Order Status",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/dokan\/v3\/orders\/(?P<id>[\\d]+)\/notes": {
            "namespace": "dokan\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "default": "",
                            "description": "Order id to search order",
                            "type": "string",
                            "required": false
                        },
                        "seller_id": {
                            "default": 0,
                            "description": "Orders belongs to specific seller",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "Order status.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "default": null,
                            "description": "The date the order was created, in the site's timezone.",
                            "type": "date-time",
                            "required": false
                        },
                        "customer_id": {
                            "default": "",
                            "description": "User ID who owns the order. 0 for guests.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "parent_id": {
                            "description": "Parent order ID.",
                            "type": "integer",
                            "required": false
                        },
                        "seller_id": {
                            "description": "Orders belongs to specific seller",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "Order status.",
                            "type": "string",
                            "enum": [
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "default": "USD",
                            "description": "Currency the order was created with, in ISO format.",
                            "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",
                                "LTC",
                                "ETH",
                                "ZWL"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "default": "",
                            "description": "User ID who owns the order. 0 for guests.",
                            "type": "string",
                            "required": false
                        },
                        "search": {
                            "default": "",
                            "description": "Order id to search order",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "Note left by customer during checkout.",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "Billing address.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "First name.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "last_name": {
                                    "description": "Last name.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "company": {
                                    "description": "Company name.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "address_1": {
                                    "description": "Address line 1",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "address_2": {
                                    "description": "Address line 2",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "city": {
                                    "description": "City name.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "state": {
                                    "description": "ISO code or name of the state, province or district.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postal code.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "country": {
                                    "description": "Country code in ISO 3166-1 alpha-2 format.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "email": {
                                    "description": "Email address.",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "phone": {
                                    "description": "Phone number.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "Shipping address.",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "First name.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "last_name": {
                                    "description": "Last name.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "company": {
                                    "description": "Company name.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "address_1": {
                                    "description": "Address line 1",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "address_2": {
                                    "description": "Address line 2",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "city": {
                                    "description": "City name.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "state": {
                                    "description": "ISO code or name of the state, province or district.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "postcode": {
                                    "description": "Postal code.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                },
                                "country": {
                                    "description": "Country code in ISO 3166-1 alpha-2 format.",
                                    "type": "string",
                                    "context": [
                                        "view"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "Payment method ID.",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "Payment method title.",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "Unique transaction ID.",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta key.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta value.",
                                        "type": "mixed",
                                        "context": [
                                            "view"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "Line items data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Item ID.",
                                        "type": "integer",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Product name.",
                                        "type": "mixed",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "Product ID.",
                                        "type": "mixed",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "Variation ID, if applicable.",
                                        "type": "integer",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "Quantity ordered.",
                                        "type": "integer",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Tax class of product.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "Line subtotal (before discounts).",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "Line subtotal tax (before discounts).",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "Line total (after discounts).",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Line total tax (after discounts).",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Line taxes.",
                                        "type": "array",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Tax rate ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "Tax total.",
                                                    "type": "string",
                                                    "context": [
                                                        "view"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "Tax subtotal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta data.",
                                        "type": "array",
                                        "context": [
                                            "view"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta key.",
                                                    "type": "string",
                                                    "context": [
                                                        "view"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta value.",
                                                    "type": "mixed",
                                                    "context": [
                                                        "view"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "Product SKU.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "Product price.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "Shipping lines data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Item ID.",
                                        "type": "integer",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "Shipping method name.",
                                        "type": "mixed",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "Shipping method ID.",
                                        "type": "mixed",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "total": {
                                        "description": "Line total (after discounts).",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Line total tax (after discounts).",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Line taxes.",
                                        "type": "array",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Tax rate ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Tax total.",
                                                    "type": "string",
                                                    "context": [
                                                        "view"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta data.",
                                        "type": "array",
                                        "context": [
                                            "view"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta key.",
                                                    "type": "string",
                                                    "context": [
                                                        "view"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta value.",
                                                    "type": "mixed",
                                                    "context": [
                                                        "view"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "Fee lines data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Item ID.",
                                        "type": "integer",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "Fee name.",
                                        "type": "mixed",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Tax class of fee.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Tax status of fee.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "Line total (after discounts).",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "Line total tax (after discounts).",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "Line taxes.",
                                        "type": "array",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Tax rate ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "Tax total.",
                                                    "type": "string",
                                                    "context": [
                                                        "view"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "Tax subtotal.",
                                                    "type": "string",
                                                    "context": [
                                                        "view"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "Meta data.",
                                        "type": "array",
                                        "context": [
                                            "view"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta key.",
                                                    "type": "string",
                                                    "context": [
                                                        "view"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta value.",
                                                    "type": "mixed",
                                                    "context": [
                                                        "view"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "Coupons line data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Item ID.",
                                        "type": "integer",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "Coupon code.",
                                        "type": "mixed",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "discount": {
                                        "description": "Discount total.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "Discount total tax.",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "Meta data.",
                                        "type": "array",
                                        "context": [
                                            "view"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta key.",
                                                    "type": "string",
                                                    "context": [
                                                        "view"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta value.",
                                                    "type": "mixed",
                                                    "context": [
                                                        "view"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "default": false,
                            "description": "Define if the order is paid. It will set the status to processing and reduce stock items.",
                            "type": "boolean",
                            "required": false
                        },
                        "note": {
                            "type": "string",
                            "description": "Order note content.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/dokan\/v3\/orders\/(?P<id>[\\d]+)\/notes\/(?P<note_id>[\\d]+)": {
            "namespace": "dokan\/v3",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "note_id": {
                            "description": "Unique identifier for the note object.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "default": "",
                            "description": "Order id to search order",
                            "type": "string",
                            "required": false
                        },
                        "seller_id": {
                            "default": 0,
                            "description": "Orders belongs to specific seller",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "Order status.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "default": null,
                            "description": "The date the order was created, in the site's timezone.",
                            "type": "date-time",
                            "required": false
                        },
                        "customer_id": {
                            "default": "",
                            "description": "User ID who owns the order. 0 for guests.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "note_id": {
                            "description": "Unique identifier for the note object.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "default": "",
                            "description": "Order id to search order",
                            "type": "string",
                            "required": false
                        },
                        "seller_id": {
                            "default": 0,
                            "description": "Orders belongs to specific seller",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "Order status.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "default": null,
                            "description": "The date the order was created, in the site's timezone.",
                            "type": "date-time",
                            "required": false
                        },
                        "customer_id": {
                            "default": "",
                            "description": "User ID who owns the order. 0 for guests.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v3\/orders\/summary": {
            "namespace": "dokan\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "default": "",
                            "description": "Order id to search order",
                            "type": "string",
                            "required": false
                        },
                        "seller_id": {
                            "default": 0,
                            "description": "Orders belongs to specific seller",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "Order status.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "default": null,
                            "description": "The date the order was created, in the site's timezone.",
                            "type": "date-time",
                            "required": false
                        },
                        "customer_id": {
                            "default": "",
                            "description": "User ID who owns the order. 0 for guests.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v3\/orders\/summary"
                    }
                ]
            }
        },
        "\/dokan\/v3\/orders\/(?P<id>[\\d]+)\/downloads": {
            "namespace": "dokan\/v3",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "default": "",
                            "description": "Order id to search order",
                            "type": "string",
                            "required": false
                        },
                        "seller_id": {
                            "default": 0,
                            "description": "Orders belongs to specific seller",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "Order status.",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "default": null,
                            "description": "The date the order was created, in the site's timezone.",
                            "type": "date-time",
                            "required": false
                        },
                        "customer_id": {
                            "default": "",
                            "description": "User ID who owns the order. 0 for guests.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "ids": {
                            "type": "array",
                            "description": "Download IDs.",
                            "items": {
                                "type": "integer",
                                "description": "Download product IDs.",
                                "required": true
                            },
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "download_id": {
                            "type": "string",
                            "description": "Download ID.",
                            "required": false
                        },
                        "product_id": {
                            "type": "integer",
                            "description": "Product ID.",
                            "required": false
                        },
                        "permission_id": {
                            "type": "integer",
                            "description": "Permission ID.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/dokan\/v3\/orders\/bulk-actions": {
            "namespace": "dokan\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_ids": {
                            "type": "array",
                            "description": "Order ids",
                            "required": true
                        },
                        "status": {
                            "type": "string",
                            "description": "Order status",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v3\/orders\/bulk-actions"
                    }
                ]
            }
        },
        "\/dokan\/v1\/admin\/onboarding": {
            "namespace": "dokan\/v1\/admin",
            "methods": [
                "POST",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "onboarding": {
                            "description": "Onboarding data",
                            "type": "boolean",
                            "required": false
                        },
                        "marketplace_goal": {
                            "description": "Marketplace goal",
                            "type": "object",
                            "properties": {
                                "marketplace_focus": {
                                    "description": "Marketplace focus",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "handle_delivery": {
                                    "description": "Handle delivery",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                },
                                "top_priority": {
                                    "description": "Top priority",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "required": true
                                }
                            },
                            "required": false
                        },
                        "custom_store_url": {
                            "description": "Custom store URL",
                            "type": "string",
                            "required": false
                        },
                        "share_essentials": {
                            "description": "Share essentials",
                            "type": "boolean",
                            "required": false
                        },
                        "plugins": {
                            "description": "Plugins to install",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Plugin ID",
                                        "type": "string"
                                    },
                                    "info": {
                                        "description": "Plugin info",
                                        "type": "object"
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/admin\/onboarding"
                    }
                ]
            }
        },
        "\/dokan\/v1\/products\/categories": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u8d44\u6e90\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u6ca1\u6709\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u522b\u540d(slug)\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/products\/categories"
                    }
                ]
            }
        },
        "\/dokan\/v1\/products\/categories\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the resource.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/ai\/generate": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "prompt": {
                            "type": "string",
                            "description": "Prompt to process",
                            "required": true
                        },
                        "payload": {
                            "type": "object",
                            "description": "Optional data payload",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/ai\/generate"
                    }
                ]
            }
        },
        "\/dokan\/v1\/store-categories": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta per attributo del termine.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Se vuoi nascondere i termini non assegnati ad alcun articolo.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limita la serie di risultati ai termini assegnati ad uno specifico articolo.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati ai termini con uno o pi\u00f9 specifici slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/store-categories"
                    }
                ]
            }
        },
        "\/dokan\/v1\/store-categories\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 i termini non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/store-categories\/default-category": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta per attributo del termine.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Se vuoi nascondere i termini non assegnati ad alcun articolo.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limita la serie di risultati ai termini assegnati ad uno specifico articolo.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati ai termini con uno o pi\u00f9 specifici slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/store-categories\/default-category"
                    }
                ]
            }
        },
        "\/dokan\/v1\/coupons": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "code": {
                            "description": "Limit result set to resources with a specific code.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "code": {
                            "description": "Coupon code.",
                            "type": "string",
                            "required": true
                        },
                        "amount": {
                            "description": "The amount of discount. Should always be numeric, even if setting a percentage.",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "default": "fixed_cart",
                            "description": "Determines the type of discount that will be applied.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Coupon description.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "The date the coupon expires, in the site's timezone.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "The date the coupon expires, as GMT.",
                            "type": "string",
                            "required": false
                        },
                        "individual_use": {
                            "default": false,
                            "description": "If true, the coupon can only be used individually. Other applied coupons will be removed from the cart.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "List of product IDs the coupon can be used on.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "List of product IDs the coupon cannot be used on.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "How many times the coupon can be used in total.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "How many times the coupon can be used per customer.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Max number of items in the cart the coupon can be applied to.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "default": false,
                            "description": "If true and if the free shipping method requires a coupon, this coupon will enable free shipping.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "List of category IDs the coupon applies to.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "List of category IDs the coupon does not apply to.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "default": false,
                            "description": "If true, this coupon will not be applied to items that have sale prices.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Minimum order amount that needs to be in the cart before coupon applies.",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Maximum order amount allowed when using the coupon.",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "List of email addresses that can use this coupon.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta key.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta value.",
                                        "type": "mixed",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/coupons"
                    }
                ]
            }
        },
        "\/dokan\/v1\/coupons\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the resource.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the resource.",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "Coupon code.",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "The amount of discount. Should always be numeric, even if setting a percentage.",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "Determines the type of discount that will be applied.",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Coupon description.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "The date the coupon expires, in the site's timezone.",
                            "type": "string",
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "The date the coupon expires, as GMT.",
                            "type": "string",
                            "required": false
                        },
                        "individual_use": {
                            "description": "If true, the coupon can only be used individually. Other applied coupons will be removed from the cart.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "List of product IDs the coupon can be used on.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "List of product IDs the coupon cannot be used on.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "How many times the coupon can be used in total.",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "How many times the coupon can be used per customer.",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "Max number of items in the cart the coupon can be applied to.",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "If true and if the free shipping method requires a coupon, this coupon will enable free shipping.",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "List of category IDs the coupon applies to.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "List of category IDs the coupon does not apply to.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "If true, this coupon will not be applied to items that have sale prices.",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "Minimum order amount that needs to be in the cart before coupon applies.",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "Maximum order amount allowed when using the coupon.",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "List of email addresses that can use this coupon.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta key.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta value.",
                                        "type": "mixed",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the resource.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/coupons\/marketplace": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "code": {
                            "description": "Limit result set to resources with a specific code.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/coupons\/marketplace"
                    }
                ]
            }
        },
        "\/dokan\/v1\/reports\/sales_overview": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "vendor_id": {
                            "description": "ID of the Store",
                            "type": "integer",
                            "default": 0,
                            "required": false
                        },
                        "start_date": {
                            "type": "string",
                            "format": "date-time",
                            "default": "2026-04-01",
                            "required": false
                        },
                        "end_date": {
                            "type": "string",
                            "format": "date-time",
                            "default": "2026-04-11",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/reports\/sales_overview"
                    }
                ]
            }
        },
        "\/dokan\/v1\/reports\/top_selling": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "vendor_id": {
                            "description": "ID of the Store",
                            "type": "integer",
                            "default": 0,
                            "required": false
                        },
                        "start_date": {
                            "type": "string",
                            "format": "date-time",
                            "default": "2026-04-01",
                            "required": false
                        },
                        "end_date": {
                            "type": "string",
                            "format": "date-time",
                            "default": "2026-04-11",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/reports\/top_selling"
                    }
                ]
            }
        },
        "\/dokan\/v1\/reports\/top_earners": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "vendor_id": {
                            "description": "ID of the Store",
                            "type": "integer",
                            "default": 0,
                            "required": false
                        },
                        "start_date": {
                            "type": "string",
                            "format": "date-time",
                            "default": "2026-04-01",
                            "required": false
                        },
                        "end_date": {
                            "type": "string",
                            "format": "date-time",
                            "default": "2026-04-11",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/reports\/top_earners"
                    }
                ]
            }
        },
        "\/dokan\/v1\/reports\/summary": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "vendor_id": {
                            "description": "ID of the Store",
                            "type": "integer",
                            "default": 0,
                            "required": false
                        },
                        "start_date": {
                            "type": "string",
                            "format": "date-time",
                            "default": "2026-04-01",
                            "required": false
                        },
                        "end_date": {
                            "type": "string",
                            "format": "date-time",
                            "default": "2026-04-11",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/reports\/summary"
                    }
                ]
            }
        },
        "\/dokan\/v1\/reviews": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/reviews"
                    }
                ]
            }
        },
        "\/dokan\/v1\/reviews\/summary": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/reviews\/summary"
                    }
                ]
            }
        },
        "\/dokan\/v1\/reviews\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Review Status",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/products\/(?P<product_id>[\\d]+)\/variations": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Unique identifier for the variable product.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Unique identifier for the variable product.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Variation description.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Unique identifier.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Variation regular price.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "sale_price": {
                            "description": "Variation sale price.",
                            "type": "number",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Start date of sale price, in the site's timezone.",
                            "type": "date-time",
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Start date of sale price, as GMT.",
                            "type": "date-time",
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "End date of sale price, in the site's timezone.",
                            "type": "date-time",
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "End date of sale price, as GMT.",
                            "type": "date-time",
                            "required": false
                        },
                        "visible": {
                            "default": true,
                            "description": "Define if the variation is visible on the product's page.",
                            "type": "boolean",
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "If the variation is virtual.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "If the variation is downloadable.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "List of downloadable files.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "File MD5 hash.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "File name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "File URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "Number of times downloadable files can be downloaded after purchase.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "Number of days until access to downloadable files expires.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "Tax status.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Tax class.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "Stock management at variation level.",
                            "type": "mixed",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stock quantity.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "default": true,
                            "description": "Controls whether or not the variation is listed as \"in stock\" or \"out of stock\" on the frontend.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "If managing stock, this controls if backorders are allowed.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Variation weight (lbs).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Variation dimensions.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Variation length (in).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Variation width (in).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Variation height (in).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Shipping class slug.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Variation image data.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Image ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "The date the image was created, in the site's timezone.",
                                    "type": "date-time",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "The date the image was created, as GMT.",
                                    "type": "date-time",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "The date the image was last modified, in the site's timezone.",
                                    "type": "date-time",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "The date the image was last modified, as GMT.",
                                    "type": "date-time",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "Image URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Image name.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Image alternative text.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "position": {
                                    "description": "Image position. 0 means that the image is featured.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "List of attributes.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attribute ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribute name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Selected attribute term name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menu order, used to custom sort products.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta key.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta value.",
                                        "type": "mixed",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/products\/(?P<product_id>[\\d]+)\/variations\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Unique identifier for the variable product.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the variation.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Unique identifier for the variable product.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the variation.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Variation description.",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "Unique identifier.",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "Variation regular price.",
                            "type": [
                                "number",
                                "string"
                            ],
                            "required": false
                        },
                        "sale_price": {
                            "description": "Variation sale price.",
                            "type": "number",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "Start date of sale price, in the site's timezone.",
                            "type": "date-time",
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "Start date of sale price, as GMT.",
                            "type": "date-time",
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "End date of sale price, in the site's timezone.",
                            "type": "date-time",
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "End date of sale price, as GMT.",
                            "type": "date-time",
                            "required": false
                        },
                        "visible": {
                            "description": "Define if the variation is visible on the product's page.",
                            "type": "boolean",
                            "required": false
                        },
                        "virtual": {
                            "description": "If the variation is virtual.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "If the variation is downloadable.",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "List of downloadable files.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "File MD5 hash.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "File name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "File URL.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "Number of times downloadable files can be downloaded after purchase.",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "Number of days until access to downloadable files expires.",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Tax status.",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "Tax class.",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "Stock management at variation level.",
                            "type": "mixed",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "Stock quantity.",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "Controls whether or not the variation is listed as \"in stock\" or \"out of stock\" on the frontend.",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "If managing stock, this controls if backorders are allowed.",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "Variation weight (lbs).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "Variation dimensions.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "Variation length (in).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "Variation width (in).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "Variation height (in).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "Shipping class slug.",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "Variation image data.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Image ID.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "The date the image was created, in the site's timezone.",
                                    "type": "date-time",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "The date the image was created, as GMT.",
                                    "type": "date-time",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "The date the image was last modified, in the site's timezone.",
                                    "type": "date-time",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "The date the image was last modified, as GMT.",
                                    "type": "date-time",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "Image URL.",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "Image name.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "Image alternative text.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "position": {
                                    "description": "Image position. 0 means that the image is featured.",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "List of attributes.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Attribute ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "Attribute name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "Selected attribute term name.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "Menu order, used to custom sort products.",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "Meta data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Meta ID.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "Meta key.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "Meta value.",
                                        "type": "mixed",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Unique identifier for the variable product.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the variation.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/products\/(?P<product_id>[\\d]+)\/variations\/batch": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "Product ID for which variations will be managed.",
                            "type": "integer",
                            "required": false
                        },
                        "update": {
                            "description": "List of updated resources.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Unique identifier for the resource.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created": {
                                        "description": "The date the variation was created, in the site's timezone.",
                                        "type": "date-time",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "The date the variation was last modified, in the site's timezone.",
                                        "type": "date-time",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "description": {
                                        "description": "Variation description.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "permalink": {
                                        "description": "Variation URL.",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "sku": {
                                        "description": "Unique identifier.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "price": {
                                        "description": "Current variation price.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "regular_price": {
                                        "description": "Variation regular price.",
                                        "type": [
                                            "number",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "sale_price": {
                                        "description": "Variation sale price.",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_on_sale_from": {
                                        "description": "Start date of sale price, in the site's timezone.",
                                        "type": "date-time",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_on_sale_from_gmt": {
                                        "description": "Start date of sale price, as GMT.",
                                        "type": "date-time",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_on_sale_to": {
                                        "description": "End date of sale price, in the site's timezone.",
                                        "type": "date-time",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_on_sale_to_gmt": {
                                        "description": "End date of sale price, as GMT.",
                                        "type": "date-time",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "on_sale": {
                                        "description": "Shows if the variation is on sale.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "visible": {
                                        "description": "Define if the variation is visible on the product's page.",
                                        "type": "boolean",
                                        "default": true,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "purchasable": {
                                        "description": "Shows if the variation can be bought.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "virtual": {
                                        "description": "If the variation is virtual.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "downloadable": {
                                        "description": "If the variation is downloadable.",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "downloads": {
                                        "description": "List of downloadable files.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "File MD5 hash.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "name": {
                                                    "description": "File name.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "file": {
                                                    "description": "File URL.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "download_limit": {
                                        "description": "Number of times downloadable files can be downloaded after purchase.",
                                        "type": "integer",
                                        "default": -1,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "download_expiry": {
                                        "description": "Number of days until access to downloadable files expires.",
                                        "type": "integer",
                                        "default": -1,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "Tax status.",
                                        "type": "string",
                                        "default": "taxable",
                                        "enum": [
                                            "taxable",
                                            "shipping",
                                            "none"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "Tax class.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "manage_stock": {
                                        "description": "Stock management at variation level.",
                                        "type": "mixed",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "stock_quantity": {
                                        "description": "Stock quantity.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "in_stock": {
                                        "description": "Controls whether or not the variation is listed as \"in stock\" or \"out of stock\" on the frontend.",
                                        "type": "boolean",
                                        "default": true,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "backorders": {
                                        "description": "If managing stock, this controls if backorders are allowed.",
                                        "type": "string",
                                        "default": "no",
                                        "enum": [
                                            "no",
                                            "notify",
                                            "yes"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "backorders_allowed": {
                                        "description": "Shows if backorders are allowed.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "backordered": {
                                        "description": "Shows if the variation is on backordered.",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "weight": {
                                        "description": "Variation weight (lbs).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "dimensions": {
                                        "description": "Variation dimensions.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "properties": {
                                            "length": {
                                                "description": "Variation length (in).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "width": {
                                                "description": "Variation width (in).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "height": {
                                                "description": "Variation height (in).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    },
                                    "shipping_class": {
                                        "description": "Shipping class slug.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "shipping_class_id": {
                                        "description": "Shipping class ID.",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "Variation image data.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "properties": {
                                            "id": {
                                                "description": "Image ID.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "date_created": {
                                                "description": "The date the image was created, in the site's timezone.",
                                                "type": "date-time",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "date_created_gmt": {
                                                "description": "The date the image was created, as GMT.",
                                                "type": "date-time",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "date_modified": {
                                                "description": "The date the image was last modified, in the site's timezone.",
                                                "type": "date-time",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "date_modified_gmt": {
                                                "description": "The date the image was last modified, as GMT.",
                                                "type": "date-time",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "src": {
                                                "description": "Image URL.",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "Image name.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "alt": {
                                                "description": "Image alternative text.",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "position": {
                                                "description": "Image position. 0 means that the image is featured.",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    },
                                    "attributes": {
                                        "description": "List of attributes.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Attribute ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "name": {
                                                    "description": "Attribute name.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "option": {
                                                    "description": "Selected attribute term name.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "menu_order": {
                                        "description": "Menu order, used to custom sort products.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "meta_data": {
                                        "description": "Meta data.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "Meta ID.",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "Meta key.",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "Meta value.",
                                                    "type": "mixed",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/stores\/(?P<id>[\\d]+)\/stats": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/stores\/(?P<id>[\\d]+)\/email": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "subject": {
                            "description": "Subject of the email.",
                            "type": "string",
                            "required": true
                        },
                        "body": {
                            "description": "Body of the email.",
                            "type": "string",
                            "required": true
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/stores\/current-visitor": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/stores\/current-visitor"
                    }
                ]
            }
        },
        "\/dokan\/v1\/admin\/modules": {
            "namespace": "dokan\/v1\/admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/admin\/modules"
                    }
                ]
            }
        },
        "\/dokan\/v1\/admin\/modules\/activate": {
            "namespace": "dokan\/v1\/admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "module": {
                            "description": "Basename of the module as array",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/admin\/modules\/activate"
                    }
                ]
            }
        },
        "\/dokan\/v1\/admin\/modules\/deactivate": {
            "namespace": "dokan\/v1\/admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "module": {
                            "description": "Basename of the module as array",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/admin\/modules\/deactivate"
                    }
                ]
            }
        },
        "\/dokan\/v1\/announcement": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "vendor_id": {
                            "description": "If set, specified vendor announcement will be returned.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "type": "string",
                            "description": "Announcement status, this is a admin only feature",
                            "enum": [
                                "all",
                                "publish",
                                "pending",
                                "draft",
                                "future",
                                "trash"
                            ],
                            "default": "all",
                            "required": false
                        },
                        "read_status": {
                            "type": "string",
                            "description": "Announcement read status, this is a vendor only feature",
                            "enum": [
                                "read",
                                "trash",
                                "unread",
                                "all"
                            ],
                            "default": "all",
                            "required": false
                        },
                        "from": {
                            "type": "string",
                            "format": "date-time",
                            "description": "Announcement date time from",
                            "required": false
                        },
                        "to": {
                            "type": "string",
                            "format": "date-time",
                            "description": "Announcement date time to",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "notice_id": {
                            "description": "If returning a single notice, notice id will be available .",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Status of the announcement",
                            "type": "string",
                            "enum": [
                                "publish",
                                "pending",
                                "future",
                                "draft"
                            ],
                            "required": false
                        },
                        "read_status": {
                            "description": "Vendor read status of the single notice",
                            "type": "string",
                            "enum": [
                                "read",
                                "unread",
                                "trash"
                            ],
                            "required": false
                        },
                        "announcement_type": {
                            "description": "Send announcement to: this is a admin only field",
                            "type": "string",
                            "enum": [
                                "all_seller",
                                "selected_seller",
                                "enabled_seller",
                                "disabled_seller",
                                "featured_seller"
                            ],
                            "required": false
                        },
                        "announcement_sellers": {
                            "description": "Send announcement to: this is a admin only field",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Vendor id",
                                        "type": "integer"
                                    },
                                    "name": {
                                        "description": "Vendor name",
                                        "type": "string"
                                    },
                                    "shop_name": {
                                        "description": "Vendor shop name",
                                        "type": "string"
                                    },
                                    "email": {
                                        "description": "Vendor email address",
                                        "type": "string"
                                    }
                                }
                            },
                            "required": false
                        },
                        "sender_ids": {
                            "description": "Send announcement to: this is a admin only field",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_seller_ids": {
                            "description": "Exclude seller ids",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/announcement"
                    }
                ]
            }
        },
        "\/dokan\/v1\/announcement\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "description": "Force delete announcement.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/announcement\/(?P<id>[\\d]+)\/restore": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/announcement\/batch": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "trash": {
                            "description": "Batch trash announcements.",
                            "type": "array",
                            "items": {
                                "type": "integer",
                                "sanitize_callback": "absint",
                                "validate_callback": [
                                    [],
                                    "rest_validate_announcement_id"
                                ]
                            },
                            "required": false
                        },
                        "delete": {
                            "description": "Batch delete announcements.",
                            "type": "array",
                            "items": {
                                "type": "integer",
                                "sanitize_callback": "absint",
                                "validate_callback": [
                                    [],
                                    "rest_validate_announcement_id"
                                ]
                            },
                            "required": false
                        },
                        "restore": {
                            "description": "Batch untrash announcements.",
                            "type": "array",
                            "items": {
                                "type": "integer",
                                "sanitize_callback": "absint",
                                "validate_callback": [
                                    [],
                                    "rest_validate_announcement_id"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/announcement\/batch"
                    }
                ]
            }
        },
        "\/dokan\/v1\/announcement\/notice\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "read_status": {
                            "description": "Announcement read status",
                            "type": "string",
                            "enum": [
                                "read",
                                "unread"
                            ],
                            "default": "read",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/admin\/logs": {
            "namespace": "dokan\/v1\/admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "vendor_id": {
                            "description": "Vendor IDs to filter form",
                            "type": [
                                "array",
                                "integer"
                            ],
                            "default": [],
                            "items": {
                                "type": "integer",
                                "sanitize_callback": "absint"
                            },
                            "required": false
                        },
                        "order_id": {
                            "description": "Order IDs to filter form",
                            "type": [
                                "array",
                                "integer"
                            ],
                            "default": [],
                            "items": {
                                "type": "integer",
                                "sanitize_callback": "absint"
                            },
                            "required": false
                        },
                        "order_status": {
                            "description": "Order status to filter form",
                            "type": [
                                "string",
                                "array"
                            ],
                            "default": "",
                            "required": false
                        },
                        "orderby": {
                            "description": "Filter by column",
                            "type": "string",
                            "default": "order_id",
                            "required": false
                        },
                        "order": {
                            "description": "Order by type",
                            "type": "string",
                            "enum": [
                                "desc",
                                "asc"
                            ],
                            "default": "desc",
                            "required": false
                        },
                        "return": {
                            "description": "How data will be returned",
                            "type": "string",
                            "enum": [
                                "all",
                                "ids",
                                "count"
                            ],
                            "default": "all",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/admin\/logs"
                    }
                ]
            }
        },
        "\/dokan\/v1\/admin\/logs\/export": {
            "namespace": "dokan\/v1\/admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "vendor_id": {
                            "description": "Vendor IDs to filter form",
                            "type": [
                                "array",
                                "integer"
                            ],
                            "default": [],
                            "items": {
                                "type": "integer",
                                "sanitize_callback": "absint"
                            },
                            "required": false
                        },
                        "order_id": {
                            "description": "Order IDs to filter form",
                            "type": [
                                "array",
                                "integer"
                            ],
                            "default": [],
                            "items": {
                                "type": "integer",
                                "sanitize_callback": "absint"
                            },
                            "required": false
                        },
                        "order_status": {
                            "description": "Order status to filter form",
                            "type": [
                                "string",
                                "array"
                            ],
                            "default": "",
                            "required": false
                        },
                        "orderby": {
                            "description": "Filter by column",
                            "type": "string",
                            "default": "order_id",
                            "required": false
                        },
                        "order": {
                            "description": "Order by type",
                            "type": "string",
                            "enum": [
                                "desc",
                                "asc"
                            ],
                            "default": "desc",
                            "required": false
                        },
                        "return": {
                            "description": "How data will be returned",
                            "type": "string",
                            "enum": [
                                "all",
                                "ids",
                                "count"
                            ],
                            "default": "all",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/admin\/logs\/export"
                    }
                ]
            }
        },
        "\/dokan\/v1\/refunds": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "type": "string",
                            "description": "Search by order id OR shop name",
                            "required": false
                        },
                        "status": {
                            "type": "string",
                            "description": "Refund status",
                            "enum": [
                                "pending",
                                "completed",
                                "cancelled"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "type": "string",
                            "description": "Order By",
                            "default": "id",
                            "required": false
                        },
                        "order": {
                            "type": "string",
                            "description": "Order",
                            "default": "asc",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/refunds"
                    }
                ]
            }
        },
        "\/dokan\/v1\/refunds\/(?P<id>[\\d]+)\/approve": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/refunds\/(?P<id>[\\d]+)\/cancel": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/refunds\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/refunds\/batch": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "completed": {
                            "description": "List of refund IDs to be completed",
                            "type": "array",
                            "default": [],
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cancelled": {
                            "description": "List of refund IDs to be cancelled",
                            "type": "array",
                            "default": [],
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/refunds\/batch"
                    }
                ]
            }
        },
        "\/dokan\/v1\/admin\/changelog\/pro": {
            "namespace": "dokan\/v1\/admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/admin\/changelog\/pro"
                    }
                ]
            }
        },
        "\/dokan\/v1\/vendor-dashboard\/profile-progressbar": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/vendor-dashboard\/profile-progressbar"
                    }
                ]
            }
        },
        "\/dokan\/v2\/products\/(?P<id>[\\d]+)\/duplicate": {
            "namespace": "dokan\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v2\/products\/linked-products": {
            "namespace": "dokan\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "term": {
                            "description": "Product name",
                            "type": "string",
                            "required": true
                        },
                        "user_ids": {
                            "type": [
                                "boolean",
                                "number",
                                "array"
                            ],
                            "description": "A boolean, number, or an array of numbers.",
                            "required": false
                        },
                        "exclude": {
                            "description": "Excluded product id",
                            "type": "number",
                            "required": false
                        },
                        "include": {
                            "description": "Included product id",
                            "type": "number",
                            "required": false
                        },
                        "limit": {
                            "description": "Included product id",
                            "type": "number",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v2\/products\/linked-products"
                    }
                ]
            }
        },
        "\/dokan\/v2\/withdraw\/disbursement": {
            "namespace": "dokan\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "schedule": {
                            "description": "Preferred Payment Schedule",
                            "type": "string",
                            "enum": [],
                            "required": true
                        },
                        "minimum": {
                            "description": "Only When Balance Is",
                            "type": "integer",
                            "enum": [
                                0,
                                1,
                                2,
                                3,
                                4,
                                5,
                                6,
                                7,
                                8,
                                9,
                                10
                            ],
                            "required": true
                        },
                        "reserve": {
                            "description": "Maintain Reserve Balance",
                            "type": "integer",
                            "enum": [
                                0,
                                5,
                                10,
                                15,
                                50,
                                100,
                                200,
                                300,
                                500,
                                1000,
                                2000,
                                3000,
                                5000,
                                10000
                            ],
                            "required": true
                        },
                        "method": {
                            "description": "Preferred Payment Method",
                            "type": "string",
                            "enum": [
                                0
                            ],
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v2\/withdraw\/disbursement"
                    }
                ]
            }
        },
        "\/dokan\/v2\/withdraw\/disbursement\/disable": {
            "namespace": "dokan\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v2\/withdraw\/disbursement\/disable"
                    }
                ]
            }
        },
        "\/dokan\/v1\/shipping-status": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/shipping-status"
                    }
                ]
            }
        },
        "\/dokan\/v1\/shipping-status\/orders\/(?P<order_id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "description": "Unique identifier for the order.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "Unique identifier for the order.",
                            "type": "integer",
                            "required": false
                        },
                        "shipment_comments": {
                            "default": "",
                            "description": "Shipment comment.",
                            "type": "string",
                            "required": false
                        },
                        "shipping_provider": {
                            "description": "Shipment Provider.",
                            "type": "string",
                            "required": true
                        },
                        "other_provider": {
                            "default": "",
                            "description": "Shipment Provider Name.",
                            "type": "string",
                            "required": false
                        },
                        "other_p_url": {
                            "default": "",
                            "description": "Shipment Provider URL.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "shipping_number": {
                            "description": "Shipment tracking Number",
                            "type": "string",
                            "required": true
                        },
                        "shipped_status": {
                            "description": "The Status of the Shipment.",
                            "type": "string",
                            "format": "text",
                            "required": true
                        },
                        "is_notify": {
                            "default": "off",
                            "description": "Shipment notification send to customer or not.",
                            "type": "string",
                            "enum": [
                                "on",
                                "off"
                            ],
                            "required": false
                        },
                        "shipped_date": {
                            "description": "Shipment Date.",
                            "type": "string",
                            "format": "date-time",
                            "required": true
                        },
                        "item_id": {
                            "description": "Shipment Items",
                            "type": "array",
                            "items": {
                                "description": "Shipment item id.",
                                "type": "integer",
                                "context": [
                                    "view",
                                    "edit"
                                ],
                                "required": true
                            },
                            "uniqueItems": true,
                            "required": true
                        },
                        "item_qty": {
                            "description": "Shipment items quantity.",
                            "type": "object",
                            "minItems": 1,
                            "uniqueItems": true,
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/shipping-status\/orders\/(?P<order_id>[\\d]+)\/shipment\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "description": "Unique identifier for the order.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the shipment.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "order_id": {
                            "description": "Unique identifier for the order.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the shipment.",
                            "type": "integer",
                            "required": false
                        },
                        "shipment_comments": {
                            "description": "Shipment comment.",
                            "type": "string",
                            "required": false
                        },
                        "shipping_provider": {
                            "description": "Shipment Provider.",
                            "type": "string",
                            "required": false
                        },
                        "other_provider": {
                            "description": "Shipment Provider Name.",
                            "type": "string",
                            "required": false
                        },
                        "other_p_url": {
                            "description": "Shipment Provider URL.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "shipping_number": {
                            "description": "Shipment tracking Number",
                            "type": "string",
                            "required": false
                        },
                        "shipped_status": {
                            "description": "The Status of the Shipment.",
                            "type": "string",
                            "format": "text",
                            "required": false
                        },
                        "is_notify": {
                            "description": "Shipment notification send to customer or not.",
                            "type": "string",
                            "enum": [
                                "on",
                                "off"
                            ],
                            "required": false
                        },
                        "shipped_date": {
                            "description": "Shipment Date.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "item_id": {
                            "description": "Shipment Items",
                            "type": "array",
                            "items": {
                                "description": "Shipment item id.",
                                "type": "integer",
                                "context": [
                                    "view",
                                    "edit"
                                ],
                                "required": true
                            },
                            "uniqueItems": true,
                            "required": false
                        },
                        "item_qty": {
                            "description": "Shipment items quantity.",
                            "type": "object",
                            "minItems": 1,
                            "uniqueItems": true,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "order_id": {
                            "description": "Unique identifier for the order.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the shipment.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/shipping": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/shipping"
                    }
                ]
            }
        },
        "\/dokan\/v1\/shipping\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "continent": {
                            "description": "Continents.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "code": {
                                        "description": "Continent code.",
                                        "type": "string"
                                    }
                                }
                            },
                            "required": false
                        },
                        "country": {
                            "description": "Countries.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "code": {
                                        "description": "Country code.",
                                        "type": "string"
                                    }
                                }
                            },
                            "required": false
                        },
                        "state": {
                            "description": "States.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "code": {
                                        "description": "State code.",
                                        "type": "string"
                                    }
                                }
                            },
                            "required": false
                        },
                        "postcode": {
                            "description": "Postcodes.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/shipping\/(?P<id>[\\d]+)\/methods": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        },
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "method_id": {
                            "description": "Shipping method.",
                            "type": "string",
                            "required": true
                        },
                        "settings": {
                            "description": "Shipping method settings.",
                            "type": "object",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/shipping\/(?P<id>[\\d]+)\/methods\/(?P<instance_id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "method_id": {
                            "description": "Shipping method.",
                            "type": "string",
                            "required": true
                        },
                        "settings": {
                            "description": "Shipping method settings.",
                            "type": "object",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/dokan\/v1\/shipping\/(?P<id>[\\d]+)\/methods\/(?P<instance_id>[\\d]+)\/status": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "enabled": {
                            "description": "Shipping method is enabled.",
                            "type": "boolean",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/shipping\/policy": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "processing_time": {
                            "description": "The ID of Processing duration for shipping orders.",
                            "type": "string",
                            "enum": [
                                "",
                                "1",
                                "2",
                                "3",
                                "4",
                                "5",
                                "6",
                                "7",
                                "8",
                                "9"
                            ],
                            "required": false
                        },
                        "shipping_policy": {
                            "description": "Shipping policy details.",
                            "type": "string",
                            "required": false
                        },
                        "refund_policy": {
                            "description": "Refund policy details.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/shipping\/policy"
                    }
                ]
            }
        },
        "\/dokan\/v1\/vendor\/reports\/statement": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "start_date": {
                            "description": "Start date of statement period",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "end_date": {
                            "description": "End date of statement period",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/vendor\/reports\/statement"
                    }
                ]
            }
        },
        "\/dokan\/v1\/vendor\/reports\/statement\/summary": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "start_date": {
                            "description": "Start date of statement period",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "end_date": {
                            "description": "End date of statement period",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/vendor\/reports\/statement\/summary"
                    }
                ]
            }
        },
        "\/dokan\/v1\/vendor\/reports\/statement\/export": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "start_date": {
                            "description": "Start date of statement period",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "end_date": {
                            "description": "End date of statement period",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/vendor\/reports\/statement\/export"
                    }
                ]
            }
        },
        "\/dokan\/v1\/blocks\/product-variation\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/manual-orders": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4ee5\u5339\u914d\u4e00\u4e2a\u5b57\u7b26\u4e32\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u5728\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u56de\u590d\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u90e8\u5206\u7236\u7ea7IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u9664\u90e8\u5206\u7236\u7ea7ID\u4e4b\u5916\u7684\u5168\u90e8\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a\u72b6\u6001\u7684\u8ba2\u5355\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "any",
                                    "trash",
                                    "auto-draft",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ]
                            },
                            "required": false
                        },
                        "customer": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u5ba2\u6237\u7684\u8ba2\u5355\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u4ea7\u54c1\u76f8\u5173\u7684\u8ba2\u5355\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "\u6bcf\u4e2a\u8d44\u6e90\u4e2d\u4f7f\u7528\u7684\u5c0f\u6570\u70b9\u7684\u6570\u76ee",
                            "type": "integer",
                            "required": false
                        },
                        "order_item_display_meta": {
                            "default": false,
                            "description": "\u4ec5\u5c55\u793a\u4e3a\u8ba2\u5355\u663e\u793a\u7684\u5143\u6570\u636e\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "\u5c06 meta_data \u9650\u5236\u4e3a\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u4e0d\u5305\u62ec\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "\u7236\u7ea7\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "pending",
                            "description": "\u8ba2\u5355\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "default": "USD",
                            "description": "\u6b64\u8ba2\u5355\u4f7f\u7528\u7684\u5e01\u79cd\uff0c\u4f7f\u7528ISO\u683c\u5f0f\u3002",
                            "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",
                                "LTC",
                                "ETH",
                                "ZWL"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "default": 0,
                            "description": "\u6b64\u8ba2\u5355\u7684\u7528\u6237ID\uff0c0\u8868\u793a\u662f\u8bbf\u5ba2\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u5ba2\u6237\u5728\u7ed3\u8d26\u65f6\u7559\u4e0b\u7684\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 \u4e24\u5b57\u6bcd\u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u90ae\u5730\u5740\u3002",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u914d\u9001\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 \u4e24\u5b57\u6bcd\u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0f ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0f\u6807\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "\u552f\u4e00\u7684\u4ea4\u6613ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "\u8ba2\u5355\u5185\u4ea7\u54c1\u7684\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "\u7236\u4ea7\u54c1\u540d\u79f0\uff08\u5982\u679c\u4ea7\u54c1\u662f\u53d8\u4f53\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "\u4ea7\u54c1ID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "\u53ef\u53d8ID\uff0c\u82e5\u9002\u7528\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "\u8ba2\u8d2d\u6570\u91cf\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u4ea7\u54c1\u7684\u7a0e\u79cd\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "\u884c\u95f4\u5c0f\u8ba1 \uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u5c0f\u8ba1 \uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "\u7a0e\u989d\u5c0f\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Meta key \u5143\u952e\uff0c\u7528\u4e8eUI\u663e\u793a\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "UI\u663e\u793a\u7684 Meta \u5143\u503c\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "\u4ea7\u54c1SKU\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "\u4ea7\u54c1\u4ef7\u683c\u3002",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "\u4e3b\u8981\u4ea7\u54c1\u56fe\u7247\u7684\u5c5e\u6027\u3002",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "\u56fe\u7247 ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "\u914d\u9001\u72b6\u6001\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "\u914d\u9001\u65b9\u5f0f\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "\u914d\u9001\u65b9\u5f0fID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "\u914d\u9001\u5b9e\u4f8b ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u8d39\u7528\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u8d39\u7528\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u7c7b\u578b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u72b6\u6001\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a0e\u989d\u5c0f\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "\u4f18\u60e0\u5238\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "\u4f18\u60e0\u7801\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u6298\u6263\u603b\u989d",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "\u6298\u6263\u7a0e\u603b\u989d",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "\u6298\u6263\u7c7b\u578b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "\u4f18\u60e0\u5238\u4e2d\u786e\u5b9a\u7684\u6298\u6263\u91d1\u989d\uff08\u7edd\u5bf9\u503c\u6216\u767e\u5206\u6bd4\uff0c\u5177\u4f53\u53d6\u51b3\u4e8e\u6298\u6263\u7c7b\u578b\uff09\u3002",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u662f\u5426\u53ef\u514d\u8fd0\u8d39\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "default": false,
                            "description": "\u5b9a\u4e49\u8ba2\u5355\u662f\u5426\u5df2\u88ab\u652f\u4ed8\uff0c\u5b83\u7684\u72b6\u6001\u5c06\u4f1a\u88ab\u8bbe\u7f6e\u4e3a\u6b63\u5728\u5904\u7406\u5e76\u51cf\u53bb\u76f8\u5e94\u7684\u5e93\u5b58\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "default": false,
                            "description": "\u5c06\u6b64\u64cd\u4f5c\u8bbe\u7f6e\u4e3a\u624b\u52a8\uff0c\u6b64\u65f6\u8ba2\u5355\u5907\u6ce8\u4f1a\u767b\u8bb0\u4e3a\u201c\u7531\u7528\u6237\u6dfb\u52a0\u201d\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/manual-orders"
                    }
                ]
            }
        },
        "\/dokan\/v1\/manual-orders\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u7236\u7ea7\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "\u8ba2\u5355\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "\u6b64\u8ba2\u5355\u4f7f\u7528\u7684\u5e01\u79cd\uff0c\u4f7f\u7528ISO\u683c\u5f0f\u3002",
                            "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",
                                "LTC",
                                "ETH",
                                "ZWL"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "\u6b64\u8ba2\u5355\u7684\u7528\u6237ID\uff0c0\u8868\u793a\u662f\u8bbf\u5ba2\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u5ba2\u6237\u5728\u7ed3\u8d26\u65f6\u7559\u4e0b\u7684\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 \u4e24\u5b57\u6bcd\u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u90ae\u5730\u5740\u3002",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u914d\u9001\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 \u4e24\u5b57\u6bcd\u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0f ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0f\u6807\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "\u552f\u4e00\u7684\u4ea4\u6613ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "\u8ba2\u5355\u5185\u4ea7\u54c1\u7684\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "\u7236\u4ea7\u54c1\u540d\u79f0\uff08\u5982\u679c\u4ea7\u54c1\u662f\u53d8\u4f53\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "\u4ea7\u54c1ID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "\u53ef\u53d8ID\uff0c\u82e5\u9002\u7528\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "\u8ba2\u8d2d\u6570\u91cf\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u4ea7\u54c1\u7684\u7a0e\u79cd\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "\u884c\u95f4\u5c0f\u8ba1 \uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u5c0f\u8ba1 \uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "\u7a0e\u989d\u5c0f\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Meta key \u5143\u952e\uff0c\u7528\u4e8eUI\u663e\u793a\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "UI\u663e\u793a\u7684 Meta \u5143\u503c\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "\u4ea7\u54c1SKU\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "\u4ea7\u54c1\u4ef7\u683c\u3002",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "\u4e3b\u8981\u4ea7\u54c1\u56fe\u7247\u7684\u5c5e\u6027\u3002",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "\u56fe\u7247 ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "\u914d\u9001\u72b6\u6001\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "\u914d\u9001\u65b9\u5f0f\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "\u914d\u9001\u65b9\u5f0fID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "\u914d\u9001\u5b9e\u4f8b ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u8d39\u7528\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u8d39\u7528\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u7c7b\u578b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u72b6\u6001\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a0e\u989d\u5c0f\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "\u4f18\u60e0\u5238\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "\u4f18\u60e0\u7801\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u6298\u6263\u603b\u989d",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "\u6298\u6263\u7a0e\u603b\u989d",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "\u6298\u6263\u7c7b\u578b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "\u4f18\u60e0\u5238\u4e2d\u786e\u5b9a\u7684\u6298\u6263\u91d1\u989d\uff08\u7edd\u5bf9\u503c\u6216\u767e\u5206\u6bd4\uff0c\u5177\u4f53\u53d6\u51b3\u4e8e\u6298\u6263\u7c7b\u578b\uff09\u3002",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u662f\u5426\u53ef\u514d\u8fd0\u8d39\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "description": "\u5b9a\u4e49\u8ba2\u5355\u662f\u5426\u5df2\u88ab\u652f\u4ed8\uff0c\u5b83\u7684\u72b6\u6001\u5c06\u4f1a\u88ab\u8bbe\u7f6e\u4e3a\u6b63\u5728\u5904\u7406\u5e76\u51cf\u53bb\u76f8\u5e94\u7684\u5e93\u5b58\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "description": "\u5c06\u6b64\u64cd\u4f5c\u8bbe\u7f6e\u4e3a\u624b\u52a8\uff0c\u6b64\u65f6\u8ba2\u5355\u5907\u6ce8\u4f1a\u767b\u8bb0\u4e3a\u201c\u7531\u7528\u6237\u6dfb\u52a0\u201d\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5f3a\u5236\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/manual-orders\/batch": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "\u7236\u7ea7\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "\u8ba2\u5355\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "\u6b64\u8ba2\u5355\u4f7f\u7528\u7684\u5e01\u79cd\uff0c\u4f7f\u7528ISO\u683c\u5f0f\u3002",
                            "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",
                                "LTC",
                                "ETH",
                                "ZWL"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "\u6b64\u8ba2\u5355\u7684\u7528\u6237ID\uff0c0\u8868\u793a\u662f\u8bbf\u5ba2\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u5ba2\u6237\u5728\u7ed3\u8d26\u65f6\u7559\u4e0b\u7684\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 \u4e24\u5b57\u6bcd\u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u90ae\u5730\u5740\u3002",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u914d\u9001\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 \u4e24\u5b57\u6bcd\u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0f ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0f\u6807\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "\u552f\u4e00\u7684\u4ea4\u6613ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "\u8ba2\u5355\u5185\u4ea7\u54c1\u7684\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "\u7236\u4ea7\u54c1\u540d\u79f0\uff08\u5982\u679c\u4ea7\u54c1\u662f\u53d8\u4f53\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "\u4ea7\u54c1ID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "\u53ef\u53d8ID\uff0c\u82e5\u9002\u7528\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "\u8ba2\u8d2d\u6570\u91cf\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u4ea7\u54c1\u7684\u7a0e\u79cd\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "\u884c\u95f4\u5c0f\u8ba1 \uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u5c0f\u8ba1 \uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "\u7a0e\u989d\u5c0f\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Meta key \u5143\u952e\uff0c\u7528\u4e8eUI\u663e\u793a\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "UI\u663e\u793a\u7684 Meta \u5143\u503c\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "\u4ea7\u54c1SKU\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "\u4ea7\u54c1\u4ef7\u683c\u3002",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "\u4e3b\u8981\u4ea7\u54c1\u56fe\u7247\u7684\u5c5e\u6027\u3002",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "\u56fe\u7247 ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "\u914d\u9001\u72b6\u6001\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "\u914d\u9001\u65b9\u5f0f\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "\u914d\u9001\u65b9\u5f0fID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "\u914d\u9001\u5b9e\u4f8b ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u8d39\u7528\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u8d39\u7528\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u7c7b\u578b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u72b6\u6001\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a0e\u989d\u5c0f\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "\u4f18\u60e0\u5238\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "\u4f18\u60e0\u7801\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u6298\u6263\u603b\u989d",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "\u6298\u6263\u7a0e\u603b\u989d",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "\u6298\u6263\u7c7b\u578b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "\u4f18\u60e0\u5238\u4e2d\u786e\u5b9a\u7684\u6298\u6263\u91d1\u989d\uff08\u7edd\u5bf9\u503c\u6216\u767e\u5206\u6bd4\uff0c\u5177\u4f53\u53d6\u51b3\u4e8e\u6298\u6263\u7c7b\u578b\uff09\u3002",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u662f\u5426\u53ef\u514d\u8fd0\u8d39\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "description": "\u5b9a\u4e49\u8ba2\u5355\u662f\u5426\u5df2\u88ab\u652f\u4ed8\uff0c\u5b83\u7684\u72b6\u6001\u5c06\u4f1a\u88ab\u8bbe\u7f6e\u4e3a\u6b63\u5728\u5904\u7406\u5e76\u51cf\u53bb\u76f8\u5e94\u7684\u5e93\u5b58\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "description": "\u5c06\u6b64\u64cd\u4f5c\u8bbe\u7f6e\u4e3a\u624b\u52a8\uff0c\u6b64\u65f6\u8ba2\u5355\u5907\u6ce8\u4f1a\u767b\u8bb0\u4e3a\u201c\u7531\u7528\u6237\u6dfb\u52a0\u201d\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/manual-orders\/batch"
                    }
                ]
            }
        },
        "\/dokan\/v1\/manual-orders\/(?P<order_id>[\\d]+)\/notes": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "description": "\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "type": {
                            "default": "any",
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5ba2\u6237\u6216\u5185\u90e8\u5907\u6ce8\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "customer",
                                "internal"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "note": {
                            "type": "string",
                            "description": "\u8ba2\u5355\u5907\u6ce8\u5185\u5bb9\u3002",
                            "required": true
                        },
                        "customer_note": {
                            "default": false,
                            "description": "\u5982\u679c\u4e3a true \uff0c\u5219\u8be5\u5907\u6ce8\u5c06\u663e\u793a\u5e76\u901a\u77e5\u7ed9\u5ba2\u6237\u3002\u5982\u679c\u4e3a false\uff0c\u5219\u8be5\u5907\u6ce8\u4ec5\u4f9b\u7ba1\u7406\u5458\u53c2\u8003\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "added_by_user": {
                            "default": false,
                            "description": "\u5982\u679c\u4e3a true\uff0c\u5219\u6b64\u5907\u6ce8\u5c06\u5f52\u5c5e\u4e8e\u5f53\u524d\u7528\u6237\u3002\u5982\u679c\u4e3a false\uff0c\u5219\u6b64\u5907\u6ce8\u5c06\u5f52\u5c5e\u4e8e\u7cfb\u7edf\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/manual-orders\/(?P<order_id>[\\d]+)\/notes\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/manual-orders\/(?P<id>[\\d]+)\/actions": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "action": {
                            "description": "Order action to perform.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/taxes\/classes": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "\u7a0e\u79cd\u540d\u79f0\u3002",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/taxes\/classes"
                    }
                ]
            }
        },
        "\/dokan\/v1\/taxes\/classes\/(?P<slug>\\w[\\w\\s\\-]*)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u552f\u4e00\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u552f\u4e00\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/taxes": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "order",
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "enum": [
                                "id",
                                "order",
                                "priority"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "class": {
                            "description": "\u4ee5\u7a0e\u79cd\u6392\u5217\u3002",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "country": {
                            "description": "\u56fd\u5bb6\/\u5730\u533a\u7684 ISO 3166 \u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "\u5dde\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "\u90ae\u653f\u7f16\u7801\u4e0d\u652f\u6301\u591a\u4e2a\u503c\u3002\u8fd9\u4ece WooCommerce 5.3 \u5f00\u59cb\u88ab\u5f03\u7528\uff0c\u4f7f\u7528 \"postcodes\" \u6765\u4ee3\u66ff\u3002",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u57ce\u5e02\u540d\u79f0\u4e0d\u652f\u6301\u591a\u4e2a\u503c\u3002\u9019\u4ece WooCommerce 5.3 \u5f00\u59cb\u88ab\u5f03\u7528\uff0c\u4f7f\u7528 \"cities\" \u6765\u4ee3\u66ff\u3002",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "\u7a0e\u7387\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u7a0e\u7387\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "default": 1,
                            "description": "\u7a0e\u7684\u4f18\u5148\u7b49\u7ea7\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "default": false,
                            "description": "\u662f\u5426\u662f\u590d\u5408\u8d39\u7387\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "default": true,
                            "description": "\u662f\u5426\u6b64\u7a0e\u7387\u4e5f\u5e94\u7528\u4e8e\u8fd0\u8d39\u4e2d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "\u6307\u793a\u5c06\u5728\u67e5\u8be2\u4e2d\u51fa\u73b0\u7684\u987a\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "default": "standard",
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "\u90ae\u653f\u7f16\u7801\/\u90ae\u653f\u7f16\u7801\u7684\u5217\u8868\u3002\u5728WooCommerce 5.3\u4e2d\u5f15\u5165\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "\u57ce\u5e02\u540d\u79f0\u7684\u5217\u8868\u3002\u5728WooCommerce 5.3\u4e2d\u5f15\u5165\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/taxes"
                    }
                ]
            }
        },
        "\/dokan\/v1\/taxes\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "country": {
                            "description": "\u56fd\u5bb6\/\u5730\u533a\u7684 ISO 3166 \u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "\u5dde\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "\u90ae\u653f\u7f16\u7801\u4e0d\u652f\u6301\u591a\u4e2a\u503c\u3002\u8fd9\u4ece WooCommerce 5.3 \u5f00\u59cb\u88ab\u5f03\u7528\uff0c\u4f7f\u7528 \"postcodes\" \u6765\u4ee3\u66ff\u3002",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u57ce\u5e02\u540d\u79f0\u4e0d\u652f\u6301\u591a\u4e2a\u503c\u3002\u9019\u4ece WooCommerce 5.3 \u5f00\u59cb\u88ab\u5f03\u7528\uff0c\u4f7f\u7528 \"cities\" \u6765\u4ee3\u66ff\u3002",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "\u7a0e\u7387\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u7a0e\u7387\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "\u7a0e\u7684\u4f18\u5148\u7b49\u7ea7\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "\u662f\u5426\u662f\u590d\u5408\u8d39\u7387\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "\u662f\u5426\u6b64\u7a0e\u7387\u4e5f\u5e94\u7528\u4e8e\u8fd0\u8d39\u4e2d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "\u6307\u793a\u5c06\u5728\u67e5\u8be2\u4e2d\u51fa\u73b0\u7684\u987a\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "\u90ae\u653f\u7f16\u7801\/\u90ae\u653f\u7f16\u7801\u7684\u5217\u8868\u3002\u5728WooCommerce 5.3\u4e2d\u5f15\u5165\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "\u57ce\u5e02\u540d\u79f0\u7684\u5217\u8868\u3002\u5728WooCommerce 5.3\u4e2d\u5f15\u5165\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/taxes\/batch": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "country": {
                            "description": "\u56fd\u5bb6\/\u5730\u533a\u7684 ISO 3166 \u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "\u5dde\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "\u90ae\u653f\u7f16\u7801\u4e0d\u652f\u6301\u591a\u4e2a\u503c\u3002\u8fd9\u4ece WooCommerce 5.3 \u5f00\u59cb\u88ab\u5f03\u7528\uff0c\u4f7f\u7528 \"postcodes\" \u6765\u4ee3\u66ff\u3002",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u57ce\u5e02\u540d\u79f0\u4e0d\u652f\u6301\u591a\u4e2a\u503c\u3002\u9019\u4ece WooCommerce 5.3 \u5f00\u59cb\u88ab\u5f03\u7528\uff0c\u4f7f\u7528 \"cities\" \u6765\u4ee3\u66ff\u3002",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "\u7a0e\u7387\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u7a0e\u7387\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "\u7a0e\u7684\u4f18\u5148\u7b49\u7ea7\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "\u662f\u5426\u662f\u590d\u5408\u8d39\u7387\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "\u662f\u5426\u6b64\u7a0e\u7387\u4e5f\u5e94\u7528\u4e8e\u8fd0\u8d39\u4e2d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "\u6307\u793a\u5c06\u5728\u67e5\u8be2\u4e2d\u51fa\u73b0\u7684\u987a\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "\u90ae\u653f\u7f16\u7801\/\u90ae\u653f\u7f16\u7801\u7684\u5217\u8868\u3002\u5728WooCommerce 5.3\u4e2d\u5f15\u5165\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "\u57ce\u5e02\u540d\u79f0\u7684\u5217\u8868\u3002\u5728WooCommerce 5.3\u4e2d\u5f15\u5165\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/taxes\/batch"
                    }
                ]
            }
        },
        "\/dokan\/v1\/manual-orders\/(?P<order_id>[\\d]+)\/shipping_methods": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/payment_gateways": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/payment_gateways"
                    }
                ]
            }
        },
        "\/dokan\/v1\/payment_gateways\/(?P<id>[\\w-]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u652f\u4ed8\u65f6\uff0c\u652f\u4ed8\u7f51\u5173\u7684\u6807\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u652f\u4ed8\u65f6\uff0c\u652f\u4ed8\u7f51\u5173\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "\u652f\u4ed8\u7f51\u5173\u7684\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "enabled": {
                            "description": "\u652f\u4ed8\u7f51\u5173\u7684\u542f\u7528\u72b6\u6001\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "settings": {
                            "description": "\u652f\u4ed8\u7f51\u5173\u8bbe\u7f6e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u8be5\u8bbe\u7f6e\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "label": {
                                    "description": "\u754c\u9762\u4e0a\u53ef\u89c1\u7684\uff0c\u5173\u4e8e\u8be5\u8bbe\u7f6e\u7684\u5bb9\u6613\u88ab\u4eba\u7406\u89e3\u7684\u63cf\u8ff0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "description": {
                                    "description": "\u754c\u9762\u4e0a\u53ef\u89c1\u7684\uff0c\u5173\u4e8e\u8be5\u8bbe\u7f6e\u7684\u5bb9\u6613\u88ab\u4eba\u7406\u89e3\u7684\u63cf\u8ff0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "type": {
                                    "description": "\u8bbe\u7f6e\u9879\u7c7b\u578b\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "enum": [
                                        "text",
                                        "email",
                                        "number",
                                        "color",
                                        "password",
                                        "textarea",
                                        "select",
                                        "multiselect",
                                        "radio",
                                        "image_width",
                                        "checkbox"
                                    ],
                                    "readonly": true
                                },
                                "value": {
                                    "description": "\u8bbe\u7f6e\u503c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "default": {
                                    "description": "\u8be5\u8bbe\u7f6e\u7684\u9ed8\u8ba4\u503c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "tip": {
                                    "description": "\u663e\u793a\u7ed9\u7528\u6237\u7684\u5173\u4e8e\u8be5\u8bbe\u7f6e\u7684\u5e2e\u52a9\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "placeholder": {
                                    "description": "\u6587\u672c\u8f93\u5165\u680f\u7684\u5360\u4f4d\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/delivery-time\/time-slot": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "vendorId": {
                            "description": "Vendor id to get the time sot",
                            "type": "integer",
                            "required": true
                        },
                        "date": {
                            "description": "Date to get the time sot",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/delivery-time\/time-slot"
                    }
                ]
            }
        },
        "\/dokan\/v1\/delivery-time\/location-slot": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "vendorId": {
                            "description": "Vendor id to get the time sot",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/delivery-time\/location-slot"
                    }
                ]
            }
        },
        "\/dokan\/v1\/follow-store": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "vendor_id": {
                            "description": "Vendor id to check if user is following that vendor",
                            "type": "integer",
                            "minimum": 1,
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "edit",
                            "required": false
                        },
                        "vendor_id": {
                            "description": "Vendor id to follow or unfollow",
                            "type": "integer",
                            "minimum": 1,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/follow-store"
                    }
                ]
            }
        },
        "\/dokan\/v1\/follow-store\/followers": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "vendor_id": {
                            "description": "Vendor id follow\/unfollow",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "search": {
                            "description": "search followers",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "order parameter",
                            "type": "string",
                            "enum": [
                                "asc",
                                "ASC",
                                "desc",
                                "DESC"
                            ],
                            "default": "asc",
                            "required": false
                        },
                        "orderby": {
                            "description": "order by parameter",
                            "type": "string",
                            "enum": [
                                "follower_id",
                                "followed_at"
                            ],
                            "default": "followed_at",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "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:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/follow-store\/followers"
                    }
                ]
            }
        },
        "\/dokan\/v1\/product-questions": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "The question status",
                            "type": "string",
                            "enum": [
                                "visible",
                                "hidden",
                                "deleted"
                            ],
                            "required": false
                        },
                        "read": {
                            "description": "The question read status",
                            "type": "boolean",
                            "required": false
                        },
                        "answered": {
                            "description": "The question answered?",
                            "type": "boolean",
                            "required": false
                        },
                        "product_id": {
                            "description": "The product id.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "vendor_id": {
                            "description": "The vendor id.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "user_id": {
                            "description": "The user id.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "exclude_user_id": {
                            "description": "The user id.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "question": {
                            "description": "Question description.",
                            "type": "string",
                            "required": true
                        },
                        "product_id": {
                            "description": "The product ID for the question.",
                            "type": "integer",
                            "required": true
                        },
                        "status": {
                            "default": "visible",
                            "description": "The Status of the question.",
                            "type": "string",
                            "format": "text",
                            "enum": [
                                "visible",
                                "hidden",
                                "deleted"
                            ],
                            "required": false
                        },
                        "read": {
                            "description": "The document type is required or not",
                            "type": "boolean",
                            "required": false
                        },
                        "user_id": {
                            "description": "The id of the user who created the question.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/product-questions"
                    }
                ]
            }
        },
        "\/dokan\/v1\/product-questions\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "question": {
                            "description": "Question description.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "The product ID for the question.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "The Status of the question.",
                            "type": "string",
                            "format": "text",
                            "enum": [
                                "visible",
                                "hidden",
                                "deleted"
                            ],
                            "required": false
                        },
                        "read": {
                            "description": "The document type is required or not",
                            "type": "boolean",
                            "required": false
                        },
                        "user_id": {
                            "description": "The id of the user who created the question.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "force": {
                            "default": false,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/product-questions\/bulk_action": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "action": {
                            "description": "Action to perform",
                            "type": "string",
                            "enum": [
                                "delete",
                                "read",
                                "unread"
                            ],
                            "required": true
                        },
                        "ids": {
                            "description": "IDs on action to perform",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/product-questions\/bulk_action"
                    }
                ]
            }
        },
        "\/dokan\/v1\/product-answers": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "question_id": {
                            "description": "The Question id.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "user_id": {
                            "description": "The user id.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "answer": {
                            "description": "Answer text.",
                            "type": "string",
                            "required": true
                        },
                        "question_id": {
                            "description": "Question ID.",
                            "type": "integer",
                            "required": true
                        },
                        "user_id": {
                            "description": "The id of the user who created the answer.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/product-answers"
                    }
                ]
            }
        },
        "\/dokan\/v1\/product-answers\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "answer": {
                            "description": "Answer text.",
                            "type": "string",
                            "required": false
                        },
                        "question_id": {
                            "description": "Question ID.",
                            "type": "integer",
                            "required": false
                        },
                        "user_id": {
                            "description": "The id of the user who created the answer.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "force": {
                            "default": false,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/abuse-reports": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "reason": {
                            "description": "Filter reports by reason.",
                            "type": "string",
                            "required": false
                        },
                        "product_id": {
                            "description": "Filter reports by product ID.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "vendor_id": {
                            "description": "Filter reports by vendor ID.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/abuse-reports"
                    }
                ]
            }
        },
        "\/dokan\/v1\/abuse-reports\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Abuse report id",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/abuse-reports\/batch": {
            "namespace": "dokan\/v1",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "items": {
                            "description": "Array of report IDs to delete.",
                            "type": "array",
                            "minItems": 1,
                            "uniqueItems": true,
                            "items": {
                                "type": "integer",
                                "minimum": 1
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/abuse-reports\/batch"
                    }
                ]
            }
        },
        "\/dokan\/v1\/abuse-reports\/abuse-reasons": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/abuse-reports\/abuse-reasons"
                    }
                ]
            }
        },
        "\/dokan\/v1\/rma\/warranty-requests": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Limit result set to warranty requests with specific status.",
                            "type": "string",
                            "enum": [
                                "new",
                                "processing",
                                "completed",
                                "rejected",
                                "reviewing",
                                "info_removed",
                                "all"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "Limit result set to warranty requests with specific type.",
                            "type": "string",
                            "enum": [
                                "replace"
                            ],
                            "required": false
                        },
                        "order_id": {
                            "description": "Limit result set to warranty requests for specific order.",
                            "type": "integer",
                            "required": false
                        },
                        "customer_id": {
                            "description": "Limit result set to warranty requests from specific customer.",
                            "type": "integer",
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort collection by object attribute.",
                            "type": "string",
                            "default": "id",
                            "enum": [
                                "id",
                                "created_at",
                                "order_id"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "The order ID associated with this warranty request.",
                            "type": "integer",
                            "required": true
                        },
                        "customer_id": {
                            "description": "The customer ID associated with this warranty request.",
                            "type": "integer",
                            "required": true
                        },
                        "type": {
                            "description": "The type of warranty request.",
                            "type": "string",
                            "enum": [
                                "replace"
                            ],
                            "required": true
                        },
                        "status": {
                            "description": "The status of the warranty request.",
                            "type": "string",
                            "enum": [
                                "new",
                                "processing",
                                "completed",
                                "rejected",
                                "reviewing",
                                "info_removed"
                            ],
                            "required": true
                        },
                        "reasons": {
                            "description": "The reasons for the warranty request.",
                            "type": "string",
                            "required": false
                        },
                        "details": {
                            "description": "Additional details for the warranty request.",
                            "type": "string",
                            "required": false
                        },
                        "items": {
                            "description": "The items included in the warranty request.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "product_id": {
                                        "description": "Product ID.",
                                        "type": "integer"
                                    },
                                    "item_id": {
                                        "description": "Order item ID.",
                                        "type": "integer"
                                    },
                                    "quantity": {
                                        "description": "Item quantity.",
                                        "type": "integer"
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/rma\/warranty-requests"
                    }
                ]
            }
        },
        "\/dokan\/v1\/rma\/warranty-requests\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the warranty request.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "status": {
                            "description": "The status of the warranty request.",
                            "type": "string",
                            "enum": [
                                "new",
                                "processing",
                                "completed",
                                "rejected",
                                "reviewing",
                                "info_removed"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/dokan\/v1\/rma\/warranty-requests\/statuses": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/rma\/warranty-requests\/statuses"
                    }
                ]
            }
        },
        "\/dokan\/v1\/rma\/warranty-requests\/statuses-filter": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/rma\/warranty-requests\/statuses-filter"
                    }
                ]
            }
        },
        "\/dokan\/v1\/rma\/warranty-requests\/(?P<request_id>[\\d]+)\/send-coupon": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "request_id": {
                            "description": "Warranty request ID",
                            "type": "integer",
                            "required": true
                        },
                        "refund_amount": {
                            "description": "Refund amount",
                            "type": "number",
                            "required": true
                        },
                        "line_item_qtys": {
                            "description": "Line item quantities",
                            "type": "object",
                            "required": false
                        },
                        "line_item_totals": {
                            "description": "Line item totals",
                            "type": "object",
                            "required": false
                        },
                        "line_item_tax_totals": {
                            "description": "Line item tax totals",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/rma\/warranty-requests\/(?P<request_id>[\\d]+)\/send-refund": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "request_id": {
                            "description": "Warranty request ID",
                            "type": "integer",
                            "required": true
                        },
                        "refund_amount": {
                            "description": "Refund amount",
                            "type": "number",
                            "required": true
                        },
                        "line_item_qtys": {
                            "description": "Line item quantities",
                            "type": "object",
                            "required": false
                        },
                        "line_item_totals": {
                            "description": "Line item totals",
                            "type": "object",
                            "required": false
                        },
                        "line_item_tax_totals": {
                            "description": "Line item tax totals",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/rma\/warranty-requests\/(?P<request_id>[\\d]+)\/conversations": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "from": {
                            "description": "ID of the user who sent the message.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "request_id": {
                            "description": "Warranty request ID",
                            "type": "integer",
                            "required": true
                        },
                        "message": {
                            "description": "Conversation message",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/shipstation\/credentials\/create": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "vendor_id": {
                            "description": "Vendor ID.",
                            "type": "integer",
                            "minimum": 1,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/shipstation\/credentials\/create"
                    }
                ]
            }
        },
        "\/dokan\/v1\/shipstation\/credentials\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Vendor id",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Vendor id",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/shipstation\/order-statuses": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "vendor_id": {
                            "description": "Vendor ID.",
                            "type": "integer",
                            "minimum": 1,
                            "required": true
                        },
                        "export_statuses": {
                            "description": "Export order statuses.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "wc-pending",
                                    "wc-processing",
                                    "wc-on-hold",
                                    "wc-completed",
                                    "wc-cancelled",
                                    "wc-refunded",
                                    "wc-failed",
                                    "wc-checkout-draft"
                                ]
                            },
                            "required": true
                        },
                        "shipped_status": {
                            "description": "Shipped order status.",
                            "type": "string",
                            "enum": [
                                "wc-pending",
                                "wc-processing",
                                "wc-on-hold",
                                "wc-completed",
                                "wc-cancelled",
                                "wc-refunded",
                                "wc-failed",
                                "wc-checkout-draft"
                            ],
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/shipstation\/order-statuses"
                    }
                ]
            }
        },
        "\/dokan\/v1\/shipstation\/order-statuses\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Vendor id",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Vendor id",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/spmv-product\/settings": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/spmv-product\/settings"
                    }
                ]
            }
        },
        "\/dokan\/v1\/spmv-product\/search": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "orderby": {
                            "description": "Sort by products.",
                            "type": "string",
                            "default": "",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/spmv-product\/search"
                    }
                ]
            }
        },
        "\/dokan\/v1\/spmv-product\/add-to-store": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "type": "integer",
                            "description": "Product id",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/spmv-product\/add-to-store"
                    }
                ]
            }
        },
        "\/dokan\/v1\/store-reviews": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "vendor_id": {
                            "type": "string",
                            "description": "Vendor ID",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/store-reviews"
                    }
                ]
            }
        },
        "\/dokan\/v1\/store-reviews\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": true
                        },
                        "force": {
                            "type": "boolean",
                            "description": "Trash or permanenet delete",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/store-reviews\/(?P<id>[\\d]+)\/restore": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/store-reviews\/batch": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/store-reviews\/batch"
                    }
                ]
            }
        },
        "\/dokan\/v1\/admin\/support-ticket": {
            "namespace": "dokan\/v1\/admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "filter": {
                            "description": "Finter argumants",
                            "type": "object",
                            "required": false
                        },
                        "orderby": {
                            "description": "Get results order by",
                            "default": "ID",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "Assendind or decending order",
                            "default": "DESC",
                            "type": "string",
                            "required": false
                        },
                        "post_status": {
                            "description": "Ticket status",
                            "default": "open",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/admin\/support-ticket"
                    }
                ]
            }
        },
        "\/dokan\/v1\/admin\/support-ticket\/batch": {
            "namespace": "dokan\/v1\/admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/admin\/support-ticket\/batch"
                    }
                ]
            }
        },
        "\/dokan\/v1\/admin\/support-ticket\/customers": {
            "namespace": "dokan\/v1\/admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/admin\/support-ticket\/customers"
                    }
                ]
            }
        },
        "\/dokan\/v1\/admin\/support-ticket\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1\/admin",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier of topic id.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier if topic.",
                            "type": "integer",
                            "required": false
                        },
                        "replay": {
                            "type": "integer",
                            "description": "Topic comment or replay",
                            "required": true
                        },
                        "vendor_id": {
                            "type": "integer",
                            "description": "Store id",
                            "required": true
                        },
                        "selected_user": {
                            "type": "integer",
                            "description": "Store id",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/admin\/support-ticket\/(?P<id>[\\d]+)\/status": {
            "namespace": "dokan\/v1\/admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier if topic.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "type": "string",
                            "description": "Topic status",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/admin\/support-ticket\/(?P<id>[\\d]+)\/comment": {
            "namespace": "dokan\/v1\/admin",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier of comment.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/admin\/support-ticket\/(?P<id>[\\d]+)\/email-notification": {
            "namespace": "dokan\/v1\/admin",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier of topic id.",
                            "type": "integer",
                            "required": false
                        },
                        "notification": {
                            "description": "Enable or disable notification for admin",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/product_adv": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "vendor_id": {
                            "description": "Vendor IDs to filter form",
                            "type": "array",
                            "default": [],
                            "items": {
                                "type": "integer",
                                "sanitize_callback": "absint"
                            },
                            "required": false
                        },
                        "product_id": {
                            "description": "Product IDs to filter form",
                            "type": "array",
                            "default": [],
                            "items": {
                                "type": "integer",
                                "sanitize_callback": "absint"
                            },
                            "required": false
                        },
                        "order_id": {
                            "description": "Order IDs to filter form",
                            "type": "array",
                            "default": [],
                            "items": {
                                "type": "integer",
                                "sanitize_callback": "absint"
                            },
                            "required": false
                        },
                        "status": {
                            "description": "Advertised product status, 0 to get all status, 1 for active advertisements and 2 for inactive advertisements",
                            "type": "integer",
                            "enum": [
                                0,
                                1,
                                2
                            ],
                            "default": 0,
                            "required": false
                        },
                        "expires_at": {
                            "description": "Get advertised products by their expire date",
                            "type": "object",
                            "properties": {
                                "min": {
                                    "type": [
                                        "string",
                                        null
                                    ],
                                    "pattern": "[0-9]{4}-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1])",
                                    "required": false
                                },
                                "max": {
                                    "type": [
                                        "string",
                                        null
                                    ],
                                    "pattern": "[0-9]{4}-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1])",
                                    "required": false
                                }
                            },
                            "required": false
                        },
                        "created_via": {
                            "description": "Filter how advertisement was created",
                            "type": "string",
                            "enum": [
                                "",
                                "order",
                                "admin",
                                "subscription",
                                "free"
                            ],
                            "default": "",
                            "required": false
                        },
                        "return": {
                            "description": "How data will be returned",
                            "type": "string",
                            "enum": [
                                "all",
                                "ids",
                                "count",
                                "individual_count"
                            ],
                            "default": "all",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/product_adv"
                    }
                ]
            }
        },
        "\/dokan\/v1\/product_adv\/(?P<id>[\\d]+)\/expire": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/product_adv\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/product_adv\/batch": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        },
                        "action": {
                            "description": "Batch action name to process",
                            "type": "string",
                            "enum": [
                                "expire",
                                "delete"
                            ],
                            "required": true
                        },
                        "ids": {
                            "description": "Batch action to carry on advertisement items",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/product_adv\/batch"
                    }
                ]
            }
        },
        "\/dokan\/v1\/product_adv\/stores": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/product_adv\/stores"
                    }
                ]
            }
        },
        "\/dokan\/v1\/product_adv\/create": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "type": "integer",
                            "description": "To be advertise product id.",
                            "minimum": 1,
                            "required": true
                        },
                        "vendor_id": {
                            "description": "Vendor of the product.",
                            "type": "integer",
                            "minimum": 1,
                            "required": true
                        },
                        "reverse_withdrawal_entry": {
                            "description": "Add Reverse Withdrawal Entry.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/product_adv\/create"
                    }
                ]
            }
        },
        "\/dokan\/v1\/vendor-staff": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "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
                        },
                        "phone": {
                            "description": "Phone number for the user.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "The email address for the user.",
                            "type": "string",
                            "format": "email",
                            "required": true
                        },
                        "nickname": {
                            "description": "The nickname for the user.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "Password for the user (never included).",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/vendor-staff"
                    }
                ]
            }
        },
        "\/dokan\/v1\/vendor-staff\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "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
                        },
                        "phone": {
                            "description": "Phone number for the user.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "The email address for the user.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "nickname": {
                            "description": "The nickname for the user.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "Password for the user (never included).",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "force": {
                            "default": false,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/vendor-staff\/(?P<id>[\\d]+)\/capabilities": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the user.",
                            "type": "integer",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the user.",
                            "type": "integer",
                            "required": true
                        },
                        "capabilities": {
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "capability": {
                                        "description": "Capability name",
                                        "type": "string",
                                        "required": true
                                    },
                                    "access": {
                                        "description": "Has access to the  Capability",
                                        "type": "boolean",
                                        "required": true
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/vendor-staff\/capabilities": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/vendor-staff\/capabilities"
                    }
                ]
            }
        },
        "\/dokan\/v1\/verification-methods": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "required": {
                            "description": "The document type is required or not",
                            "type": "boolean",
                            "required": false
                        },
                        "status": {
                            "description": "The document type is enabled or not",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "title": {
                            "description": "Title of the resource.",
                            "type": "string",
                            "minLength": 1,
                            "maxLength": 255,
                            "required": true
                        },
                        "help_text": {
                            "description": "Help Text of the resource.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": false,
                            "description": "The document type status is enabled or not",
                            "type": "boolean",
                            "required": false
                        },
                        "kind": {
                            "description": "The document type kind",
                            "type": "string",
                            "format": "text",
                            "enum": [
                                "address",
                                "custom"
                            ],
                            "required": false
                        },
                        "required": {
                            "default": false,
                            "description": "The document type is required or not",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/verification-methods"
                    }
                ]
            }
        },
        "\/dokan\/v1\/verification-methods\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "title": {
                            "description": "Title of the resource.",
                            "type": "string",
                            "minLength": 1,
                            "maxLength": 255,
                            "required": false
                        },
                        "help_text": {
                            "description": "Help Text of the resource.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "The document type status is enabled or not",
                            "type": "boolean",
                            "required": false
                        },
                        "kind": {
                            "description": "The document type kind",
                            "type": "string",
                            "format": "text",
                            "enum": [
                                "address",
                                "custom"
                            ],
                            "required": false
                        },
                        "required": {
                            "description": "The document type is required or not",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "force": {
                            "default": false,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/verification-requests": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "vendor_id": {
                            "description": "Vendor ID associated with the verification request.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "method_id": {
                            "description": "Verification Method ID associated with the verification request.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "status": {
                            "description": "The document type is enabled or not",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "vendor_id": {
                            "description": "Vendor id associated with verification request.",
                            "type": "integer",
                            "required": true
                        },
                        "method_id": {
                            "description": "Verification Method id associated with verification request.",
                            "type": "integer",
                            "required": true
                        },
                        "status": {
                            "description": "The verification request status.",
                            "type": "string",
                            "required": false
                        },
                        "note": {
                            "description": "The verification request note for administrator.",
                            "type": "string",
                            "required": false
                        },
                        "additional_info": {
                            "description": "The documents additional information.",
                            "type": "object",
                            "required": false
                        },
                        "documents": {
                            "description": "The documents for verification",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "minItems": 1,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/verification-requests"
                    }
                ]
            }
        },
        "\/dokan\/v1\/verification-requests\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "vendor_id": {
                            "description": "Vendor id associated with verification request.",
                            "type": "integer",
                            "required": false
                        },
                        "method_id": {
                            "description": "Verification Method id associated with verification request.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "The verification request status.",
                            "type": "string",
                            "required": false
                        },
                        "note": {
                            "description": "The verification request note for administrator.",
                            "type": "string",
                            "required": false
                        },
                        "additional_info": {
                            "description": "The documents additional information.",
                            "type": "object",
                            "required": false
                        },
                        "documents": {
                            "description": "The documents for verification",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "minItems": 1,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "force": {
                            "default": false,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/wholesale\/register": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "User ID.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/wholesale\/register"
                    }
                ]
            }
        },
        "\/dokan\/v1\/wholesale\/customers": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/wholesale\/customers"
                    }
                ]
            }
        },
        "\/dokan\/v1\/wholesale\/customer\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Status for wholesale customer",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/wholesale\/customers\/batch": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/wholesale\/customers\/batch"
                    }
                ]
            }
        },
        "\/dokan\/v1\/seller-badge": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "badge_id": {
                            "description": "Get badge by badge id",
                            "type": "array",
                            "default": [],
                            "items": {
                                "type": "integer",
                                "sanitize_callback": "absint",
                                "minimum": 1
                            },
                            "required": false
                        },
                        "vendor_id": {
                            "description": "Filter badge by vendor id",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "badge_name": {
                            "description": "Filter by badge name",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "event_type": {
                            "description": "Filter by badge event type",
                            "type": "string",
                            "enum": [
                                "product_published",
                                "number_of_items_sold",
                                "featured_products",
                                "trending_product",
                                "featured_seller",
                                "exclusive_to_platform",
                                "verified_seller",
                                "years_active",
                                "number_of_orders",
                                "sale_amount",
                                "customer_review",
                                "store_support_count"
                            ],
                            "required": false
                        },
                        "badge_status": {
                            "description": "Filter by badge status",
                            "type": "string",
                            "enum": [
                                "all",
                                "published",
                                "draft"
                            ],
                            "default": "all",
                            "required": false
                        },
                        "order": {
                            "description": "Badge status",
                            "type": "string",
                            "enum": [
                                "asc",
                                "ASC",
                                "desc",
                                "DESC"
                            ],
                            "default": "asc",
                            "required": false
                        },
                        "orderby": {
                            "description": "Badge status",
                            "type": "string",
                            "enum": [
                                "badge_id",
                                "badge_name",
                                "badge_status",
                                "badge_created",
                                "event_type",
                                "vendor_id",
                                "vendor_count"
                            ],
                            "default": "badge_id",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "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
                        },
                        "return": {
                            "description": "How data will be returned",
                            "type": "string",
                            "enum": [
                                "all",
                                "badge_count",
                                "badge"
                            ],
                            "default": "all",
                            "required": false
                        },
                        "is_frontend": {
                            "description": "Is this api called from frontend? If vendor_id param is set, this parameter is no use.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "badge_name": {
                            "default": "",
                            "description": "Badge name",
                            "type": "string",
                            "minLength": 2,
                            "required": true
                        },
                        "badge_logo": {
                            "description": "Badge Logo",
                            "type": [
                                "string"
                            ],
                            "required": false
                        },
                        "default_logo": {
                            "description": "Default badge Logo",
                            "type": [
                                "string"
                            ],
                            "required": false
                        },
                        "formatted_default_logo": {
                            "description": "Formatted default badge Logo",
                            "type": [
                                "string"
                            ],
                            "format": "uri",
                            "required": false
                        },
                        "badge_logo_raw": {
                            "description": "Badge Logo Raw, Attachment image id or default badge file name.",
                            "type": [
                                "string",
                                "int"
                            ],
                            "required": false
                        },
                        "event_type": {
                            "description": "Badge event type",
                            "type": "string",
                            "enum": [
                                "product_published",
                                "number_of_items_sold",
                                "featured_products",
                                "trending_product",
                                "featured_seller",
                                "exclusive_to_platform",
                                "verified_seller",
                                "years_active",
                                "number_of_orders",
                                "sale_amount",
                                "customer_review",
                                "store_support_count"
                            ],
                            "required": true
                        },
                        "badge_status": {
                            "default": "draft",
                            "description": "Badge status",
                            "type": "string",
                            "enum": [
                                "published",
                                "draft"
                            ],
                            "required": false
                        },
                        "event": {
                            "description": "Event data.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Unique identifier for the object",
                                    "type": "string",
                                    "enum": [
                                        "product_published",
                                        "number_of_items_sold",
                                        "featured_products",
                                        "trending_product",
                                        "featured_seller",
                                        "exclusive_to_platform",
                                        "verified_seller",
                                        "years_active",
                                        "number_of_orders",
                                        "sale_amount",
                                        "customer_review",
                                        "store_support_count"
                                    ],
                                    "context": [
                                        "view"
                                    ],
                                    "required": true,
                                    "validate_callback": "rest_validate_request_arg"
                                },
                                "title": {
                                    "description": "Event title",
                                    "type": "string",
                                    "default": "",
                                    "context": [
                                        "view"
                                    ],
                                    "required": true,
                                    "sanitize_callback": "sanitize_text_field",
                                    "validate_callback": "rest_validate_request_arg"
                                },
                                "description": {
                                    "description": "Event description",
                                    "type": "string",
                                    "default": "",
                                    "context": [
                                        "view"
                                    ],
                                    "required": true,
                                    "sanitize_callback": "sanitize_text_field",
                                    "validate_callback": "rest_validate_request_arg"
                                },
                                "condition_text": {
                                    "description": "Event condition text",
                                    "type": "object",
                                    "context": [
                                        "view"
                                    ],
                                    "required": true,
                                    "properties": {
                                        "prefix": {
                                            "description": "Prefix",
                                            "type": "string",
                                            "default": "",
                                            "context": [
                                                "view"
                                            ],
                                            "required": true,
                                            "sanitize_callback": "sanitize_text_field",
                                            "validate_callback": "rest_validate_request_arg"
                                        },
                                        "suffix": {
                                            "description": "Suffix",
                                            "type": "string",
                                            "default": "",
                                            "context": [
                                                "view"
                                            ],
                                            "required": true,
                                            "sanitize_callback": "sanitize_text_field",
                                            "validate_callback": "rest_validate_request_arg"
                                        },
                                        "type": {
                                            "description": "Suffix",
                                            "type": "string",
                                            "default": "",
                                            "context": [
                                                "view"
                                            ],
                                            "required": true,
                                            "sanitize_callback": "sanitize_text_field",
                                            "validate_callback": "rest_validate_request_arg"
                                        }
                                    }
                                },
                                "hover_text": {
                                    "description": "Event hover text",
                                    "type": "string",
                                    "default": "",
                                    "context": [
                                        "view"
                                    ],
                                    "required": true,
                                    "sanitize_callback": "sanitize_text_field",
                                    "validate_callback": "rest_validate_request_arg"
                                },
                                "group": {
                                    "description": "Event group",
                                    "type": "object",
                                    "context": [
                                        "view"
                                    ],
                                    "required": true,
                                    "properties": {
                                        "key": {
                                            "description": "Group Key",
                                            "type": "string",
                                            "default": "",
                                            "context": [
                                                "view"
                                            ],
                                            "required": true,
                                            "sanitize_callback": "sanitize_text_field",
                                            "validate_callback": "rest_validate_request_arg"
                                        },
                                        "title": {
                                            "description": "Group Title",
                                            "type": "string",
                                            "default": "",
                                            "context": [
                                                "view"
                                            ],
                                            "required": true,
                                            "sanitize_callback": "sanitize_text_field",
                                            "validate_callback": "rest_validate_request_arg"
                                        }
                                    }
                                },
                                "has_multiple_levels": {
                                    "description": "Check if event supports multiple levels",
                                    "type": "boolean",
                                    "default": false,
                                    "context": [
                                        "view"
                                    ],
                                    "required": true,
                                    "sanitize_callback": "rest_sanitize_boolean",
                                    "validate_callback": "rest_validate_request_arg"
                                },
                                "badge_logo": {
                                    "description": "Event logo url",
                                    "type": [
                                        "string"
                                    ],
                                    "format": "uri",
                                    "minLength": 2,
                                    "default": "",
                                    "context": [
                                        "view"
                                    ],
                                    "required": true,
                                    "sanitize_callback": "esc_url_raw",
                                    "validate_callback": "rest_validate_request_arg"
                                },
                                "input_group_icon": {
                                    "description": "Event icon css class",
                                    "type": "object",
                                    "context": [
                                        "view"
                                    ],
                                    "required": true,
                                    "properties": {
                                        "condition": {
                                            "description": "Level condition field input icon",
                                            "type": "string",
                                            "default": "",
                                            "context": [
                                                "view"
                                            ],
                                            "required": true,
                                            "sanitize_callback": "sanitize_text_field",
                                            "validate_callback": "rest_validate_request_arg"
                                        },
                                        "data": {
                                            "description": "Level data input field input icon",
                                            "type": "string",
                                            "default": "",
                                            "context": [
                                                "view"
                                            ],
                                            "required": true,
                                            "sanitize_callback": "sanitize_text_field",
                                            "validate_callback": "rest_validate_request_arg"
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "levels": {
                            "description": "Badge level data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Unique identifier for the object",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "validate_callback": "rest_validate_request_arg",
                                        "sanitize_callback": "absint"
                                    },
                                    "badge_id": {
                                        "description": "Badge id this level is associated with",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "validate_callback": "rest_validate_request_arg",
                                        "sanitize_callback": "absint"
                                    },
                                    "level": {
                                        "description": "level number",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "validate_callback": "rest_validate_request_arg",
                                        "sanitize_callback": "absint"
                                    },
                                    "level_condition": {
                                        "description": "Applied level condition",
                                        "type": "string",
                                        "default": "",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "required": true,
                                        "sanitize_callback": "sanitize_text_field",
                                        "validate_callback": "rest_validate_request_arg"
                                    },
                                    "level_data": {
                                        "description": "Level condition value",
                                        "type": "string",
                                        "default": "",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "sanitize_callback": "sanitize_text_field",
                                        "validate_callback": "rest_validate_request_arg"
                                    },
                                    "vendor_count": {
                                        "description": "No of vendors acquired this level",
                                        "type": "integer",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true,
                                        "validate_callback": "rest_validate_request_arg",
                                        "sanitize_callback": "absint"
                                    }
                                }
                            },
                            "required": false
                        },
                        "acquired": {
                            "description": "Badge acquired data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Unique identifier for the object",
                                        "type": "integer",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true,
                                        "validate_callback": "rest_validate_request_arg",
                                        "sanitize_callback": "absint"
                                    },
                                    "vendor_id": {
                                        "description": "Acquired vendor id",
                                        "type": "integer",
                                        "context": [
                                            "view"
                                        ],
                                        "validate_callback": "rest_validate_request_arg",
                                        "sanitize_callback": "absint"
                                    },
                                    "level_id": {
                                        "description": "Acquired badge level id",
                                        "type": "integer",
                                        "context": [
                                            "view"
                                        ],
                                        "validate_callback": "rest_validate_request_arg",
                                        "sanitize_callback": "absint"
                                    },
                                    "acquired_data": {
                                        "description": "Value while acquiring this badge.",
                                        "type": "string",
                                        "default": "",
                                        "context": [
                                            "view"
                                        ],
                                        "sanitize_callback": "sanitize_text_field",
                                        "validate_callback": "rest_validate_request_arg"
                                    },
                                    "acquired_status": {
                                        "description": "Acquired level status.",
                                        "type": "string",
                                        "enum": [
                                            "published",
                                            "draft"
                                        ],
                                        "default": "draft",
                                        "context": [
                                            "view"
                                        ],
                                        "sanitize_callback": "sanitize_text_field",
                                        "validate_callback": "rest_validate_request_arg"
                                    },
                                    "formatted_acquired_status": {
                                        "description": "Formatted acquired level status.",
                                        "type": "string",
                                        "enum": [
                                            "published",
                                            "draft"
                                        ],
                                        "default": "draft",
                                        "context": [
                                            "view"
                                        ],
                                        "sanitize_callback": "sanitize_text_field",
                                        "validate_callback": "rest_validate_request_arg"
                                    },
                                    "badge_seen": {
                                        "description": "Badge level seen by vendor",
                                        "type": "integer",
                                        "enum": [
                                            0,
                                            1
                                        ],
                                        "context": [
                                            "view"
                                        ],
                                        "validate_callback": "rest_validate_request_arg",
                                        "sanitize_callback": "absint"
                                    },
                                    "created_at": {
                                        "description": "Vendor level acquired date.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "validate_callback": "rest_validate_request_arg",
                                        "sanitize_callback": "absint"
                                    },
                                    "formatted_created_at": {
                                        "description": "Formatted vendor level acquired date",
                                        "type": "string",
                                        "default": "",
                                        "context": [
                                            "view"
                                        ],
                                        "sanitize_callback": "sanitize_text_field",
                                        "validate_callback": "rest_validate_request_arg"
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/seller-badge"
                    }
                ]
            }
        },
        "\/dokan\/v1\/seller-badge\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "vendor_id": {
                            "description": "Filter badge by vendor id",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "is_frontend": {
                            "description": "Is this api called from frontend? If vendor_id param is set, this parameter is no use.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        },
                        "badge_name": {
                            "default": "",
                            "description": "Badge name",
                            "type": "string",
                            "minLength": 2,
                            "required": true
                        },
                        "badge_logo": {
                            "description": "Badge Logo",
                            "type": [
                                "string"
                            ],
                            "required": false
                        },
                        "default_logo": {
                            "description": "Default badge Logo",
                            "type": [
                                "string"
                            ],
                            "required": false
                        },
                        "formatted_default_logo": {
                            "description": "Formatted default badge Logo",
                            "type": [
                                "string"
                            ],
                            "format": "uri",
                            "required": false
                        },
                        "badge_logo_raw": {
                            "description": "Badge Logo Raw, Attachment image id or default badge file name.",
                            "type": [
                                "string",
                                "int"
                            ],
                            "required": false
                        },
                        "event_type": {
                            "description": "Badge event type",
                            "type": "string",
                            "enum": [
                                "product_published",
                                "number_of_items_sold",
                                "featured_products",
                                "trending_product",
                                "featured_seller",
                                "exclusive_to_platform",
                                "verified_seller",
                                "years_active",
                                "number_of_orders",
                                "sale_amount",
                                "customer_review",
                                "store_support_count"
                            ],
                            "required": true
                        },
                        "badge_status": {
                            "default": "draft",
                            "description": "Badge status",
                            "type": "string",
                            "enum": [
                                "published",
                                "draft"
                            ],
                            "required": false
                        },
                        "event": {
                            "description": "Event data.",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "Unique identifier for the object",
                                    "type": "string",
                                    "enum": [
                                        "product_published",
                                        "number_of_items_sold",
                                        "featured_products",
                                        "trending_product",
                                        "featured_seller",
                                        "exclusive_to_platform",
                                        "verified_seller",
                                        "years_active",
                                        "number_of_orders",
                                        "sale_amount",
                                        "customer_review",
                                        "store_support_count"
                                    ],
                                    "context": [
                                        "view"
                                    ],
                                    "required": true,
                                    "validate_callback": "rest_validate_request_arg"
                                },
                                "title": {
                                    "description": "Event title",
                                    "type": "string",
                                    "default": "",
                                    "context": [
                                        "view"
                                    ],
                                    "required": true,
                                    "sanitize_callback": "sanitize_text_field",
                                    "validate_callback": "rest_validate_request_arg"
                                },
                                "description": {
                                    "description": "Event description",
                                    "type": "string",
                                    "default": "",
                                    "context": [
                                        "view"
                                    ],
                                    "required": true,
                                    "sanitize_callback": "sanitize_text_field",
                                    "validate_callback": "rest_validate_request_arg"
                                },
                                "condition_text": {
                                    "description": "Event condition text",
                                    "type": "object",
                                    "context": [
                                        "view"
                                    ],
                                    "required": true,
                                    "properties": {
                                        "prefix": {
                                            "description": "Prefix",
                                            "type": "string",
                                            "default": "",
                                            "context": [
                                                "view"
                                            ],
                                            "required": true,
                                            "sanitize_callback": "sanitize_text_field",
                                            "validate_callback": "rest_validate_request_arg"
                                        },
                                        "suffix": {
                                            "description": "Suffix",
                                            "type": "string",
                                            "default": "",
                                            "context": [
                                                "view"
                                            ],
                                            "required": true,
                                            "sanitize_callback": "sanitize_text_field",
                                            "validate_callback": "rest_validate_request_arg"
                                        },
                                        "type": {
                                            "description": "Suffix",
                                            "type": "string",
                                            "default": "",
                                            "context": [
                                                "view"
                                            ],
                                            "required": true,
                                            "sanitize_callback": "sanitize_text_field",
                                            "validate_callback": "rest_validate_request_arg"
                                        }
                                    }
                                },
                                "hover_text": {
                                    "description": "Event hover text",
                                    "type": "string",
                                    "default": "",
                                    "context": [
                                        "view"
                                    ],
                                    "required": true,
                                    "sanitize_callback": "sanitize_text_field",
                                    "validate_callback": "rest_validate_request_arg"
                                },
                                "group": {
                                    "description": "Event group",
                                    "type": "object",
                                    "context": [
                                        "view"
                                    ],
                                    "required": true,
                                    "properties": {
                                        "key": {
                                            "description": "Group Key",
                                            "type": "string",
                                            "default": "",
                                            "context": [
                                                "view"
                                            ],
                                            "required": true,
                                            "sanitize_callback": "sanitize_text_field",
                                            "validate_callback": "rest_validate_request_arg"
                                        },
                                        "title": {
                                            "description": "Group Title",
                                            "type": "string",
                                            "default": "",
                                            "context": [
                                                "view"
                                            ],
                                            "required": true,
                                            "sanitize_callback": "sanitize_text_field",
                                            "validate_callback": "rest_validate_request_arg"
                                        }
                                    }
                                },
                                "has_multiple_levels": {
                                    "description": "Check if event supports multiple levels",
                                    "type": "boolean",
                                    "default": false,
                                    "context": [
                                        "view"
                                    ],
                                    "required": true,
                                    "sanitize_callback": "rest_sanitize_boolean",
                                    "validate_callback": "rest_validate_request_arg"
                                },
                                "badge_logo": {
                                    "description": "Event logo url",
                                    "type": [
                                        "string"
                                    ],
                                    "format": "uri",
                                    "minLength": 2,
                                    "default": "",
                                    "context": [
                                        "view"
                                    ],
                                    "required": true,
                                    "sanitize_callback": "esc_url_raw",
                                    "validate_callback": "rest_validate_request_arg"
                                },
                                "input_group_icon": {
                                    "description": "Event icon css class",
                                    "type": "object",
                                    "context": [
                                        "view"
                                    ],
                                    "required": true,
                                    "properties": {
                                        "condition": {
                                            "description": "Level condition field input icon",
                                            "type": "string",
                                            "default": "",
                                            "context": [
                                                "view"
                                            ],
                                            "required": true,
                                            "sanitize_callback": "sanitize_text_field",
                                            "validate_callback": "rest_validate_request_arg"
                                        },
                                        "data": {
                                            "description": "Level data input field input icon",
                                            "type": "string",
                                            "default": "",
                                            "context": [
                                                "view"
                                            ],
                                            "required": true,
                                            "sanitize_callback": "sanitize_text_field",
                                            "validate_callback": "rest_validate_request_arg"
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "levels": {
                            "description": "Badge level data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Unique identifier for the object",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "validate_callback": "rest_validate_request_arg",
                                        "sanitize_callback": "absint"
                                    },
                                    "badge_id": {
                                        "description": "Badge id this level is associated with",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "validate_callback": "rest_validate_request_arg",
                                        "sanitize_callback": "absint"
                                    },
                                    "level": {
                                        "description": "level number",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "validate_callback": "rest_validate_request_arg",
                                        "sanitize_callback": "absint"
                                    },
                                    "level_condition": {
                                        "description": "Applied level condition",
                                        "type": "string",
                                        "default": "",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "required": true,
                                        "sanitize_callback": "sanitize_text_field",
                                        "validate_callback": "rest_validate_request_arg"
                                    },
                                    "level_data": {
                                        "description": "Level condition value",
                                        "type": "string",
                                        "default": "",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "sanitize_callback": "sanitize_text_field",
                                        "validate_callback": "rest_validate_request_arg"
                                    },
                                    "vendor_count": {
                                        "description": "No of vendors acquired this level",
                                        "type": "integer",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true,
                                        "validate_callback": "rest_validate_request_arg",
                                        "sanitize_callback": "absint"
                                    }
                                }
                            },
                            "required": false
                        },
                        "acquired": {
                            "description": "Badge acquired data.",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "Unique identifier for the object",
                                        "type": "integer",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true,
                                        "validate_callback": "rest_validate_request_arg",
                                        "sanitize_callback": "absint"
                                    },
                                    "vendor_id": {
                                        "description": "Acquired vendor id",
                                        "type": "integer",
                                        "context": [
                                            "view"
                                        ],
                                        "validate_callback": "rest_validate_request_arg",
                                        "sanitize_callback": "absint"
                                    },
                                    "level_id": {
                                        "description": "Acquired badge level id",
                                        "type": "integer",
                                        "context": [
                                            "view"
                                        ],
                                        "validate_callback": "rest_validate_request_arg",
                                        "sanitize_callback": "absint"
                                    },
                                    "acquired_data": {
                                        "description": "Value while acquiring this badge.",
                                        "type": "string",
                                        "default": "",
                                        "context": [
                                            "view"
                                        ],
                                        "sanitize_callback": "sanitize_text_field",
                                        "validate_callback": "rest_validate_request_arg"
                                    },
                                    "acquired_status": {
                                        "description": "Acquired level status.",
                                        "type": "string",
                                        "enum": [
                                            "published",
                                            "draft"
                                        ],
                                        "default": "draft",
                                        "context": [
                                            "view"
                                        ],
                                        "sanitize_callback": "sanitize_text_field",
                                        "validate_callback": "rest_validate_request_arg"
                                    },
                                    "formatted_acquired_status": {
                                        "description": "Formatted acquired level status.",
                                        "type": "string",
                                        "enum": [
                                            "published",
                                            "draft"
                                        ],
                                        "default": "draft",
                                        "context": [
                                            "view"
                                        ],
                                        "sanitize_callback": "sanitize_text_field",
                                        "validate_callback": "rest_validate_request_arg"
                                    },
                                    "badge_seen": {
                                        "description": "Badge level seen by vendor",
                                        "type": "integer",
                                        "enum": [
                                            0,
                                            1
                                        ],
                                        "context": [
                                            "view"
                                        ],
                                        "validate_callback": "rest_validate_request_arg",
                                        "sanitize_callback": "absint"
                                    },
                                    "created_at": {
                                        "description": "Vendor level acquired date.",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "validate_callback": "rest_validate_request_arg",
                                        "sanitize_callback": "absint"
                                    },
                                    "formatted_created_at": {
                                        "description": "Formatted vendor level acquired date",
                                        "type": "string",
                                        "default": "",
                                        "context": [
                                            "view"
                                        ],
                                        "sanitize_callback": "sanitize_text_field",
                                        "validate_callback": "rest_validate_request_arg"
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/seller-badge\/row-actions": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        },
                        "action": {
                            "description": "Batch action name to process",
                            "type": "string",
                            "enum": [
                                "publish",
                                "draft",
                                "delete"
                            ],
                            "required": true
                        },
                        "ids": {
                            "description": "Batch action to carry on advertisement items",
                            "type": "array",
                            "items": {
                                "type": "integer",
                                "sanitize_callback": "absint",
                                "minimum": 1
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/seller-badge\/row-actions"
                    }
                ]
            }
        },
        "\/dokan\/v1\/seller-badge\/bulk-actions": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        },
                        "action": {
                            "description": "Batch action name to process",
                            "type": "string",
                            "enum": [
                                "publish",
                                "draft",
                                "delete"
                            ],
                            "required": true
                        },
                        "ids": {
                            "description": "Batch action to carry on advertisement items",
                            "type": "array",
                            "items": {
                                "type": "integer",
                                "sanitize_callback": "absint",
                                "minimum": 1
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/seller-badge\/bulk-actions"
                    }
                ]
            }
        },
        "\/dokan\/v1\/seller-badge\/events": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/seller-badge\/events"
                    }
                ]
            }
        },
        "\/dokan\/v1\/seller-badge\/vendor-unseen-badges": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "vendor_id": {
                            "description": "Filter badge by vendor id",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "is_frontend": {
                            "description": "Is this api called from frontend? If vendor_id param is set, this parameter is no use.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/seller-badge\/vendor-unseen-badges"
                    }
                ]
            }
        },
        "\/dokan\/v1\/seller-badge\/set-badge-as-seen": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "edit",
                            "required": false
                        },
                        "vendor_id": {
                            "description": "Filter badge by vendor id",
                            "type": "integer",
                            "default": 0,
                            "minimum": 1,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/seller-badge\/set-badge-as-seen"
                    }
                ]
            }
        },
        "\/dokan\/v1\/seller-badge\/verification-types": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/seller-badge\/verification-types"
                    }
                ]
            }
        },
        "\/dokan\/v1\/request-for-quote": {
            "namespace": "dokan\/v1\/request-for-quote",
            "methods": [
                "GET",
                "POST",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "status": {
                            "type": "string",
                            "description": "Request Quote status",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "dokan\/v1\/request-for-quote",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/request-for-quote"
                    }
                ]
            }
        },
        "\/dokan\/v1\/request-for-quote\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/request-for-quote\/(?P<id>[\\d]+)\/restore": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/request-for-quote\/batch": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "user_id": {
                            "description": "Unique identifier for the user.",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "Unique identifier for the order.",
                            "type": "integer",
                            "required": false
                        },
                        "quote_title": {
                            "description": "Title of the quote.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Status of the quote.",
                            "type": "string",
                            "required": false
                        },
                        "customer_info": {
                            "description": "Customer info",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/request-for-quote\/batch"
                    }
                ]
            }
        },
        "\/dokan\/v1\/request-for-quote\/convert-to-order": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "quote_id": {
                            "description": "Request quote id",
                            "type": "number",
                            "required": true
                        },
                        "status": {
                            "description": "Request quote status",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/request-for-quote\/convert-to-order"
                    }
                ]
            }
        },
        "\/dokan\/v1\/request-for-quote\/quote-rule": {
            "namespace": "dokan\/v1\/request-for-quote",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "status": {
                            "type": "string",
                            "description": "Request Quote status",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/request-for-quote\/quote-rule"
                    }
                ]
            }
        },
        "\/dokan\/v1\/request-for-quote\/quote-rule\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1\/request-for-quote",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/request-for-quote\/quote-rule\/batch": {
            "namespace": "dokan\/v1\/request-for-quote",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/request-for-quote\/quote-rule\/batch"
                    }
                ]
            }
        },
        "\/dokan\/v1\/request-for-quote\/quote-rule\/(?P<id>[\\d]+)\/restore": {
            "namespace": "dokan\/v1\/request-for-quote",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/request-for-quote\/customers": {
            "namespace": "dokan\/v1\/request-for-quote",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "\u9650\u5b9a\u8d44\u6e90\u4e3a\u542b\u6709\u7279\u5b9a\u7535\u90ae\u5730\u5740\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "role": {
                            "description": "\u9650\u5b9a\u8d44\u6e90\u4e3a\u6709\u4e00\u4e2a\u7279\u5b9a\u7684\u89d2\u8272\u3002",
                            "type": "string",
                            "default": "customer",
                            "enum": [
                                "all",
                                "administrator",
                                "editor",
                                "author",
                                "contributor",
                                "subscriber",
                                "customer",
                                "shop_manager",
                                "seller",
                                "vendor_staff",
                                "ywry"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "email": {
                            "type": "string",
                            "description": "\u65b0\u7528\u6237\u7684\u7535\u90ae\u5730\u5740\u3002",
                            "required": true
                        },
                        "first_name": {
                            "description": "\u5ba2\u6237\u7684\u540d\u5b57\u3002",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u5ba2\u6237\u7684\u59d3\u6c0f\u3002",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "\u65b0\u7528\u6237\u7684\u7528\u6237\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\u65b0\u7528\u6237\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u7684\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u56fd\u5bb6\/\u5730\u533a\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u90ae\u5730\u5740\u3002",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u914d\u9001\u5730\u5740\u6570\u636e\u7684\u5217\u8868\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u56fd\u5bb6\/\u5730\u533a\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/request-for-quote\/customers"
                    }
                ]
            }
        },
        "\/dokan\/v1\/request-for-quote\/customers\/(?P<id>[\\d]+)": {
            "namespace": "dokan\/v1\/request-for-quote",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "email": {
                            "description": "\u5ba2\u6237\u7684\u7535\u90ae\u5730\u5740\u5730\u5740\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "\u5ba2\u6237\u7684\u540d\u5b57\u3002",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u5ba2\u6237\u7684\u59d3\u6c0f\u3002",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "\u5ba2\u6237\u7684\u767b\u5f55\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\u5ba2\u6237\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u7684\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u56fd\u5bb6\/\u5730\u533a\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u90ae\u5730\u5740\u3002",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u914d\u9001\u5730\u5740\u6570\u636e\u7684\u5217\u8868\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u56fd\u5bb6\/\u5730\u533a\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        },
                        "reassign": {
                            "default": 0,
                            "type": "integer",
                            "description": "\u91cd\u65b0\u6307\u5b9a\u6587\u7ae0\u7684ID\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/request-for-quote\/customers\/batch": {
            "namespace": "dokan\/v1\/request-for-quote",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "email": {
                            "description": "\u5ba2\u6237\u7684\u7535\u90ae\u5730\u5740\u5730\u5740\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "\u5ba2\u6237\u7684\u540d\u5b57\u3002",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u5ba2\u6237\u7684\u59d3\u6c0f\u3002",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "\u5ba2\u6237\u7684\u767b\u5f55\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\u5ba2\u6237\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u7684\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u56fd\u5bb6\/\u5730\u533a\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u90ae\u5730\u5740\u3002",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u914d\u9001\u5730\u5740\u6570\u636e\u7684\u5217\u8868\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u56fd\u5bb6\/\u5730\u533a\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/request-for-quote\/customers\/batch"
                    }
                ]
            }
        },
        "\/dokan\/v1\/request-for-quote\/roles": {
            "namespace": "dokan\/v1\/request-for-quote",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "status": {
                            "type": "string",
                            "description": "Request Quote status",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/request-for-quote\/roles"
                    }
                ]
            }
        },
        "\/dokan\/v1\/shipping\/table-rate\/rates\/zone\/(?P<zone_id>[\\d]+)\/instance\/(?P<instance_id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "Shipping Zone ID.",
                            "type": "integer",
                            "required": true
                        },
                        "instance_id": {
                            "description": "Shipping Method Instance ID.",
                            "type": "integer",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "rate_class": {
                            "description": "Shipping class",
                            "type": "string",
                            "required": false
                        },
                        "rate_condition": {
                            "description": "Rate condition",
                            "type": "string",
                            "enum": [
                                "weight",
                                "price",
                                "items",
                                "items_in_class"
                            ],
                            "required": false
                        },
                        "rate_min": {
                            "description": "Minimum rate",
                            "type": "number",
                            "required": false
                        },
                        "rate_max": {
                            "description": "Maximum rate",
                            "type": "number",
                            "required": false
                        },
                        "rate_cost": {
                            "description": "Rate cost",
                            "type": "number",
                            "required": false
                        },
                        "rate_cost_per_item": {
                            "description": "Rate cost per item",
                            "type": "number",
                            "required": false
                        },
                        "rate_cost_per_weight_unit": {
                            "description": "Rate cost per weight",
                            "type": "number",
                            "required": false
                        },
                        "rate_cost_percent": {
                            "description": "Rate cost percent",
                            "type": "number",
                            "required": false
                        },
                        "rate_label": {
                            "description": "Rate label",
                            "type": "string",
                            "required": false
                        },
                        "rate_priority": {
                            "description": "Rate priority",
                            "type": "boolean",
                            "required": false
                        },
                        "rate_abort": {
                            "description": "Rate abort",
                            "type": "boolean",
                            "required": false
                        },
                        "rate_abort_reason": {
                            "description": "Rate abort reason",
                            "type": "string",
                            "required": false
                        },
                        "rate_order": {
                            "description": "Rate order",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "rate_class": {
                            "description": "Shipping class",
                            "type": "string",
                            "required": false
                        },
                        "rate_condition": {
                            "description": "Rate condition",
                            "type": "string",
                            "enum": [
                                "weight",
                                "price",
                                "items",
                                "items_in_class"
                            ],
                            "required": false
                        },
                        "rate_min": {
                            "description": "Minimum rate",
                            "type": "number",
                            "required": false
                        },
                        "rate_max": {
                            "description": "Maximum rate",
                            "type": "number",
                            "required": false
                        },
                        "rate_cost": {
                            "description": "Rate cost",
                            "type": "number",
                            "required": false
                        },
                        "rate_cost_per_item": {
                            "description": "Rate cost per item",
                            "type": "number",
                            "required": false
                        },
                        "rate_cost_per_weight_unit": {
                            "description": "Rate cost per weight",
                            "type": "number",
                            "required": false
                        },
                        "rate_cost_percent": {
                            "description": "Rate cost percent",
                            "type": "number",
                            "required": false
                        },
                        "rate_label": {
                            "description": "Rate label",
                            "type": "string",
                            "required": false
                        },
                        "rate_priority": {
                            "description": "Rate priority",
                            "type": "boolean",
                            "required": false
                        },
                        "rate_abort": {
                            "description": "Rate abort",
                            "type": "boolean",
                            "required": false
                        },
                        "rate_abort_reason": {
                            "description": "Rate abort reason",
                            "type": "string",
                            "required": false
                        },
                        "rate_order": {
                            "description": "Rate order",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/shipping\/table-rate\/settings\/zone\/(?P<zone_id>[\\d]+)\/instance\/(?P<instance_id>[\\d]+)": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "Shipping Zone ID.",
                            "type": "integer",
                            "required": true
                        },
                        "instance_id": {
                            "description": "Shipping Method Instance ID.",
                            "type": "integer",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "title": {
                            "description": "Shipping Method title",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "Tax status",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "none"
                            ],
                            "required": false
                        },
                        "calculation_type": {
                            "description": "Calculation type",
                            "type": "string",
                            "enum": [
                                "",
                                "item",
                                "line",
                                "class"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "Method description",
                            "type": "string",
                            "required": false
                        },
                        "prices_include_tax": {
                            "description": "Whether prices include tax",
                            "type": "string",
                            "enum": [
                                "yes",
                                "no"
                            ],
                            "required": false
                        },
                        "order_handling_fee": {
                            "description": "Order handling fee",
                            "type": "string",
                            "required": false
                        },
                        "classes_priorities": {
                            "description": "Shipping class priorities",
                            "type": "object",
                            "required": false
                        },
                        "default_priority": {
                            "description": "Default priority",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/dokan\/v1\/reverse-withdrawal\/stores-balance": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "vendor_id": {
                            "description": "Vendor ID to filter form",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "trn_date": {
                            "description": "Get transactions via date range",
                            "type": "object",
                            "properties": {
                                "from": {
                                    "type": [
                                        "string",
                                        null
                                    ],
                                    "pattern": "^([0-9]{4}-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1]))?",
                                    "default": "",
                                    "required": false
                                },
                                "to": {
                                    "type": [
                                        "string"
                                    ],
                                    "pattern": "[0-9]{4}-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1])",
                                    "default": "2026-04-11 23:59:59",
                                    "required": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/reverse-withdrawal\/stores-balance"
                    }
                ]
            }
        },
        "\/dokan\/v1\/reverse-withdrawal\/vendor-due-status": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "vendor_id": {
                            "description": "Vendor ID to filter form",
                            "type": "integer",
                            "default": 0,
                            "minimum": 1,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/reverse-withdrawal\/vendor-due-status"
                    }
                ]
            }
        },
        "\/dokan\/v1\/reverse-withdrawal\/transactions": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        },
                        "vendor_id": {
                            "description": "Vendor ID to filter form",
                            "type": "integer",
                            "default": 0,
                            "minimum": 1,
                            "required": true
                        },
                        "trn_type": {
                            "description": "Transaction type to filter form",
                            "type": "string",
                            "enum": [
                                "opening_balance",
                                "order_commission",
                                "failed_transfer_reversal",
                                "product_advertisement",
                                "manual_order_commission",
                                "vendor_payment",
                                "order_refund",
                                "manual_product",
                                "manual_order",
                                "other"
                            ],
                            "required": false
                        },
                        "trn_date": {
                            "description": "Get transactions via date range",
                            "type": "object",
                            "properties": {
                                "from": {
                                    "type": [
                                        "string"
                                    ],
                                    "format": "date-time",
                                    "default": "2026-03-11 15:21:30"
                                },
                                "to": {
                                    "type": [
                                        "string"
                                    ],
                                    "format": "date-time",
                                    "default": "2026-04-11 15:21:30"
                                }
                            },
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "trn_id": {
                            "default": 0,
                            "description": "Transaction ID",
                            "type": "integer",
                            "required": false
                        },
                        "trn_type": {
                            "description": "Transaction type",
                            "type": "string",
                            "enum": [
                                "opening_balance",
                                "order_commission",
                                "failed_transfer_reversal",
                                "product_advertisement",
                                "manual_order_commission",
                                "vendor_payment",
                                "order_refund",
                                "manual_product",
                                "manual_order",
                                "other"
                            ],
                            "required": true
                        },
                        "vendor_id": {
                            "default": 0,
                            "description": "ID of the Store",
                            "type": "integer",
                            "required": true
                        },
                        "note": {
                            "description": "Added note.",
                            "type": "string",
                            "required": true
                        },
                        "debit": {
                            "default": "0",
                            "description": "Amount that site admin charged to store owner",
                            "type": "string",
                            "required": false
                        },
                        "credit": {
                            "default": "0",
                            "description": "Amount that has been paid via store owner to site admin",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/reverse-withdrawal\/transactions"
                    }
                ]
            }
        },
        "\/dokan\/v1\/reverse-withdrawal\/transaction-types": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/reverse-withdrawal\/transaction-types"
                    }
                ]
            }
        },
        "\/dokan\/v1\/reverse-withdrawal\/stores": {
            "namespace": "dokan\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/reverse-withdrawal\/stores"
                    }
                ]
            }
        },
        "\/dokan\/v1\/reverse-withdrawal\/add-to-cart": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "amount": {
                            "description": "Payable amount",
                            "type": "string",
                            "minimum": 1,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/reverse-withdrawal\/add-to-cart"
                    }
                ]
            }
        },
        "\/dokan\/v1\/product-rejection\/reject": {
            "namespace": "dokan\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "type": "integer",
                            "description": "Product ID to reject.",
                            "required": true
                        },
                        "reason": {
                            "type": "string",
                            "description": "Reason for rejecting the product.",
                            "maxLength": 500,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/dokan\/v1\/product-rejection\/reject"
                    }
                ]
            }
        },
        "\/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:\/\/usabrapower.com\/it\/wp-json\/wc\/v1"
                    }
                ]
            }
        },
        "\/wc\/v1\/coupons": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "filter": {
                            "type": "object",
                            "description": "\u4f7f\u7528 WP Query \u53c2\u6570\u4fee\u6539\u54cd\u5e94\uff1b\u79c1\u6709\u7684\u67e5\u8be2\u5b57\u6bb5\u9700\u8981\u9002\u5f53\u7684\u8ba4\u8bc1\u6743\u9650\u3002",
                            "required": false
                        },
                        "code": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u542b\u6709\u7279\u5b9a\u4ee3\u7801\u7684\u4f18\u60e0\u5238\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "code": {
                            "description": "\u4f18\u60e0\u7801\u3002",
                            "type": "string",
                            "required": true
                        },
                        "description": {
                            "description": "\u4f18\u60e0\u5238\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "default": "fixed_cart",
                            "description": "\u786e\u5b9a\u4f18\u60e0\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "amount": {
                            "description": "\u6298\u6263\u6570\u91cf\uff0c\u5e94\u8be5\u662f\u4e00\u4e2a\u6570\u5b57\uff0c\u5373\u4f7f\u4f18\u60e0\u7c7b\u578b\u662f\u767e\u5206\u6bd4\uff0c\u4e5f\u5e94\u8be5\u662f\u4e2a\u6570\u5b57\u3002",
                            "type": "string",
                            "required": false
                        },
                        "expiry_date": {
                            "description": "\u4f18\u60e0\u5238\u8fc7\u671f\u7684UTC \u65e5\u671f\u65f6\u95f4\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "default": false,
                            "description": "\u5982\u679c\u4e3atrue\uff0c\u8be5\u4f18\u60e0\u5238\u4ec5\u53ef\u88ab\u72ec\u7acb\u4f7f\u7528\uff0c\u5176\u5b83\u53ef\u7528\u7684\u4f18\u60e0\u5238\u5c06\u4f1a\u88ab\u4ece\u8d2d\u7269\u8f66\u4e2d\u79fb\u9664\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "\u53ef\u7528\u6b64\u4f18\u60e0\u5238\u7684\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_product_ids": {
                            "description": "\u4e0d\u53ef\u7528\u6b64\u4f18\u60e0\u5238\u7684\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "\u8fd9\u4e2a\u4f18\u60e0\u5238\u603b\u7684\u53ef\u7528\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "\u6bcf\u4e2a\u5ba2\u6237\u53ef\u4ee5\u4f7f\u7528\u591a\u5c11\u6b21\u4f18\u60e0\u5238\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u4e2d\u6700\u591a\u6709\u591a\u5c11\u4ef6\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "default": false,
                            "description": "\u5982\u679c\u4e3atrue\u5e76\u4e14\u514d\u8d39\u914d\u9001\u65b9\u6cd5\u9700\u8981\u4e00\u4e2a\u4f18\u60e0\u5238\uff0c\u8be5\u4f18\u60e0\u5238\u5c06\u53ef\u7528\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "\u53ef\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u7684\u5206\u7c7bID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "\u4e0d\u53ef\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u7684\u5206\u7c7bID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "default": false,
                            "description": "\u5982\u679c\u4e3atrue\uff0c\u8be5\u4f18\u60e0\u5238\u5c06\u4e0d\u9002\u7528\u4e8e\u6253\u6298\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u91d1\u989d\u81f3\u5c11\u4e3a\u591a\u5c11\u3002",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u91d1\u989d\u6700\u591a\u4e3a\u591a\u5c11\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "\u5217\u51fa\u53ef\u4f7f\u7528\u6b64\u4f18\u60e0\u5238\u7684\u7535\u90ae\u5730\u5740\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "\u4f18\u60e0\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u4f18\u60e0\u5238\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "\u786e\u5b9a\u4f18\u60e0\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "amount": {
                            "description": "\u6298\u6263\u6570\u91cf\uff0c\u5e94\u8be5\u662f\u4e00\u4e2a\u6570\u5b57\uff0c\u5373\u4f7f\u4f18\u60e0\u7c7b\u578b\u662f\u767e\u5206\u6bd4\uff0c\u4e5f\u5e94\u8be5\u662f\u4e2a\u6570\u5b57\u3002",
                            "type": "string",
                            "required": false
                        },
                        "expiry_date": {
                            "description": "\u4f18\u60e0\u5238\u8fc7\u671f\u7684UTC \u65e5\u671f\u65f6\u95f4\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "\u5982\u679c\u4e3atrue\uff0c\u8be5\u4f18\u60e0\u5238\u4ec5\u53ef\u88ab\u72ec\u7acb\u4f7f\u7528\uff0c\u5176\u5b83\u53ef\u7528\u7684\u4f18\u60e0\u5238\u5c06\u4f1a\u88ab\u4ece\u8d2d\u7269\u8f66\u4e2d\u79fb\u9664\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "\u53ef\u7528\u6b64\u4f18\u60e0\u5238\u7684\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_product_ids": {
                            "description": "\u4e0d\u53ef\u7528\u6b64\u4f18\u60e0\u5238\u7684\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "\u8fd9\u4e2a\u4f18\u60e0\u5238\u603b\u7684\u53ef\u7528\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "\u6bcf\u4e2a\u5ba2\u6237\u53ef\u4ee5\u4f7f\u7528\u591a\u5c11\u6b21\u4f18\u60e0\u5238\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u4e2d\u6700\u591a\u6709\u591a\u5c11\u4ef6\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "\u5982\u679c\u4e3atrue\u5e76\u4e14\u514d\u8d39\u914d\u9001\u65b9\u6cd5\u9700\u8981\u4e00\u4e2a\u4f18\u60e0\u5238\uff0c\u8be5\u4f18\u60e0\u5238\u5c06\u53ef\u7528\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "\u53ef\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u7684\u5206\u7c7bID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "\u4e0d\u53ef\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u7684\u5206\u7c7bID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "\u5982\u679c\u4e3atrue\uff0c\u8be5\u4f18\u60e0\u5238\u5c06\u4e0d\u9002\u7528\u4e8e\u6253\u6298\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u91d1\u989d\u81f3\u5c11\u4e3a\u591a\u5c11\u3002",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u91d1\u989d\u6700\u591a\u4e3a\u591a\u5c11\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "\u5217\u51fa\u53ef\u4f7f\u7528\u6b64\u4f18\u60e0\u5238\u7684\u7535\u90ae\u5730\u5740\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5f3a\u5236\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/coupons\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "code": {
                            "description": "\u4f18\u60e0\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u4f18\u60e0\u5238\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "\u786e\u5b9a\u4f18\u60e0\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "amount": {
                            "description": "\u6298\u6263\u6570\u91cf\uff0c\u5e94\u8be5\u662f\u4e00\u4e2a\u6570\u5b57\uff0c\u5373\u4f7f\u4f18\u60e0\u7c7b\u578b\u662f\u767e\u5206\u6bd4\uff0c\u4e5f\u5e94\u8be5\u662f\u4e2a\u6570\u5b57\u3002",
                            "type": "string",
                            "required": false
                        },
                        "expiry_date": {
                            "description": "\u4f18\u60e0\u5238\u8fc7\u671f\u7684UTC \u65e5\u671f\u65f6\u95f4\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "\u5982\u679c\u4e3atrue\uff0c\u8be5\u4f18\u60e0\u5238\u4ec5\u53ef\u88ab\u72ec\u7acb\u4f7f\u7528\uff0c\u5176\u5b83\u53ef\u7528\u7684\u4f18\u60e0\u5238\u5c06\u4f1a\u88ab\u4ece\u8d2d\u7269\u8f66\u4e2d\u79fb\u9664\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "\u53ef\u7528\u6b64\u4f18\u60e0\u5238\u7684\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_product_ids": {
                            "description": "\u4e0d\u53ef\u7528\u6b64\u4f18\u60e0\u5238\u7684\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "\u8fd9\u4e2a\u4f18\u60e0\u5238\u603b\u7684\u53ef\u7528\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "\u6bcf\u4e2a\u5ba2\u6237\u53ef\u4ee5\u4f7f\u7528\u591a\u5c11\u6b21\u4f18\u60e0\u5238\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u4e2d\u6700\u591a\u6709\u591a\u5c11\u4ef6\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "\u5982\u679c\u4e3atrue\u5e76\u4e14\u514d\u8d39\u914d\u9001\u65b9\u6cd5\u9700\u8981\u4e00\u4e2a\u4f18\u60e0\u5238\uff0c\u8be5\u4f18\u60e0\u5238\u5c06\u53ef\u7528\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "\u53ef\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u7684\u5206\u7c7bID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "\u4e0d\u53ef\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u7684\u5206\u7c7bID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "\u5982\u679c\u4e3atrue\uff0c\u8be5\u4f18\u60e0\u5238\u5c06\u4e0d\u9002\u7528\u4e8e\u6253\u6298\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u91d1\u989d\u81f3\u5c11\u4e3a\u591a\u5c11\u3002",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u91d1\u989d\u6700\u591a\u4e3a\u591a\u5c11\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "\u5217\u51fa\u53ef\u4f7f\u7528\u6b64\u4f18\u60e0\u5238\u7684\u7535\u90ae\u5730\u5740\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/customers": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "\u9650\u5b9a\u8d44\u6e90\u4e3a\u542b\u6709\u7279\u5b9a\u7535\u90ae\u5730\u5740\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "role": {
                            "description": "\u9650\u5b9a\u8d44\u6e90\u4e3a\u6709\u4e00\u4e2a\u7279\u5b9a\u7684\u89d2\u8272\u3002",
                            "type": "string",
                            "default": "customer",
                            "enum": [
                                "all",
                                "administrator",
                                "editor",
                                "author",
                                "contributor",
                                "subscriber",
                                "customer",
                                "shop_manager",
                                "seller",
                                "vendor_staff",
                                "ywry"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "email": {
                            "type": "string",
                            "description": "\u65b0\u7528\u6237\u7684\u7535\u90ae\u5730\u5740\u3002",
                            "required": true
                        },
                        "first_name": {
                            "description": "\u5ba2\u6237\u7684\u540d\u5b57\u3002",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u5ba2\u6237\u7684\u59d3\u6c0f\u3002",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "\u65b0\u7528\u6237\u7684\u7528\u6237\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\u65b0\u7528\u6237\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u7684\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u56fd\u5bb6\/\u5730\u533a\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u90ae\u5730\u5740\u3002",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u914d\u9001\u5730\u5740\u6570\u636e\u7684\u5217\u8868\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u56fd\u5bb6\/\u5730\u533a\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "email": {
                            "description": "\u5ba2\u6237\u7684\u7535\u90ae\u5730\u5740\u5730\u5740\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "\u5ba2\u6237\u7684\u540d\u5b57\u3002",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u5ba2\u6237\u7684\u59d3\u6c0f\u3002",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "\u5ba2\u6237\u7684\u767b\u5f55\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\u5ba2\u6237\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u7684\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u56fd\u5bb6\/\u5730\u533a\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u90ae\u5730\u5740\u3002",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u914d\u9001\u5730\u5740\u6570\u636e\u7684\u5217\u8868\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u56fd\u5bb6\/\u5730\u533a\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        },
                        "reassign": {
                            "default": 0,
                            "type": "integer",
                            "description": "\u91cd\u65b0\u6307\u5b9a\u6587\u7ae0\u7684ID\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/customers\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "email": {
                            "description": "\u5ba2\u6237\u7684\u7535\u90ae\u5730\u5740\u5730\u5740\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "\u5ba2\u6237\u7684\u540d\u5b57\u3002",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u5ba2\u6237\u7684\u59d3\u6c0f\u3002",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "\u5ba2\u6237\u7684\u767b\u5f55\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\u5ba2\u6237\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u7684\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u56fd\u5bb6\/\u5730\u533a\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u90ae\u5730\u5740\u3002",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u914d\u9001\u5730\u5740\u6570\u636e\u7684\u5217\u8868\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u56fd\u5bb6\/\u5730\u533a\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "note": {
                            "type": "string",
                            "description": "\u8ba2\u5355\u5907\u6ce8\u5185\u5bb9\u3002",
                            "required": true
                        },
                        "customer_note": {
                            "default": false,
                            "description": "\u663e\u793a\/\u5b9a\u4e49\u5907\u6ce8\u662f\u4ec5\u4f9b\u53c2\u8003\u8fd8\u662f\u4f9b\u5ba2\u6237\u4f7f\u7528\uff08\u901a\u77e5\u7528\u6237\uff09\u3002",
                            "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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/orders\/(?P<order_id>[\\d]+)\/refunds": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "description": "\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "filter": {
                            "type": "object",
                            "description": "\u4f7f\u7528 WP Query \u53c2\u6570\u4fee\u6539\u54cd\u5e94\uff1b\u79c1\u6709\u7684\u67e5\u8be2\u5b57\u6bb5\u9700\u8981\u9002\u5f53\u7684\u8ba4\u8bc1\u6743\u9650\u3002",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e00\u4e2a\u7279\u5b9a\u72b6\u6001\u7684\u8ba2\u5355\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "customer": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u5ba2\u6237\u7684\u8ba2\u5355\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u4ea7\u54c1\u76f8\u5173\u7684\u8ba2\u5355\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "\u6bcf\u4e2a\u8d44\u6e90\u4e2d\u4f7f\u7528\u7684\u5c0f\u6570\u70b9\u7684\u6570\u76ee",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "amount": {
                            "description": "\u9000\u6b3e\u7684\u91d1\u989d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reason": {
                            "description": "\u9000\u6b3e\u7684\u539f\u56e0\u3002",
                            "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": "\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "order_id": {
                            "description": "\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/orders": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "filter": {
                            "type": "object",
                            "description": "\u4f7f\u7528 WP Query \u53c2\u6570\u4fee\u6539\u54cd\u5e94\uff1b\u79c1\u6709\u7684\u67e5\u8be2\u5b57\u6bb5\u9700\u8981\u9002\u5f53\u7684\u8ba4\u8bc1\u6743\u9650\u3002",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e00\u4e2a\u7279\u5b9a\u72b6\u6001\u7684\u8ba2\u5355\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "customer": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u5ba2\u6237\u7684\u8ba2\u5355\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u4ea7\u54c1\u76f8\u5173\u7684\u8ba2\u5355\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "\u6bcf\u4e2a\u8d44\u6e90\u4e2d\u4f7f\u7528\u7684\u5c0f\u6570\u70b9\u7684\u6570\u76ee",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "\u7236\u7ea7\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "pending",
                            "description": "\u8ba2\u5355\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "default": "USD",
                            "description": "\u6b64\u8ba2\u5355\u4f7f\u7528\u7684\u5e01\u79cd\uff0c\u4f7f\u7528ISO\u683c\u5f0f\u3002",
                            "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",
                                "LTC",
                                "ETH",
                                "ZWL"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "default": 0,
                            "description": "\u6b64\u8ba2\u5355\u7684\u7528\u6237ID\uff0c0\u8868\u793a\u662f\u8bbf\u5ba2\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 \u4e24\u5b57\u6bcd\u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u90ae\u5730\u5740\u3002",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u914d\u9001\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 \u4e24\u5b57\u6bcd\u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0f ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0f\u6807\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "set_paid": {
                            "default": false,
                            "description": "\u5b9a\u4e49\u8ba2\u5355\u662f\u5426\u5df2\u88ab\u652f\u4ed8\uff0c\u5b83\u7684\u72b6\u6001\u5c06\u4f1a\u88ab\u8bbe\u7f6e\u4e3a\u6b63\u5728\u5904\u7406\u5e76\u51cf\u53bb\u76f8\u5e94\u7684\u5e93\u5b58\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "\u552f\u4e00\u7684\u4ea4\u6613ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u5ba2\u6237\u5728\u7ed3\u8d26\u65f6\u7559\u4e0b\u7684\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "line_items": {
                            "description": "\u8ba2\u5355\u5185\u4ea7\u54c1\u7684\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "sku": {
                                        "description": "\u4ea7\u54c1SKU\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "product_id": {
                                        "description": "\u4ea7\u54c1ID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "\u53ef\u53d8ID\uff0c\u82e5\u9002\u7528\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "\u8ba2\u8d2d\u6570\u91cf\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u4ea7\u54c1\u7684\u7a0e\u79cd\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "\u4ea7\u54c1\u4ef7\u683c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "subtotal": {
                                        "description": "\u884c\u95f4\u5c0f\u8ba1 \uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u5c0f\u8ba1 \uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a0e\u989d\u5c0f\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta": {
                                        "description": "\u8ba2\u5355\u7269\u54c1\u7684\u5143\u6570\u636e.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "label": {
                                                    "description": "\u5143\u6570\u636e\u7684\u663e\u793a\u6807\u7b7e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "\u914d\u9001\u72b6\u6001\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "\u914d\u9001\u65b9\u5f0f\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "\u914d\u9001\u65b9\u5f0fID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u8d39\u7528\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u8d39\u7528\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u7c7b\u578b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u72b6\u6001\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a0e\u989d\u5c0f\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "\u4f18\u60e0\u5238\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "\u4f18\u60e0\u7801\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u6298\u6263\u603b\u989d",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "\u6298\u6263\u7a0e\u603b\u989d",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u7236\u7ea7\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "\u8ba2\u5355\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "\u6b64\u8ba2\u5355\u4f7f\u7528\u7684\u5e01\u79cd\uff0c\u4f7f\u7528ISO\u683c\u5f0f\u3002",
                            "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",
                                "LTC",
                                "ETH",
                                "ZWL"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "\u6b64\u8ba2\u5355\u7684\u7528\u6237ID\uff0c0\u8868\u793a\u662f\u8bbf\u5ba2\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 \u4e24\u5b57\u6bcd\u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u90ae\u5730\u5740\u3002",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u914d\u9001\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 \u4e24\u5b57\u6bcd\u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0f ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0f\u6807\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "set_paid": {
                            "description": "\u5b9a\u4e49\u8ba2\u5355\u662f\u5426\u5df2\u88ab\u652f\u4ed8\uff0c\u5b83\u7684\u72b6\u6001\u5c06\u4f1a\u88ab\u8bbe\u7f6e\u4e3a\u6b63\u5728\u5904\u7406\u5e76\u51cf\u53bb\u76f8\u5e94\u7684\u5e93\u5b58\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "\u552f\u4e00\u7684\u4ea4\u6613ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u5ba2\u6237\u5728\u7ed3\u8d26\u65f6\u7559\u4e0b\u7684\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "line_items": {
                            "description": "\u8ba2\u5355\u5185\u4ea7\u54c1\u7684\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "sku": {
                                        "description": "\u4ea7\u54c1SKU\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "product_id": {
                                        "description": "\u4ea7\u54c1ID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "\u53ef\u53d8ID\uff0c\u82e5\u9002\u7528\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "\u8ba2\u8d2d\u6570\u91cf\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u4ea7\u54c1\u7684\u7a0e\u79cd\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "\u4ea7\u54c1\u4ef7\u683c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "subtotal": {
                                        "description": "\u884c\u95f4\u5c0f\u8ba1 \uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u5c0f\u8ba1 \uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a0e\u989d\u5c0f\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta": {
                                        "description": "\u8ba2\u5355\u7269\u54c1\u7684\u5143\u6570\u636e.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "label": {
                                                    "description": "\u5143\u6570\u636e\u7684\u663e\u793a\u6807\u7b7e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "\u914d\u9001\u72b6\u6001\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "\u914d\u9001\u65b9\u5f0f\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "\u914d\u9001\u65b9\u5f0fID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u8d39\u7528\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u8d39\u7528\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u7c7b\u578b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u72b6\u6001\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a0e\u989d\u5c0f\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "\u4f18\u60e0\u5238\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "\u4f18\u60e0\u7801\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u6298\u6263\u603b\u989d",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "\u6298\u6263\u7a0e\u603b\u989d",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5f3a\u5236\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/orders\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "\u7236\u7ea7\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "\u8ba2\u5355\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "\u6b64\u8ba2\u5355\u4f7f\u7528\u7684\u5e01\u79cd\uff0c\u4f7f\u7528ISO\u683c\u5f0f\u3002",
                            "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",
                                "LTC",
                                "ETH",
                                "ZWL"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "\u6b64\u8ba2\u5355\u7684\u7528\u6237ID\uff0c0\u8868\u793a\u662f\u8bbf\u5ba2\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 \u4e24\u5b57\u6bcd\u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u90ae\u5730\u5740\u3002",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u914d\u9001\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 \u4e24\u5b57\u6bcd\u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0f ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0f\u6807\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "set_paid": {
                            "description": "\u5b9a\u4e49\u8ba2\u5355\u662f\u5426\u5df2\u88ab\u652f\u4ed8\uff0c\u5b83\u7684\u72b6\u6001\u5c06\u4f1a\u88ab\u8bbe\u7f6e\u4e3a\u6b63\u5728\u5904\u7406\u5e76\u51cf\u53bb\u76f8\u5e94\u7684\u5e93\u5b58\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "\u552f\u4e00\u7684\u4ea4\u6613ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u5ba2\u6237\u5728\u7ed3\u8d26\u65f6\u7559\u4e0b\u7684\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "line_items": {
                            "description": "\u8ba2\u5355\u5185\u4ea7\u54c1\u7684\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "sku": {
                                        "description": "\u4ea7\u54c1SKU\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "product_id": {
                                        "description": "\u4ea7\u54c1ID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "\u53ef\u53d8ID\uff0c\u82e5\u9002\u7528\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "\u8ba2\u8d2d\u6570\u91cf\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u4ea7\u54c1\u7684\u7a0e\u79cd\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "\u4ea7\u54c1\u4ef7\u683c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "subtotal": {
                                        "description": "\u884c\u95f4\u5c0f\u8ba1 \uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u5c0f\u8ba1 \uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a0e\u989d\u5c0f\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta": {
                                        "description": "\u8ba2\u5355\u7269\u54c1\u7684\u5143\u6570\u636e.",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "label": {
                                                    "description": "\u5143\u6570\u636e\u7684\u663e\u793a\u6807\u7b7e\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "\u914d\u9001\u72b6\u6001\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "\u914d\u9001\u65b9\u5f0f\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "\u914d\u9001\u65b9\u5f0fID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u8d39\u7528\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u8d39\u7528\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u7c7b\u578b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u72b6\u6001\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a0e\u989d\u5c0f\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "\u4f18\u60e0\u5238\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "\u4f18\u60e0\u7801\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u6298\u6263\u603b\u989d",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "\u6298\u6263\u7a0e\u603b\u989d",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u5206\u7c7b\u65b9\u6cd5\u5c5e\u6027\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u8d44\u6e90\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u6ca1\u6709\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u522b\u540d(slug)\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "\u8be5\u5206\u7c7b\u65b9\u6cd5\u5c5e\u6027\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "\u6765\u6e90\u7684\u540d\u79f0\u3002",
                            "required": true
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "\u8be5\u5206\u7c7b\u65b9\u6cd5\u5c5e\u6027\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "\u8be5\u5206\u7c7b\u65b9\u6cd5\u5c5e\u6027\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u7c7b\u522b\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "\u8be5\u5206\u7c7b\u65b9\u6cd5\u5c5e\u6027\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "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": "\u8be5\u5206\u7c7b\u65b9\u6cd5\u5c5e\u6027\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u7c7b\u522b\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/attributes": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "\u6765\u6e90\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "select",
                            "description": "\u5c5e\u6027\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "checkbox",
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "default": "menu_order",
                            "description": "\u9ed8\u8ba4\u6392\u5e8f\u3002",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "default": false,
                            "description": "\u542f\u7528\/\u7981\u7528\u5c5e\u6027\u5f52\u6863\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u5c5e\u6027\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "checkbox",
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "\u9ed8\u8ba4\u6392\u5e8f\u3002",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "\u542f\u7528\/\u7981\u7528\u5c5e\u6027\u5f52\u6863\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/attributes\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u5c5e\u6027\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "checkbox",
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "\u9ed8\u8ba4\u6392\u5e8f\u3002",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "\u542f\u7528\/\u7981\u7528\u5c5e\u6027\u5f52\u6863\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v1\/products\/attributes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/products\/categories": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u8d44\u6e90\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u6ca1\u6709\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u522b\u540d(slug)\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "\u6765\u6e90\u7684\u540d\u79f0\u3002",
                            "required": true
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7236\u7ea7\u9879\u76ee\u7684ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "default": "default",
                            "description": "\u5206\u7c7b\u5f52\u6863\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u7247\u6570\u636e",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7236\u7ea7\u9879\u76ee\u7684ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "\u5206\u7c7b\u5f52\u6863\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u7247\u6570\u636e",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/categories\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7236\u7ea7\u9879\u76ee\u7684ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "\u5206\u7c7b\u5f52\u6863\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u7247\u6570\u636e",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u53d8\u91cf\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u53d8\u91cf\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "review": {
                            "type": "string",
                            "description": "\u8bc4\u4ef7\u5185\u5bb9\u3002",
                            "required": true
                        },
                        "date_created": {
                            "description": "\u8be5\u8bc4\u4ef7\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "\u8bc4\u4ef7\u661f\u7ea7 \uff080\u81f35\uff09\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "\u8bc4\u4ef7\u8005\u7684\u79f0\u547c\u3002",
                            "required": true
                        },
                        "email": {
                            "type": "string",
                            "description": "\u8bc4\u4ef7\u8005\u7684\u90ae\u4ef6\u5730\u5740\u3002",
                            "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": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "review": {
                            "description": "\u8bc4\u4ef7\u7684\u5185\u5bb9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "\u8be5\u8bc4\u4ef7\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "\u8bc4\u4ef7\u661f\u7ea7 \uff080\u81f35\uff09\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u8bc4\u4ef7\u8005\u7684\u79f0\u547c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "\u8bc4\u4ef7\u4eba\u7684\u90ae\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5f3a\u5236\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/shipping_classes": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u8d44\u6e90\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u6ca1\u6709\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u522b\u540d(slug)\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "\u6765\u6e90\u7684\u540d\u79f0\u3002",
                            "required": true
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/shipping_classes\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v1\/products\/shipping_classes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/products\/tags": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u8d44\u6e90\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u6ca1\u6709\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u522b\u540d(slug)\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "\u6765\u6e90\u7684\u540d\u79f0\u3002",
                            "required": true
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u6807\u7b7e(Tag)\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/tags\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "\u6807\u7b7e(Tag)\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v1\/products\/tags\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/products": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "filter": {
                            "type": "object",
                            "description": "\u4f7f\u7528 WP Query \u53c2\u6570\u4fee\u6539\u54cd\u5e94\uff1b\u79c1\u6709\u7684\u67e5\u8be2\u5b57\u6bb5\u9700\u8981\u9002\u5f53\u7684\u8ba4\u8bc1\u6743\u9650\u3002",
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u540d(slug)\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u4ea7\u54c1\u7c7b\u578b\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "bundle"
                            ],
                            "required": false
                        },
                        "category": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u5206\u7c7b\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u6807\u7b7e\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u914d\u9001\u7c7b\u578b\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u5c5e\u6027\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u5c5e\u6027\u7c7b\u522b(\u9700\u8981\u6307\u5b9a\u4e00\u4e2a\u5c5e\u6027)\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684SKU\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4ea7\u54c1\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "simple",
                            "description": "\u4ea7\u54c1\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "bundle"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u4ea7\u54c1\u72b6\u6001\uff08\u6587\u7ae0\u72b6\u6001\uff09",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        },
                        "featured": {
                            "default": false,
                            "description": "\u7279\u8272\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "default": "visible",
                            "description": "\u76ee\u5f55\u53ef\u89c1\u6027\u3002",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4ea7\u54c1\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "\u4ea7\u54c1\u7b80\u77ed\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u7edf\u4e00\u6807\u8bc6\u7b26",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u4ea7\u54c1\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u4ea7\u54c1\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u683c\u7684\u622a\u6b62\u65e5\u671f\u3002",
                            "type": "string",
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u662f\u865a\u62df\u4ea7\u54c1\u7684\u8bdd\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u662f\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u7684\u8bdd\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_type": {
                            "default": "standard",
                            "description": "\u4e0b\u8f7d\u7684\u7c7b\u578b\uff0c\u5c06\u7528\u4e8e\u524d\u7aef\u7684\u663e\u793a\u3002",
                            "type": "string",
                            "enum": [
                                "standard"
                            ],
                            "required": false
                        },
                        "external_url": {
                            "description": "\u4ea7\u54c1\u7684\u5916\u90e8\u94fe\u63a5\uff0c\u4ec5\u7528\u4e8e\u5916\u94fe\u4ea7\u54c1\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "\u5916\u94fe\u4ea7\u54c1\u7684\u6309\u94ae\u6587\u672c\uff0c\u4ec5\u7528\u4e8e\u5916\u94fe\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "\u4ea7\u54c1\u7ea7\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "default": true,
                            "description": "\u63a7\u5236\u5728\u524d\u7aef\u662f\u5426\u4ea7\u54c1\u88ab\u5217\u4e3a\"\u6709\u8d27\"\u6216\"\u7f3a\u8d27\" \u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "default": false,
                            "description": "\u6bcf\u4e2a\u8ba2\u5355\u4ec5\u5141\u8bb8\u8d2d\u4e70\u4e00\u4ef6\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "\u4ea7\u54c1\u7684\u91cd\u91cf(\u78c5)\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u4ea7\u54c1\u7684\u4f53\u79ef\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u4ea7\u54c1\u957f\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u4ea7\u54c1\u5bbd\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u4ea7\u54c1\u9ad8\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "default": true,
                            "description": "\u5141\u8bb8\u8bc4\u4ef7\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "upsell \u4ea7\u54c1ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u4ea4\u53c9\u9500\u552e\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7684\u7236\u7ea7ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "\u8d2d\u4e70\u540e\u53d1\u9001\u7ed9\u5ba2\u6237\u7684\u53ef\u9009\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u5206\u7c7b\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5206\u7c7b\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u5206\u7c7b\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "\u6807\u7b7e\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6807\u7b7e\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6807\u7b7e(Tag)\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u6807\u7b7e\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u56fe\u7247\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u56fe\u7247 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u56fe\u7247\u7684\u4f4d\u7f6e\u30020\u8868\u793a\u8be5\u56fe\u7247\u4e3a\u7279\u8272\u56fe\u50cf\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u5c5e\u6027\u7684\u4f4d\u7f6e\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "\u5b9a\u4e49\u662f\u5426\u5728\u4ea7\u54c1\u8be6\u60c5\u9875\u7684 \"\u9644\u52a0\u4fe1\u606f\"\u9009\u9879\u5361\u663e\u793a\u6b64\u5c5e\u6027\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "\u5b9a\u4e49\u6b64\u5c5e\u6027\u662f\u5426\u53ef\u7528\u4e8e\u53d8\u91cf\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "\u6b64\u5c5e\u6027\u7684\u53ef\u7528term\u540d\u79f0\u5217\u8868\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "\u9ed8\u8ba4\u7684\u53d8\u91cf\u5c5e\u6027\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "variations": {
                            "description": "\u53d8\u91cf\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u53d8\u91cfID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created": {
                                        "description": "\u4ee5\u7f51\u7ad9\u6240\u5728\u65f6\u533a\u663e\u793a\u7684\u53d8\u91cf\u7684\u521b\u5efa\u65f6\u95f4\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u4ee5\u7f51\u7ad9\u6240\u5728\u65f6\u533a\u663e\u793a\u7684\u53d8\u91cf\u7684\u6700\u540e\u4fee\u6539\u65f6\u95f4\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "permalink": {
                                        "description": "\u53d8\u91cf\u7684URL\u3002",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "sku": {
                                        "description": "\u7edf\u4e00\u6807\u8bc6\u7b26",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "price": {
                                        "description": "\u5f53\u524d\u53d8\u91cf\u7684\u4ef7\u683c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "regular_price": {
                                        "description": "\u53d8\u91cf\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "sale_price": {
                                        "description": "\u53d8\u91cf\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_on_sale_from": {
                                        "description": "\u4fc3\u9500\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_on_sale_to": {
                                        "description": "\u4fc3\u9500\u4ef7\u683c\u7684\u622a\u6b62\u65e5\u671f\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "on_sale": {
                                        "description": "\u663e\u793a\u8be5\u53d8\u91cf\u4ea7\u54c1\u662f\u5426\u6b63\u5728\u4fc3\u9500\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "purchasable": {
                                        "description": "\u663e\u793a\u8be5\u53d8\u91cf\u662f\u5426\u53ef\u88ab\u8d2d\u4e70\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "visible": {
                                        "description": "\u5982\u679c\u6b64\u53d8\u91cf\u662f\u53ef\u89c1\u7684\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "virtual": {
                                        "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u865a\u62df\u4ea7\u54c1\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "downloadable": {
                                        "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "downloads": {
                                        "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u6587\u4ef6ID\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "name": {
                                                    "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "file": {
                                                    "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "download_limit": {
                                        "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                                        "type": "integer",
                                        "default": null,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "download_expiry": {
                                        "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                                        "type": "integer",
                                        "default": null,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                                        "type": "string",
                                        "default": "taxable",
                                        "enum": [
                                            "taxable",
                                            "shipping",
                                            "none"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "manage_stock": {
                                        "description": "\u53d8\u91cf\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "stock_quantity": {
                                        "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "in_stock": {
                                        "description": "\u63a7\u5236\u6b64\u53d8\u91cf\u4ea7\u54c1\u662f\u5426\u5728\u524d\u53f0\u663e\u793a\"\u73b0\u8d27\" \u6216 \"\u552e\u7f44\" \u3002",
                                        "type": "boolean",
                                        "default": true,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "backorders": {
                                        "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                                        "type": "string",
                                        "default": "no",
                                        "enum": [
                                            "no",
                                            "notify",
                                            "yes"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "backorders_allowed": {
                                        "description": "\u5982\u679c\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u5c06\u4f1a\u663e\u793a\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "backordered": {
                                        "description": "\u5982\u679c\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u5c31\u663e\u793a\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "weight": {
                                        "description": "\u53d8\u91cf\u91cd\u91cf (\u78c5).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "dimensions": {
                                        "description": "\u53d8\u91cf\u4f53\u79ef.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "properties": {
                                            "length": {
                                                "description": "\u53d8\u91cf\u957f\u5ea6 (\u82f1\u5bf8).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "width": {
                                                "description": "\u53d8\u91cf\u5bbd\u5ea6 (\u82f1\u5bf8).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "height": {
                                                "description": "\u53d8\u91cf\u9ad8\u5ea6 (\u82f1\u5bf8).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    },
                                    "shipping_class": {
                                        "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "shipping_class_id": {
                                        "description": "\u914d\u9001\u7c7b\u578b\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "\u53d8\u91cf\u56fe\u7247\u6570\u636e\u3002",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "properties": {
                                            "id": {
                                                "description": "\u56fe\u7247 ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "date_created": {
                                                "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                                "type": [
                                                    "null",
                                                    "string"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "date_modified": {
                                                "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                                "type": [
                                                    "null",
                                                    "string"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "src": {
                                                "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "alt": {
                                                "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "position": {
                                                "description": "\u56fe\u7247\u7684\u4f4d\u7f6e\u30020\u8868\u793a\u8be5\u56fe\u7247\u4e3a\u7279\u8272\u56fe\u50cf\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    },
                                    "attributes": {
                                        "description": "\u5c5e\u6027\u5217\u8868\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5c5e\u6027\u7684ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "name": {
                                                    "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "option": {
                                                    "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4ea7\u54c1\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u4ea7\u54c1\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "bundle"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u4ea7\u54c1\u72b6\u6001\uff08\u6587\u7ae0\u72b6\u6001\uff09",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "\u7279\u8272\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "\u76ee\u5f55\u53ef\u89c1\u6027\u3002",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4ea7\u54c1\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "\u4ea7\u54c1\u7b80\u77ed\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u7edf\u4e00\u6807\u8bc6\u7b26",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u4ea7\u54c1\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u4ea7\u54c1\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u683c\u7684\u622a\u6b62\u65e5\u671f\u3002",
                            "type": "string",
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u662f\u865a\u62df\u4ea7\u54c1\u7684\u8bdd\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u662f\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u7684\u8bdd\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_type": {
                            "description": "\u4e0b\u8f7d\u7684\u7c7b\u578b\uff0c\u5c06\u7528\u4e8e\u524d\u7aef\u7684\u663e\u793a\u3002",
                            "type": "string",
                            "enum": [
                                "standard"
                            ],
                            "required": false
                        },
                        "external_url": {
                            "description": "\u4ea7\u54c1\u7684\u5916\u90e8\u94fe\u63a5\uff0c\u4ec5\u7528\u4e8e\u5916\u94fe\u4ea7\u54c1\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "\u5916\u94fe\u4ea7\u54c1\u7684\u6309\u94ae\u6587\u672c\uff0c\u4ec5\u7528\u4e8e\u5916\u94fe\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u4ea7\u54c1\u7ea7\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "\u63a7\u5236\u5728\u524d\u7aef\u662f\u5426\u4ea7\u54c1\u88ab\u5217\u4e3a\"\u6709\u8d27\"\u6216\"\u7f3a\u8d27\" \u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "\u6bcf\u4e2a\u8ba2\u5355\u4ec5\u5141\u8bb8\u8d2d\u4e70\u4e00\u4ef6\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "\u4ea7\u54c1\u7684\u91cd\u91cf(\u78c5)\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u4ea7\u54c1\u7684\u4f53\u79ef\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u4ea7\u54c1\u957f\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u4ea7\u54c1\u5bbd\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u4ea7\u54c1\u9ad8\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "\u5141\u8bb8\u8bc4\u4ef7\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "upsell \u4ea7\u54c1ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u4ea4\u53c9\u9500\u552e\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7684\u7236\u7ea7ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "\u8d2d\u4e70\u540e\u53d1\u9001\u7ed9\u5ba2\u6237\u7684\u53ef\u9009\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u5206\u7c7b\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5206\u7c7b\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u5206\u7c7b\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "\u6807\u7b7e\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6807\u7b7e\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6807\u7b7e(Tag)\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u6807\u7b7e\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u56fe\u7247\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u56fe\u7247 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u56fe\u7247\u7684\u4f4d\u7f6e\u30020\u8868\u793a\u8be5\u56fe\u7247\u4e3a\u7279\u8272\u56fe\u50cf\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u5c5e\u6027\u7684\u4f4d\u7f6e\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "\u5b9a\u4e49\u662f\u5426\u5728\u4ea7\u54c1\u8be6\u60c5\u9875\u7684 \"\u9644\u52a0\u4fe1\u606f\"\u9009\u9879\u5361\u663e\u793a\u6b64\u5c5e\u6027\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "\u5b9a\u4e49\u6b64\u5c5e\u6027\u662f\u5426\u53ef\u7528\u4e8e\u53d8\u91cf\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "\u6b64\u5c5e\u6027\u7684\u53ef\u7528term\u540d\u79f0\u5217\u8868\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "\u9ed8\u8ba4\u7684\u53d8\u91cf\u5c5e\u6027\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "variations": {
                            "description": "\u53d8\u91cf\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u53d8\u91cfID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created": {
                                        "description": "\u4ee5\u7f51\u7ad9\u6240\u5728\u65f6\u533a\u663e\u793a\u7684\u53d8\u91cf\u7684\u521b\u5efa\u65f6\u95f4\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u4ee5\u7f51\u7ad9\u6240\u5728\u65f6\u533a\u663e\u793a\u7684\u53d8\u91cf\u7684\u6700\u540e\u4fee\u6539\u65f6\u95f4\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "permalink": {
                                        "description": "\u53d8\u91cf\u7684URL\u3002",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "sku": {
                                        "description": "\u7edf\u4e00\u6807\u8bc6\u7b26",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "price": {
                                        "description": "\u5f53\u524d\u53d8\u91cf\u7684\u4ef7\u683c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "regular_price": {
                                        "description": "\u53d8\u91cf\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "sale_price": {
                                        "description": "\u53d8\u91cf\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_on_sale_from": {
                                        "description": "\u4fc3\u9500\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_on_sale_to": {
                                        "description": "\u4fc3\u9500\u4ef7\u683c\u7684\u622a\u6b62\u65e5\u671f\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "on_sale": {
                                        "description": "\u663e\u793a\u8be5\u53d8\u91cf\u4ea7\u54c1\u662f\u5426\u6b63\u5728\u4fc3\u9500\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "purchasable": {
                                        "description": "\u663e\u793a\u8be5\u53d8\u91cf\u662f\u5426\u53ef\u88ab\u8d2d\u4e70\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "visible": {
                                        "description": "\u5982\u679c\u6b64\u53d8\u91cf\u662f\u53ef\u89c1\u7684\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "virtual": {
                                        "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u865a\u62df\u4ea7\u54c1\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "downloadable": {
                                        "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "downloads": {
                                        "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u6587\u4ef6ID\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "name": {
                                                    "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "file": {
                                                    "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "download_limit": {
                                        "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                                        "type": "integer",
                                        "default": null,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "download_expiry": {
                                        "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                                        "type": "integer",
                                        "default": null,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                                        "type": "string",
                                        "default": "taxable",
                                        "enum": [
                                            "taxable",
                                            "shipping",
                                            "none"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "manage_stock": {
                                        "description": "\u53d8\u91cf\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "stock_quantity": {
                                        "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "in_stock": {
                                        "description": "\u63a7\u5236\u6b64\u53d8\u91cf\u4ea7\u54c1\u662f\u5426\u5728\u524d\u53f0\u663e\u793a\"\u73b0\u8d27\" \u6216 \"\u552e\u7f44\" \u3002",
                                        "type": "boolean",
                                        "default": true,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "backorders": {
                                        "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                                        "type": "string",
                                        "default": "no",
                                        "enum": [
                                            "no",
                                            "notify",
                                            "yes"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "backorders_allowed": {
                                        "description": "\u5982\u679c\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u5c06\u4f1a\u663e\u793a\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "backordered": {
                                        "description": "\u5982\u679c\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u5c31\u663e\u793a\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "weight": {
                                        "description": "\u53d8\u91cf\u91cd\u91cf (\u78c5).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "dimensions": {
                                        "description": "\u53d8\u91cf\u4f53\u79ef.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "properties": {
                                            "length": {
                                                "description": "\u53d8\u91cf\u957f\u5ea6 (\u82f1\u5bf8).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "width": {
                                                "description": "\u53d8\u91cf\u5bbd\u5ea6 (\u82f1\u5bf8).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "height": {
                                                "description": "\u53d8\u91cf\u9ad8\u5ea6 (\u82f1\u5bf8).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    },
                                    "shipping_class": {
                                        "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "shipping_class_id": {
                                        "description": "\u914d\u9001\u7c7b\u578b\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "\u53d8\u91cf\u56fe\u7247\u6570\u636e\u3002",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "properties": {
                                            "id": {
                                                "description": "\u56fe\u7247 ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "date_created": {
                                                "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                                "type": [
                                                    "null",
                                                    "string"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "date_modified": {
                                                "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                                "type": [
                                                    "null",
                                                    "string"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "src": {
                                                "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "alt": {
                                                "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "position": {
                                                "description": "\u56fe\u7247\u7684\u4f4d\u7f6e\u30020\u8868\u793a\u8be5\u56fe\u7247\u4e3a\u7279\u8272\u56fe\u50cf\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    },
                                    "attributes": {
                                        "description": "\u5c5e\u6027\u5217\u8868\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5c5e\u6027\u7684ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "name": {
                                                    "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "option": {
                                                    "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5f3a\u5236\u5220\u9664\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/products\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4ea7\u54c1\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u4ea7\u54c1\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "bundle"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u4ea7\u54c1\u72b6\u6001\uff08\u6587\u7ae0\u72b6\u6001\uff09",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "\u7279\u8272\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "\u76ee\u5f55\u53ef\u89c1\u6027\u3002",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4ea7\u54c1\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "\u4ea7\u54c1\u7b80\u77ed\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u7edf\u4e00\u6807\u8bc6\u7b26",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u4ea7\u54c1\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u4ea7\u54c1\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u683c\u7684\u622a\u6b62\u65e5\u671f\u3002",
                            "type": "string",
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u662f\u865a\u62df\u4ea7\u54c1\u7684\u8bdd\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u662f\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u7684\u8bdd\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_type": {
                            "description": "\u4e0b\u8f7d\u7684\u7c7b\u578b\uff0c\u5c06\u7528\u4e8e\u524d\u7aef\u7684\u663e\u793a\u3002",
                            "type": "string",
                            "enum": [
                                "standard"
                            ],
                            "required": false
                        },
                        "external_url": {
                            "description": "\u4ea7\u54c1\u7684\u5916\u90e8\u94fe\u63a5\uff0c\u4ec5\u7528\u4e8e\u5916\u94fe\u4ea7\u54c1\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "\u5916\u94fe\u4ea7\u54c1\u7684\u6309\u94ae\u6587\u672c\uff0c\u4ec5\u7528\u4e8e\u5916\u94fe\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u4ea7\u54c1\u7ea7\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "\u63a7\u5236\u5728\u524d\u7aef\u662f\u5426\u4ea7\u54c1\u88ab\u5217\u4e3a\"\u6709\u8d27\"\u6216\"\u7f3a\u8d27\" \u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "\u6bcf\u4e2a\u8ba2\u5355\u4ec5\u5141\u8bb8\u8d2d\u4e70\u4e00\u4ef6\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "\u4ea7\u54c1\u7684\u91cd\u91cf(\u78c5)\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u4ea7\u54c1\u7684\u4f53\u79ef\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u4ea7\u54c1\u957f\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u4ea7\u54c1\u5bbd\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u4ea7\u54c1\u9ad8\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "\u5141\u8bb8\u8bc4\u4ef7\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "upsell \u4ea7\u54c1ID \u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u4ea4\u53c9\u9500\u552e\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7684\u7236\u7ea7ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "\u8d2d\u4e70\u540e\u53d1\u9001\u7ed9\u5ba2\u6237\u7684\u53ef\u9009\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u5206\u7c7b\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5206\u7c7b\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u5206\u7c7b\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "\u6807\u7b7e\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6807\u7b7e\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6807\u7b7e(Tag)\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u6807\u7b7e\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u56fe\u7247\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u56fe\u7247 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u56fe\u7247\u7684\u4f4d\u7f6e\u30020\u8868\u793a\u8be5\u56fe\u7247\u4e3a\u7279\u8272\u56fe\u50cf\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u5c5e\u6027\u7684\u4f4d\u7f6e\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "\u5b9a\u4e49\u662f\u5426\u5728\u4ea7\u54c1\u8be6\u60c5\u9875\u7684 \"\u9644\u52a0\u4fe1\u606f\"\u9009\u9879\u5361\u663e\u793a\u6b64\u5c5e\u6027\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "\u5b9a\u4e49\u6b64\u5c5e\u6027\u662f\u5426\u53ef\u7528\u4e8e\u53d8\u91cf\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "\u6b64\u5c5e\u6027\u7684\u53ef\u7528term\u540d\u79f0\u5217\u8868\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "\u9ed8\u8ba4\u7684\u53d8\u91cf\u5c5e\u6027\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "variations": {
                            "description": "\u53d8\u91cf\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u53d8\u91cfID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created": {
                                        "description": "\u4ee5\u7f51\u7ad9\u6240\u5728\u65f6\u533a\u663e\u793a\u7684\u53d8\u91cf\u7684\u521b\u5efa\u65f6\u95f4\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u4ee5\u7f51\u7ad9\u6240\u5728\u65f6\u533a\u663e\u793a\u7684\u53d8\u91cf\u7684\u6700\u540e\u4fee\u6539\u65f6\u95f4\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "permalink": {
                                        "description": "\u53d8\u91cf\u7684URL\u3002",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "sku": {
                                        "description": "\u7edf\u4e00\u6807\u8bc6\u7b26",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "price": {
                                        "description": "\u5f53\u524d\u53d8\u91cf\u7684\u4ef7\u683c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "regular_price": {
                                        "description": "\u53d8\u91cf\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "sale_price": {
                                        "description": "\u53d8\u91cf\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_on_sale_from": {
                                        "description": "\u4fc3\u9500\u4ef7\u683c\u7684\u5f00\u59cb\u65e5\u671f\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_on_sale_to": {
                                        "description": "\u4fc3\u9500\u4ef7\u683c\u7684\u622a\u6b62\u65e5\u671f\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "on_sale": {
                                        "description": "\u663e\u793a\u8be5\u53d8\u91cf\u4ea7\u54c1\u662f\u5426\u6b63\u5728\u4fc3\u9500\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "purchasable": {
                                        "description": "\u663e\u793a\u8be5\u53d8\u91cf\u662f\u5426\u53ef\u88ab\u8d2d\u4e70\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "visible": {
                                        "description": "\u5982\u679c\u6b64\u53d8\u91cf\u662f\u53ef\u89c1\u7684\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "virtual": {
                                        "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u865a\u62df\u4ea7\u54c1\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "downloadable": {
                                        "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "downloads": {
                                        "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u6587\u4ef6ID\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "name": {
                                                    "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "file": {
                                                    "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "download_limit": {
                                        "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                                        "type": "integer",
                                        "default": null,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "download_expiry": {
                                        "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                                        "type": "integer",
                                        "default": null,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                                        "type": "string",
                                        "default": "taxable",
                                        "enum": [
                                            "taxable",
                                            "shipping",
                                            "none"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "manage_stock": {
                                        "description": "\u53d8\u91cf\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "stock_quantity": {
                                        "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "in_stock": {
                                        "description": "\u63a7\u5236\u6b64\u53d8\u91cf\u4ea7\u54c1\u662f\u5426\u5728\u524d\u53f0\u663e\u793a\"\u73b0\u8d27\" \u6216 \"\u552e\u7f44\" \u3002",
                                        "type": "boolean",
                                        "default": true,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "backorders": {
                                        "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                                        "type": "string",
                                        "default": "no",
                                        "enum": [
                                            "no",
                                            "notify",
                                            "yes"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "backorders_allowed": {
                                        "description": "\u5982\u679c\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u5c06\u4f1a\u663e\u793a\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "backordered": {
                                        "description": "\u5982\u679c\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u5c31\u663e\u793a\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "weight": {
                                        "description": "\u53d8\u91cf\u91cd\u91cf (\u78c5).",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "dimensions": {
                                        "description": "\u53d8\u91cf\u4f53\u79ef.",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "properties": {
                                            "length": {
                                                "description": "\u53d8\u91cf\u957f\u5ea6 (\u82f1\u5bf8).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "width": {
                                                "description": "\u53d8\u91cf\u5bbd\u5ea6 (\u82f1\u5bf8).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "height": {
                                                "description": "\u53d8\u91cf\u9ad8\u5ea6 (\u82f1\u5bf8).",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    },
                                    "shipping_class": {
                                        "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "shipping_class_id": {
                                        "description": "\u914d\u9001\u7c7b\u578b\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "\u53d8\u91cf\u56fe\u7247\u6570\u636e\u3002",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "properties": {
                                            "id": {
                                                "description": "\u56fe\u7247 ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "date_created": {
                                                "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                                "type": [
                                                    "null",
                                                    "string"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "date_modified": {
                                                "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                                "type": [
                                                    "null",
                                                    "string"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "src": {
                                                "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "alt": {
                                                "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "position": {
                                                "description": "\u56fe\u7247\u7684\u4f4d\u7f6e\u30020\u8868\u793a\u8be5\u56fe\u7247\u4e3a\u7279\u8272\u56fe\u50cf\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    },
                                    "attributes": {
                                        "description": "\u5c5e\u6027\u5217\u8868\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5c5e\u6027\u7684ID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "name": {
                                                    "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "option": {
                                                    "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v1\/products\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/reports\/sales": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "period": {
                            "description": "\u62a5\u8868\u5468\u671f\u3002",
                            "type": "string",
                            "enum": [
                                "week",
                                "month",
                                "last_month",
                                "year"
                            ],
                            "required": false
                        },
                        "date_min": {
                            "description": "\u4e3a\u4e00\u4e2a\u7279\u5b9a\u7684\u5f00\u59cb\u65e5\u671f\u8fd4\u56de\u9500\u552e\u989d\uff0c\u65e5\u671f\u683c\u5f0f\u9700\u4e3a YYYY-MM-DD \u3002",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "date_max": {
                            "description": "\u4e3a\u4e00\u4e2a\u7279\u5b9a\u7684\u622a\u6b62\u65e5\u671f\u8fd4\u56de\u9500\u552e\u989d\uff0c\u65e5\u671f\u683c\u5f0f\u9700\u4e3a YYYY-MM-DD \u3002",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v1\/reports\/sales"
                    }
                ]
            }
        },
        "\/wc\/v1\/reports\/top_sellers": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "period": {
                            "description": "\u62a5\u8868\u5468\u671f\u3002",
                            "type": "string",
                            "enum": [
                                "week",
                                "month",
                                "last_month",
                                "year"
                            ],
                            "required": false
                        },
                        "date_min": {
                            "description": "\u4e3a\u4e00\u4e2a\u7279\u5b9a\u7684\u5f00\u59cb\u65e5\u671f\u8fd4\u56de\u9500\u552e\u989d\uff0c\u65e5\u671f\u683c\u5f0f\u9700\u4e3a YYYY-MM-DD \u3002",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "date_max": {
                            "description": "\u4e3a\u4e00\u4e2a\u7279\u5b9a\u7684\u622a\u6b62\u65e5\u671f\u8fd4\u56de\u9500\u552e\u989d\uff0c\u65e5\u671f\u683c\u5f0f\u9700\u4e3a YYYY-MM-DD \u3002",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v1\/reports\/top_sellers"
                    }
                ]
            }
        },
        "\/wc\/v1\/reports": {
            "namespace": "wc\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v1\/reports"
                    }
                ]
            }
        },
        "\/wc\/v1\/taxes\/classes": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "\u7a0e\u79cd\u540d\u79f0\u3002",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u552f\u4e00\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/taxes": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "order",
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "enum": [
                                "id",
                                "order",
                                "priority"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "class": {
                            "description": "\u4ee5\u7a0e\u79cd\u6392\u5217\u3002",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "country": {
                            "description": "\u56fd\u5bb6\/\u5730\u533a\u7684 ISO 3166 \u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "\u5dde\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "\u90ae\u7f16\u3002",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "\u7a0e\u7387\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u7a0e\u7387\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "default": 1,
                            "description": "\u7a0e\u7684\u4f18\u5148\u7b49\u7ea7\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "default": false,
                            "description": "\u662f\u5426\u662f\u590d\u5408\u8d39\u7387\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "default": true,
                            "description": "\u662f\u5426\u6b64\u7a0e\u7387\u4e5f\u5e94\u7528\u4e8e\u8fd0\u8d39\u4e2d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "\u6307\u793a\u5c06\u5728\u67e5\u8be2\u4e2d\u51fa\u73b0\u7684\u987a\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "default": "standard",
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "country": {
                            "description": "\u56fd\u5bb6\/\u5730\u533a\u7684 ISO 3166 \u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "\u5dde\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "\u90ae\u7f16\u3002",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "\u7a0e\u7387\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u7a0e\u7387\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "\u7a0e\u7684\u4f18\u5148\u7b49\u7ea7\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "\u662f\u5426\u662f\u590d\u5408\u8d39\u7387\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "\u662f\u5426\u6b64\u7a0e\u7387\u4e5f\u5e94\u7528\u4e8e\u8fd0\u8d39\u4e2d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "\u6307\u793a\u5c06\u5728\u67e5\u8be2\u4e2d\u51fa\u73b0\u7684\u987a\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/taxes\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "country": {
                            "description": "\u56fd\u5bb6\/\u5730\u533a\u7684 ISO 3166 \u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "\u5dde\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "\u90ae\u7f16\u3002",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "\u7a0e\u7387\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u7a0e\u7387\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "\u7a0e\u7684\u4f18\u5148\u7b49\u7ea7\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "\u662f\u5426\u662f\u590d\u5408\u8d39\u7387\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "\u662f\u5426\u6b64\u7a0e\u7387\u4e5f\u5e94\u7528\u4e8e\u8fd0\u8d39\u4e2d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "\u6307\u793a\u5c06\u5728\u67e5\u8be2\u4e2d\u51fa\u73b0\u7684\u987a\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v1\/taxes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v1\/webhooks": {
            "namespace": "wc\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "title"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u72b6\u6001\u76f8\u5173\u7684webhooks\u3002",
                            "type": "string",
                            "enum": [
                                "all",
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "\u4e00\u4e2a\u53cb\u597d\u7684webhook\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "active",
                            "description": "Webhook \u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "type": "string",
                            "description": "Webhook \u8bdd\u9898\u3002",
                            "required": true
                        },
                        "secret": {
                            "description": "\u5bc6\u94a5\u7528\u4e8e\u751f\u6210\u4e00\u4e2a\u5206\u53d1\u7684webhook HASH\u5e76\u63d0\u4f9b\u5230\u8bf7\u6c42\u5934\u91cc\uff0c\u5982\u679c\u6ca1\u6709\u63d0\u4f9b\uff0c\u5b83\u9ed8\u8ba4\u662f\u5f53\u524d\u7528\u6237\u7684 ID|\u7528\u6237\u540d \u7684 MD5 \u503c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "delivery_url": {
                            "type": "string",
                            "description": "Webhook \u4f20\u9012 URL\u3002",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u4e00\u4e2a\u53cb\u597d\u7684webhook\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Webhook \u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "description": "Webhook \u8bdd\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "secret": {
                            "description": "\u5bc6\u94a5\u7528\u4e8e\u751f\u6210\u4e00\u4e2a\u5206\u53d1\u7684webhook HASH\u5e76\u63d0\u4f9b\u5230\u8bf7\u6c42\u5934\u91cc\uff0c\u5982\u679c\u6ca1\u6709\u63d0\u4f9b\uff0c\u5b83\u9ed8\u8ba4\u662f\u5f53\u524d\u7528\u6237\u7684 ID|\u7528\u6237\u540d \u7684 MD5 \u503c\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v1\/webhooks\/batch": {
            "namespace": "wc\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "\u4e00\u4e2a\u53cb\u597d\u7684webhook\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Webhook \u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "description": "Webhook \u8bdd\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "secret": {
                            "description": "\u5bc6\u94a5\u7528\u4e8e\u751f\u6210\u4e00\u4e2a\u5206\u53d1\u7684webhook HASH\u5e76\u63d0\u4f9b\u5230\u8bf7\u6c42\u5934\u91cc\uff0c\u5982\u679c\u6ca1\u6709\u63d0\u4f9b\uff0c\u5b83\u9ed8\u8ba4\u662f\u5f53\u524d\u7528\u6237\u7684 ID|\u7528\u6237\u540d \u7684 MD5 \u503c\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5webhook\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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": "\u8be5webhook\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/coupons": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4ee5\u5339\u914d\u4e00\u4e2a\u5b57\u7b26\u4e32\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u5728\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u56de\u590d\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "code": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u542b\u6709\u7279\u5b9a\u4ee3\u7801\u7684\u4f18\u60e0\u5238\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "code": {
                            "description": "\u4f18\u60e0\u7801\u3002",
                            "type": "string",
                            "required": true
                        },
                        "amount": {
                            "description": "\u6298\u6263\u6570\u91cf\uff0c\u5e94\u8be5\u662f\u4e00\u4e2a\u6570\u5b57\uff0c\u5373\u4f7f\u4f18\u60e0\u7c7b\u578b\u662f\u767e\u5206\u6bd4\uff0c\u4e5f\u5e94\u8be5\u662f\u4e2a\u6570\u5b57\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u4f18\u60e0\u5238\u7684\u72b6\u6001\u3002 \u5e94\u59cb\u7ec8\u4e3a\u8349\u7a3f\u3001\u5df2\u53d1\u5e03\u6216\u5f85\u5ba1\u6838",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "default": "fixed_cart",
                            "description": "\u786e\u5b9a\u4f18\u60e0\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4f18\u60e0\u5238\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "\u4f18\u60e0\u5238\u8fc7\u671f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "\u4f18\u60e0\u5238\u8fc7\u671f\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "default": false,
                            "description": "\u5982\u679c\u4e3atrue\uff0c\u8be5\u4f18\u60e0\u5238\u4ec5\u53ef\u88ab\u72ec\u7acb\u4f7f\u7528\uff0c\u5176\u5b83\u53ef\u7528\u7684\u4f18\u60e0\u5238\u5c06\u4f1a\u88ab\u4ece\u8d2d\u7269\u8f66\u4e2d\u79fb\u9664\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "\u53ef\u7528\u6b64\u4f18\u60e0\u5238\u7684\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "\u4e0d\u53ef\u7528\u6b64\u4f18\u60e0\u5238\u7684\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "\u8fd9\u4e2a\u4f18\u60e0\u5238\u603b\u7684\u53ef\u7528\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "\u6bcf\u4e2a\u5ba2\u6237\u53ef\u4ee5\u4f7f\u7528\u591a\u5c11\u6b21\u4f18\u60e0\u5238\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u4e2d\u6700\u591a\u6709\u591a\u5c11\u4ef6\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "default": false,
                            "description": "\u5982\u679c\u4e3atrue\u5e76\u4e14\u514d\u8d39\u914d\u9001\u65b9\u6cd5\u9700\u8981\u4e00\u4e2a\u4f18\u60e0\u5238\uff0c\u8be5\u4f18\u60e0\u5238\u5c06\u53ef\u7528\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "\u53ef\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u7684\u5206\u7c7bID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "\u4e0d\u53ef\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u7684\u5206\u7c7bID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "default": false,
                            "description": "\u5982\u679c\u4e3atrue\uff0c\u8be5\u4f18\u60e0\u5238\u5c06\u4e0d\u9002\u7528\u4e8e\u6253\u6298\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u91d1\u989d\u81f3\u5c11\u4e3a\u591a\u5c11\u3002",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u91d1\u989d\u6700\u591a\u4e3a\u591a\u5c11\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "\u5217\u51fa\u53ef\u4f7f\u7528\u6b64\u4f18\u60e0\u5238\u7684\u7535\u90ae\u5730\u5740\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "\u4f18\u60e0\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "\u6298\u6263\u6570\u91cf\uff0c\u5e94\u8be5\u662f\u4e00\u4e2a\u6570\u5b57\uff0c\u5373\u4f7f\u4f18\u60e0\u7c7b\u578b\u662f\u767e\u5206\u6bd4\uff0c\u4e5f\u5e94\u8be5\u662f\u4e2a\u6570\u5b57\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u4f18\u60e0\u5238\u7684\u72b6\u6001\u3002 \u5e94\u59cb\u7ec8\u4e3a\u8349\u7a3f\u3001\u5df2\u53d1\u5e03\u6216\u5f85\u5ba1\u6838",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "\u786e\u5b9a\u4f18\u60e0\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4f18\u60e0\u5238\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "\u4f18\u60e0\u5238\u8fc7\u671f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "\u4f18\u60e0\u5238\u8fc7\u671f\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "\u5982\u679c\u4e3atrue\uff0c\u8be5\u4f18\u60e0\u5238\u4ec5\u53ef\u88ab\u72ec\u7acb\u4f7f\u7528\uff0c\u5176\u5b83\u53ef\u7528\u7684\u4f18\u60e0\u5238\u5c06\u4f1a\u88ab\u4ece\u8d2d\u7269\u8f66\u4e2d\u79fb\u9664\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "\u53ef\u7528\u6b64\u4f18\u60e0\u5238\u7684\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "\u4e0d\u53ef\u7528\u6b64\u4f18\u60e0\u5238\u7684\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "\u8fd9\u4e2a\u4f18\u60e0\u5238\u603b\u7684\u53ef\u7528\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "\u6bcf\u4e2a\u5ba2\u6237\u53ef\u4ee5\u4f7f\u7528\u591a\u5c11\u6b21\u4f18\u60e0\u5238\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u4e2d\u6700\u591a\u6709\u591a\u5c11\u4ef6\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "\u5982\u679c\u4e3atrue\u5e76\u4e14\u514d\u8d39\u914d\u9001\u65b9\u6cd5\u9700\u8981\u4e00\u4e2a\u4f18\u60e0\u5238\uff0c\u8be5\u4f18\u60e0\u5238\u5c06\u53ef\u7528\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "\u53ef\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u7684\u5206\u7c7bID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "\u4e0d\u53ef\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u7684\u5206\u7c7bID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "\u5982\u679c\u4e3atrue\uff0c\u8be5\u4f18\u60e0\u5238\u5c06\u4e0d\u9002\u7528\u4e8e\u6253\u6298\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u91d1\u989d\u81f3\u5c11\u4e3a\u591a\u5c11\u3002",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u91d1\u989d\u6700\u591a\u4e3a\u591a\u5c11\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "\u5217\u51fa\u53ef\u4f7f\u7528\u6b64\u4f18\u60e0\u5238\u7684\u7535\u90ae\u5730\u5740\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5f3a\u5236\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/coupons\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "code": {
                            "description": "\u4f18\u60e0\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "\u6298\u6263\u6570\u91cf\uff0c\u5e94\u8be5\u662f\u4e00\u4e2a\u6570\u5b57\uff0c\u5373\u4f7f\u4f18\u60e0\u7c7b\u578b\u662f\u767e\u5206\u6bd4\uff0c\u4e5f\u5e94\u8be5\u662f\u4e2a\u6570\u5b57\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u4f18\u60e0\u5238\u7684\u72b6\u6001\u3002 \u5e94\u59cb\u7ec8\u4e3a\u8349\u7a3f\u3001\u5df2\u53d1\u5e03\u6216\u5f85\u5ba1\u6838",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "\u786e\u5b9a\u4f18\u60e0\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4f18\u60e0\u5238\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "\u4f18\u60e0\u5238\u8fc7\u671f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "\u4f18\u60e0\u5238\u8fc7\u671f\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "\u5982\u679c\u4e3atrue\uff0c\u8be5\u4f18\u60e0\u5238\u4ec5\u53ef\u88ab\u72ec\u7acb\u4f7f\u7528\uff0c\u5176\u5b83\u53ef\u7528\u7684\u4f18\u60e0\u5238\u5c06\u4f1a\u88ab\u4ece\u8d2d\u7269\u8f66\u4e2d\u79fb\u9664\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "\u53ef\u7528\u6b64\u4f18\u60e0\u5238\u7684\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "\u4e0d\u53ef\u7528\u6b64\u4f18\u60e0\u5238\u7684\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "\u8fd9\u4e2a\u4f18\u60e0\u5238\u603b\u7684\u53ef\u7528\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "\u6bcf\u4e2a\u5ba2\u6237\u53ef\u4ee5\u4f7f\u7528\u591a\u5c11\u6b21\u4f18\u60e0\u5238\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u4e2d\u6700\u591a\u6709\u591a\u5c11\u4ef6\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "\u5982\u679c\u4e3atrue\u5e76\u4e14\u514d\u8d39\u914d\u9001\u65b9\u6cd5\u9700\u8981\u4e00\u4e2a\u4f18\u60e0\u5238\uff0c\u8be5\u4f18\u60e0\u5238\u5c06\u53ef\u7528\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "\u53ef\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u7684\u5206\u7c7bID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "\u4e0d\u53ef\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u7684\u5206\u7c7bID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "\u5982\u679c\u4e3atrue\uff0c\u8be5\u4f18\u60e0\u5238\u5c06\u4e0d\u9002\u7528\u4e8e\u6253\u6298\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u91d1\u989d\u81f3\u5c11\u4e3a\u591a\u5c11\u3002",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u91d1\u989d\u6700\u591a\u4e3a\u591a\u5c11\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "\u5217\u51fa\u53ef\u4f7f\u7528\u6b64\u4f18\u60e0\u5238\u7684\u7535\u90ae\u5730\u5740\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/customers": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "\u9650\u5b9a\u8d44\u6e90\u4e3a\u542b\u6709\u7279\u5b9a\u7535\u90ae\u5730\u5740\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "role": {
                            "description": "\u9650\u5b9a\u8d44\u6e90\u4e3a\u6709\u4e00\u4e2a\u7279\u5b9a\u7684\u89d2\u8272\u3002",
                            "type": "string",
                            "default": "customer",
                            "enum": [
                                "all",
                                "administrator",
                                "editor",
                                "author",
                                "contributor",
                                "subscriber",
                                "customer",
                                "shop_manager",
                                "seller",
                                "vendor_staff",
                                "ywry"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "email": {
                            "type": "string",
                            "description": "\u65b0\u7528\u6237\u7684\u7535\u90ae\u5730\u5740\u3002",
                            "required": true
                        },
                        "first_name": {
                            "description": "\u5ba2\u6237\u7684\u540d\u5b57\u3002",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u5ba2\u6237\u7684\u59d3\u6c0f\u3002",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "\u65b0\u7528\u6237\u7684\u7528\u6237\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\u65b0\u7528\u6237\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u7684\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u56fd\u5bb6\/\u5730\u533a\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u90ae\u5730\u5740\u3002",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u914d\u9001\u5730\u5740\u6570\u636e\u7684\u5217\u8868\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u56fd\u5bb6\/\u5730\u533a\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "email": {
                            "description": "\u5ba2\u6237\u7684\u7535\u90ae\u5730\u5740\u5730\u5740\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "\u5ba2\u6237\u7684\u540d\u5b57\u3002",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u5ba2\u6237\u7684\u59d3\u6c0f\u3002",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "\u5ba2\u6237\u7684\u767b\u5f55\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\u5ba2\u6237\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u7684\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u56fd\u5bb6\/\u5730\u533a\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u90ae\u5730\u5740\u3002",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u914d\u9001\u5730\u5740\u6570\u636e\u7684\u5217\u8868\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u56fd\u5bb6\/\u5730\u533a\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        },
                        "reassign": {
                            "default": 0,
                            "type": "integer",
                            "description": "\u91cd\u65b0\u6307\u5b9a\u6587\u7ae0\u7684ID\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/customers\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "email": {
                            "description": "\u5ba2\u6237\u7684\u7535\u90ae\u5730\u5740\u5730\u5740\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "\u5ba2\u6237\u7684\u540d\u5b57\u3002",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u5ba2\u6237\u7684\u59d3\u6c0f\u3002",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "\u5ba2\u6237\u7684\u767b\u5f55\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\u5ba2\u6237\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u7684\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u56fd\u5bb6\/\u5730\u533a\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u90ae\u5730\u5740\u3002",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u914d\u9001\u5730\u5740\u6570\u636e\u7684\u5217\u8868\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u56fd\u5bb6\/\u5730\u533a\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "type": {
                            "default": "any",
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5ba2\u6237\u6216\u5185\u90e8\u5907\u6ce8\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "customer",
                                "internal"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "note": {
                            "type": "string",
                            "description": "\u8ba2\u5355\u5907\u6ce8\u5185\u5bb9\u3002",
                            "required": true
                        },
                        "customer_note": {
                            "default": false,
                            "description": "\u5982\u679c\u4e3a true \uff0c\u5219\u8be5\u5907\u6ce8\u5c06\u663e\u793a\u5e76\u901a\u77e5\u7ed9\u5ba2\u6237\u3002\u5982\u679c\u4e3a false\uff0c\u5219\u8be5\u5907\u6ce8\u4ec5\u4f9b\u7ba1\u7406\u5458\u53c2\u8003\u3002",
                            "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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/orders\/(?P<order_id>[\\d]+)\/refunds": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "description": "\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4ee5\u5339\u914d\u4e00\u4e2a\u5b57\u7b26\u4e32\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u5728\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u56de\u590d\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u90e8\u5206\u7236\u7ea7IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u9664\u90e8\u5206\u7236\u7ea7ID\u4e4b\u5916\u7684\u5168\u90e8\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "\u6bcf\u4e2a\u8d44\u6e90\u4e2d\u4f7f\u7528\u7684\u5c0f\u6570\u70b9\u7684\u6570\u76ee",
                            "type": "integer",
                            "required": false
                        },
                        "order_item_display_meta": {
                            "default": false,
                            "description": "\u4ec5\u5c55\u793a\u4e3a\u8ba2\u5355\u663e\u793a\u7684\u5143\u6570\u636e\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "\u5c06 meta_data \u9650\u5236\u4e3a\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u4e0d\u5305\u62ec\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "amount": {
                            "description": "\u9000\u6b3e\u7684\u91d1\u989d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reason": {
                            "description": "\u9000\u6b3e\u7684\u539f\u56e0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "refunded_by": {
                            "description": "\u521b\u5efa\u9000\u6b3e\u7684\u7528\u6237\u7684\u7528\u6237ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "\u914d\u9001\u72b6\u6001\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "\u914d\u9001\u65b9\u5f0f\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "\u914d\u9001\u65b9\u5f0fID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "\u914d\u9001\u5b9e\u4f8b ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u8d39\u7528\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u8d39\u7528\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u7c7b\u578b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u72b6\u6001\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a0e\u989d\u5c0f\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "api_refund": {
                            "default": true,
                            "description": "\u4e3atrue\u65f6\uff0c\u652f\u4ed8\u7f51\u5173API\u5c06\u53ef\u652f\u6301\u9000\u6b3e\u3002",
                            "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": "\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "order_id": {
                            "description": "\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/orders": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4ee5\u5339\u914d\u4e00\u4e2a\u5b57\u7b26\u4e32\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u5728\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u56de\u590d\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u90e8\u5206\u7236\u7ea7IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u9664\u90e8\u5206\u7236\u7ea7ID\u4e4b\u5916\u7684\u5168\u90e8\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e00\u4e2a\u7279\u5b9a\u72b6\u6001\u7684\u8ba2\u5355\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "trash",
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "customer": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u5ba2\u6237\u7684\u8ba2\u5355\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u4ea7\u54c1\u76f8\u5173\u7684\u8ba2\u5355\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "\u6bcf\u4e2a\u8d44\u6e90\u4e2d\u4f7f\u7528\u7684\u5c0f\u6570\u70b9\u7684\u6570\u76ee",
                            "type": "integer",
                            "required": false
                        },
                        "order_item_display_meta": {
                            "default": false,
                            "description": "\u4ec5\u5c55\u793a\u4e3a\u8ba2\u5355\u663e\u793a\u7684\u5143\u6570\u636e\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "\u5c06 meta_data \u9650\u5236\u4e3a\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u4e0d\u5305\u62ec\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "\u7236\u7ea7\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "pending",
                            "description": "\u8ba2\u5355\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "default": "USD",
                            "description": "\u6b64\u8ba2\u5355\u4f7f\u7528\u7684\u5e01\u79cd\uff0c\u4f7f\u7528ISO\u683c\u5f0f\u3002",
                            "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",
                                "LTC",
                                "ETH",
                                "ZWL"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "default": 0,
                            "description": "\u6b64\u8ba2\u5355\u7684\u7528\u6237ID\uff0c0\u8868\u793a\u662f\u8bbf\u5ba2\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u5ba2\u6237\u5728\u7ed3\u8d26\u65f6\u7559\u4e0b\u7684\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 \u4e24\u5b57\u6bcd\u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u90ae\u5730\u5740\u3002",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u914d\u9001\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 \u4e24\u5b57\u6bcd\u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0f ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0f\u6807\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "\u552f\u4e00\u7684\u4ea4\u6613ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "\u8ba2\u5355\u5185\u4ea7\u54c1\u7684\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "\u7236\u4ea7\u54c1\u540d\u79f0\uff08\u5982\u679c\u4ea7\u54c1\u662f\u53d8\u4f53\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "\u4ea7\u54c1ID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "\u53ef\u53d8ID\uff0c\u82e5\u9002\u7528\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "\u8ba2\u8d2d\u6570\u91cf\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u4ea7\u54c1\u7684\u7a0e\u79cd\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "\u884c\u95f4\u5c0f\u8ba1 \uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u5c0f\u8ba1 \uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "\u7a0e\u989d\u5c0f\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Meta key \u5143\u952e\uff0c\u7528\u4e8eUI\u663e\u793a\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "UI\u663e\u793a\u7684 Meta \u5143\u503c\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "\u4ea7\u54c1SKU\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "\u4ea7\u54c1\u4ef7\u683c\u3002",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "\u4e3b\u8981\u4ea7\u54c1\u56fe\u7247\u7684\u5c5e\u6027\u3002",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "\u56fe\u7247 ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "\u914d\u9001\u72b6\u6001\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "\u914d\u9001\u65b9\u5f0f\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "\u914d\u9001\u65b9\u5f0fID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "\u914d\u9001\u5b9e\u4f8b ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u8d39\u7528\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u8d39\u7528\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u7c7b\u578b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u72b6\u6001\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a0e\u989d\u5c0f\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "\u4f18\u60e0\u5238\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "\u4f18\u60e0\u7801\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u6298\u6263\u603b\u989d",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "\u6298\u6263\u7a0e\u603b\u989d",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "\u6298\u6263\u7c7b\u578b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "\u4f18\u60e0\u5238\u4e2d\u786e\u5b9a\u7684\u6298\u6263\u91d1\u989d\uff08\u7edd\u5bf9\u503c\u6216\u767e\u5206\u6bd4\uff0c\u5177\u4f53\u53d6\u51b3\u4e8e\u6298\u6263\u7c7b\u578b\uff09\u3002",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u662f\u5426\u53ef\u514d\u8fd0\u8d39\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "default": false,
                            "description": "\u5b9a\u4e49\u8ba2\u5355\u662f\u5426\u5df2\u88ab\u652f\u4ed8\uff0c\u5b83\u7684\u72b6\u6001\u5c06\u4f1a\u88ab\u8bbe\u7f6e\u4e3a\u6b63\u5728\u5904\u7406\u5e76\u51cf\u53bb\u76f8\u5e94\u7684\u5e93\u5b58\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u7236\u7ea7\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "\u8ba2\u5355\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "\u6b64\u8ba2\u5355\u4f7f\u7528\u7684\u5e01\u79cd\uff0c\u4f7f\u7528ISO\u683c\u5f0f\u3002",
                            "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",
                                "LTC",
                                "ETH",
                                "ZWL"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "\u6b64\u8ba2\u5355\u7684\u7528\u6237ID\uff0c0\u8868\u793a\u662f\u8bbf\u5ba2\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u5ba2\u6237\u5728\u7ed3\u8d26\u65f6\u7559\u4e0b\u7684\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 \u4e24\u5b57\u6bcd\u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u90ae\u5730\u5740\u3002",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u914d\u9001\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 \u4e24\u5b57\u6bcd\u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0f ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0f\u6807\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "\u552f\u4e00\u7684\u4ea4\u6613ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "\u8ba2\u5355\u5185\u4ea7\u54c1\u7684\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "\u7236\u4ea7\u54c1\u540d\u79f0\uff08\u5982\u679c\u4ea7\u54c1\u662f\u53d8\u4f53\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "\u4ea7\u54c1ID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "\u53ef\u53d8ID\uff0c\u82e5\u9002\u7528\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "\u8ba2\u8d2d\u6570\u91cf\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u4ea7\u54c1\u7684\u7a0e\u79cd\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "\u884c\u95f4\u5c0f\u8ba1 \uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u5c0f\u8ba1 \uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "\u7a0e\u989d\u5c0f\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Meta key \u5143\u952e\uff0c\u7528\u4e8eUI\u663e\u793a\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "UI\u663e\u793a\u7684 Meta \u5143\u503c\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "\u4ea7\u54c1SKU\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "\u4ea7\u54c1\u4ef7\u683c\u3002",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "\u4e3b\u8981\u4ea7\u54c1\u56fe\u7247\u7684\u5c5e\u6027\u3002",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "\u56fe\u7247 ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "\u914d\u9001\u72b6\u6001\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "\u914d\u9001\u65b9\u5f0f\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "\u914d\u9001\u65b9\u5f0fID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "\u914d\u9001\u5b9e\u4f8b ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u8d39\u7528\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u8d39\u7528\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u7c7b\u578b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u72b6\u6001\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a0e\u989d\u5c0f\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "\u4f18\u60e0\u5238\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "\u4f18\u60e0\u7801\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u6298\u6263\u603b\u989d",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "\u6298\u6263\u7a0e\u603b\u989d",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "\u6298\u6263\u7c7b\u578b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "\u4f18\u60e0\u5238\u4e2d\u786e\u5b9a\u7684\u6298\u6263\u91d1\u989d\uff08\u7edd\u5bf9\u503c\u6216\u767e\u5206\u6bd4\uff0c\u5177\u4f53\u53d6\u51b3\u4e8e\u6298\u6263\u7c7b\u578b\uff09\u3002",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u662f\u5426\u53ef\u514d\u8fd0\u8d39\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "description": "\u5b9a\u4e49\u8ba2\u5355\u662f\u5426\u5df2\u88ab\u652f\u4ed8\uff0c\u5b83\u7684\u72b6\u6001\u5c06\u4f1a\u88ab\u8bbe\u7f6e\u4e3a\u6b63\u5728\u5904\u7406\u5e76\u51cf\u53bb\u76f8\u5e94\u7684\u5e93\u5b58\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5f3a\u5236\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/orders\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "\u7236\u7ea7\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "\u8ba2\u5355\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "\u6b64\u8ba2\u5355\u4f7f\u7528\u7684\u5e01\u79cd\uff0c\u4f7f\u7528ISO\u683c\u5f0f\u3002",
                            "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",
                                "LTC",
                                "ETH",
                                "ZWL"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "\u6b64\u8ba2\u5355\u7684\u7528\u6237ID\uff0c0\u8868\u793a\u662f\u8bbf\u5ba2\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u5ba2\u6237\u5728\u7ed3\u8d26\u65f6\u7559\u4e0b\u7684\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 \u4e24\u5b57\u6bcd\u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u90ae\u5730\u5740\u3002",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u914d\u9001\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 \u4e24\u5b57\u6bcd\u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0f ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0f\u6807\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "\u552f\u4e00\u7684\u4ea4\u6613ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "\u8ba2\u5355\u5185\u4ea7\u54c1\u7684\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "\u7236\u4ea7\u54c1\u540d\u79f0\uff08\u5982\u679c\u4ea7\u54c1\u662f\u53d8\u4f53\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "\u4ea7\u54c1ID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "\u53ef\u53d8ID\uff0c\u82e5\u9002\u7528\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "\u8ba2\u8d2d\u6570\u91cf\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u4ea7\u54c1\u7684\u7a0e\u79cd\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "\u884c\u95f4\u5c0f\u8ba1 \uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u5c0f\u8ba1 \uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "\u7a0e\u989d\u5c0f\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Meta key \u5143\u952e\uff0c\u7528\u4e8eUI\u663e\u793a\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "UI\u663e\u793a\u7684 Meta \u5143\u503c\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "\u4ea7\u54c1SKU\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "\u4ea7\u54c1\u4ef7\u683c\u3002",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "\u4e3b\u8981\u4ea7\u54c1\u56fe\u7247\u7684\u5c5e\u6027\u3002",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "\u56fe\u7247 ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "\u914d\u9001\u72b6\u6001\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "\u914d\u9001\u65b9\u5f0f\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "\u914d\u9001\u65b9\u5f0fID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "\u914d\u9001\u5b9e\u4f8b ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u8d39\u7528\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u8d39\u7528\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u7c7b\u578b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u72b6\u6001\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a0e\u989d\u5c0f\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "\u4f18\u60e0\u5238\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "\u4f18\u60e0\u7801\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u6298\u6263\u603b\u989d",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount_tax": {
                                        "description": "\u6298\u6263\u7a0e\u603b\u989d",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "\u6298\u6263\u7c7b\u578b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "\u4f18\u60e0\u5238\u4e2d\u786e\u5b9a\u7684\u6298\u6263\u91d1\u989d\uff08\u7edd\u5bf9\u503c\u6216\u767e\u5206\u6bd4\uff0c\u5177\u4f53\u53d6\u51b3\u4e8e\u6298\u6263\u7c7b\u578b\uff09\u3002",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u662f\u5426\u53ef\u514d\u8fd0\u8d39\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "description": "\u5b9a\u4e49\u8ba2\u5355\u662f\u5426\u5df2\u88ab\u652f\u4ed8\uff0c\u5b83\u7684\u72b6\u6001\u5c06\u4f1a\u88ab\u8bbe\u7f6e\u4e3a\u6b63\u5728\u5904\u7406\u5e76\u51cf\u53bb\u76f8\u5e94\u7684\u5e93\u5b58\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u5206\u7c7b\u65b9\u6cd5\u5c5e\u6027\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u8d44\u6e90\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u6ca1\u6709\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u522b\u540d(slug)\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "\u8be5\u5206\u7c7b\u65b9\u6cd5\u5c5e\u6027\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "\u6765\u6e90\u7684\u540d\u79f0\u3002",
                            "required": true
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "\u8be5\u5206\u7c7b\u65b9\u6cd5\u5c5e\u6027\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "\u8be5\u5206\u7c7b\u65b9\u6cd5\u5c5e\u6027\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u7c7b\u522b\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "\u8be5\u5206\u7c7b\u65b9\u6cd5\u5c5e\u6027\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "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": "\u8be5\u5206\u7c7b\u65b9\u6cd5\u5c5e\u6027\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u7c7b\u522b\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/attributes": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "\u6765\u6e90\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "select",
                            "description": "\u5c5e\u6027\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "checkbox",
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "default": "menu_order",
                            "description": "\u9ed8\u8ba4\u6392\u5e8f\u3002",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "default": false,
                            "description": "\u542f\u7528\/\u7981\u7528\u5c5e\u6027\u5f52\u6863\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u5c5e\u6027\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "checkbox",
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "\u9ed8\u8ba4\u6392\u5e8f\u3002",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "\u542f\u7528\/\u7981\u7528\u5c5e\u6027\u5f52\u6863\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/attributes\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u5c5e\u6027\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "checkbox",
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "\u9ed8\u8ba4\u6392\u5e8f\u3002",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "\u542f\u7528\/\u7981\u7528\u5c5e\u6027\u5f52\u6863\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v2\/products\/attributes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/categories": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u8d44\u6e90\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u6ca1\u6709\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u522b\u540d(slug)\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "\u6765\u6e90\u7684\u540d\u79f0\u3002",
                            "required": true
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7236\u7ea7\u9879\u76ee\u7684ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "default": "default",
                            "description": "\u5206\u7c7b\u5f52\u6863\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u7247\u6570\u636e",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7236\u7ea7\u9879\u76ee\u7684ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "\u5206\u7c7b\u5f52\u6863\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u7247\u6570\u636e",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/categories\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7236\u7ea7\u9879\u76ee\u7684ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "\u5206\u7c7b\u5f52\u6863\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u7247\u6570\u636e",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "title": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u53d8\u91cf\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u53d8\u91cf\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "review": {
                            "type": "string",
                            "description": "\u8bc4\u4ef7\u5185\u5bb9\u3002",
                            "required": true
                        },
                        "date_created": {
                            "description": "\u8be5\u8bc4\u4ef7\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "\u8bc4\u4ef7\u521b\u5efa\u65f6\u95f4\uff0c\u65f6\u533a\u662fGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "\u8bc4\u4ef7\u661f\u7ea7 \uff080\u81f35\uff09\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "\u8bc4\u4ef7\u8005\u7684\u79f0\u547c\u3002",
                            "required": true
                        },
                        "email": {
                            "type": "string",
                            "description": "\u8bc4\u4ef7\u8005\u7684\u90ae\u4ef6\u5730\u5740\u3002",
                            "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": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "review": {
                            "description": "\u8bc4\u4ef7\u7684\u5185\u5bb9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "\u8be5\u8bc4\u4ef7\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "\u8bc4\u4ef7\u521b\u5efa\u65f6\u95f4\uff0c\u65f6\u533a\u662fGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "\u8bc4\u4ef7\u661f\u7ea7 \uff080\u81f35\uff09\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u8bc4\u4ef7\u8005\u7684\u79f0\u547c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "\u8bc4\u4ef7\u4eba\u7684\u90ae\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5f3a\u5236\u5220\u9664\u3002",
                            "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": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "review": {
                            "description": "\u8bc4\u4ef7\u7684\u5185\u5bb9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "\u8be5\u8bc4\u4ef7\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "\u8bc4\u4ef7\u521b\u5efa\u65f6\u95f4\uff0c\u65f6\u533a\u662fGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "rating": {
                            "description": "\u8bc4\u4ef7\u661f\u7ea7 \uff080\u81f35\uff09\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u8bc4\u4ef7\u8005\u7684\u79f0\u547c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "\u8bc4\u4ef7\u4eba\u7684\u90ae\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/shipping_classes": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u8d44\u6e90\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u6ca1\u6709\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u522b\u540d(slug)\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "\u6765\u6e90\u7684\u540d\u79f0\u3002",
                            "required": true
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/shipping_classes\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v2\/products\/shipping_classes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/products\/tags": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u8d44\u6e90\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u6ca1\u6709\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u522b\u540d(slug)\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "\u6765\u6e90\u7684\u540d\u79f0\u3002",
                            "required": true
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u6807\u7b7e(Tag)\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/tags\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "\u6807\u7b7e(Tag)\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v2\/products\/tags\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/products": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4ee5\u5339\u914d\u4e00\u4e2a\u5b57\u7b26\u4e32\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u5728\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u56de\u590d\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "popularity",
                                "rating",
                                "post__in",
                                "price",
                                "sales",
                                "menu_order",
                                "random",
                                "popularity",
                                "rating",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u90e8\u5206\u7236\u7ea7IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u9664\u90e8\u5206\u7236\u7ea7ID\u4e4b\u5916\u7684\u5168\u90e8\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "brand": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u4e0e\u7279\u5b9a\u7684\u54c1\u724c ID \u76f8\u5173\u8054\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u540d(slug)\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u4ea7\u54c1\u7c7b\u578b\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "bundle"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "\u7528\u7279\u5b9aSKU\u6765\u9650\u5b9a\u4ea7\u54c1\u7684\u7ed3\u679c\u96c6\u3002\u5982\u6709\u591a\u4e2a\uff0c\u7528\u82f1\u6587\u534a\u89d2\u9017\u53f7\u9694\u5f00\u3002",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u7279\u8272\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u5206\u7c7b\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u6807\u7b7e\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u914d\u9001\u7c7b\u578b\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u5c5e\u6027\u76f8\u5173\u7684\u4ea7\u54c1\u3002\u4f7f\u7528\u5206\u7c7b\u540d\u79f0\/\u5c5e\u6027\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u5c5e\u6027\u7c7b\u522b(\u9700\u8981\u6307\u5b9a\u4e00\u4e2a\u5c5e\u6027)\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "in_stock": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u6709\u8d27\u6216\u552e\u7f44\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "on_sale": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u4fc3\u9500\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u57fa\u4e8e\u4e00\u4e2a\u6700\u5c0f\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u57fa\u4e8e\u4e00\u4e2a\u6700\u5927\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "\u5c06 meta_data \u9650\u5236\u4e3a\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u4e0d\u5305\u62ec\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4ea7\u54c1\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "simple",
                            "description": "\u4ea7\u54c1\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "bundle"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u4ea7\u54c1\u72b6\u6001\uff08\u6587\u7ae0\u72b6\u6001\uff09",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        },
                        "featured": {
                            "default": false,
                            "description": "\u7279\u8272\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "default": "visible",
                            "description": "\u76ee\u5f55\u53ef\u89c1\u6027\u3002",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4ea7\u54c1\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "\u4ea7\u54c1\u7b80\u77ed\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u7edf\u4e00\u6807\u8bc6\u7b26",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u4ea7\u54c1\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u4ea7\u54c1\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u7684\u622a\u6b62\u65e5\u671f\uff0c\u6309 GMT \u65f6\u95f4\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u662f\u865a\u62df\u4ea7\u54c1\u7684\u8bdd\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u662f\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u7684\u8bdd\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "\u4ea7\u54c1\u7684\u5916\u90e8\u94fe\u63a5\uff0c\u4ec5\u7528\u4e8e\u5916\u94fe\u4ea7\u54c1\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "\u5916\u94fe\u4ea7\u54c1\u7684\u6309\u94ae\u6587\u672c\uff0c\u4ec5\u7528\u4e8e\u5916\u94fe\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "\u4ea7\u54c1\u7ea7\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "default": true,
                            "description": "\u63a7\u5236\u5728\u524d\u7aef\u662f\u5426\u4ea7\u54c1\u88ab\u5217\u4e3a\"\u6709\u8d27\"\u6216\"\u7f3a\u8d27\" \u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "default": false,
                            "description": "\u6bcf\u4e2a\u8ba2\u5355\u4ec5\u5141\u8bb8\u8d2d\u4e70\u4e00\u4ef6\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "\u4ea7\u54c1\u7684\u91cd\u91cf(\u78c5)\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u4ea7\u54c1\u7684\u4f53\u79ef\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u4ea7\u54c1\u957f\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u4ea7\u54c1\u5bbd\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u4ea7\u54c1\u9ad8\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "default": true,
                            "description": "\u5141\u8bb8\u8bc4\u4ef7\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "\u8ffd\u52a0\u9500\u552e\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u4ea4\u53c9\u9500\u552e\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7684\u7236\u7ea7ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "\u8d2d\u4e70\u540e\u53d1\u9001\u7ed9\u5ba2\u6237\u7684\u53ef\u9009\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u5206\u7c7b\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5206\u7c7b\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u5206\u7c7b\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "\u6807\u7b7e\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6807\u7b7e\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6807\u7b7e(Tag)\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u6807\u7b7e\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u56fe\u7247\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u56fe\u7247 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u56fe\u7247\u7684\u4f4d\u7f6e\u30020\u8868\u793a\u8be5\u56fe\u7247\u4e3a\u7279\u8272\u56fe\u50cf\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u5c5e\u6027\u7684\u4f4d\u7f6e\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "\u5b9a\u4e49\u662f\u5426\u5728\u4ea7\u54c1\u8be6\u60c5\u9875\u7684 \"\u9644\u52a0\u4fe1\u606f\"\u9009\u9879\u5361\u663e\u793a\u6b64\u5c5e\u6027\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "\u5b9a\u4e49\u6b64\u5c5e\u6027\u662f\u5426\u53ef\u7528\u4e8e\u53d8\u91cf\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "\u6b64\u5c5e\u6027\u7684\u53ef\u7528term\u540d\u79f0\u5217\u8868\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "string"
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "\u9ed8\u8ba4\u7684\u53d8\u91cf\u5c5e\u6027\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "grouped_products": {
                            "description": "\u6210\u7ec4\u4ea7\u54c1\u7684ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4ea7\u54c1\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u4ea7\u54c1\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "bundle"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u4ea7\u54c1\u72b6\u6001\uff08\u6587\u7ae0\u72b6\u6001\uff09",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "\u7279\u8272\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "\u76ee\u5f55\u53ef\u89c1\u6027\u3002",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4ea7\u54c1\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "\u4ea7\u54c1\u7b80\u77ed\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u7edf\u4e00\u6807\u8bc6\u7b26",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u4ea7\u54c1\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u4ea7\u54c1\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u7684\u622a\u6b62\u65e5\u671f\uff0c\u6309 GMT \u65f6\u95f4\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u662f\u865a\u62df\u4ea7\u54c1\u7684\u8bdd\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u662f\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u7684\u8bdd\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "\u4ea7\u54c1\u7684\u5916\u90e8\u94fe\u63a5\uff0c\u4ec5\u7528\u4e8e\u5916\u94fe\u4ea7\u54c1\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "\u5916\u94fe\u4ea7\u54c1\u7684\u6309\u94ae\u6587\u672c\uff0c\u4ec5\u7528\u4e8e\u5916\u94fe\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u4ea7\u54c1\u7ea7\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "\u63a7\u5236\u5728\u524d\u7aef\u662f\u5426\u4ea7\u54c1\u88ab\u5217\u4e3a\"\u6709\u8d27\"\u6216\"\u7f3a\u8d27\" \u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "\u6bcf\u4e2a\u8ba2\u5355\u4ec5\u5141\u8bb8\u8d2d\u4e70\u4e00\u4ef6\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "\u4ea7\u54c1\u7684\u91cd\u91cf(\u78c5)\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u4ea7\u54c1\u7684\u4f53\u79ef\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u4ea7\u54c1\u957f\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u4ea7\u54c1\u5bbd\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u4ea7\u54c1\u9ad8\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "\u5141\u8bb8\u8bc4\u4ef7\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "\u8ffd\u52a0\u9500\u552e\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u4ea4\u53c9\u9500\u552e\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7684\u7236\u7ea7ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "\u8d2d\u4e70\u540e\u53d1\u9001\u7ed9\u5ba2\u6237\u7684\u53ef\u9009\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u5206\u7c7b\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5206\u7c7b\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u5206\u7c7b\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "\u6807\u7b7e\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6807\u7b7e\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6807\u7b7e(Tag)\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u6807\u7b7e\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u56fe\u7247\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u56fe\u7247 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u56fe\u7247\u7684\u4f4d\u7f6e\u30020\u8868\u793a\u8be5\u56fe\u7247\u4e3a\u7279\u8272\u56fe\u50cf\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u5c5e\u6027\u7684\u4f4d\u7f6e\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "\u5b9a\u4e49\u662f\u5426\u5728\u4ea7\u54c1\u8be6\u60c5\u9875\u7684 \"\u9644\u52a0\u4fe1\u606f\"\u9009\u9879\u5361\u663e\u793a\u6b64\u5c5e\u6027\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "\u5b9a\u4e49\u6b64\u5c5e\u6027\u662f\u5426\u53ef\u7528\u4e8e\u53d8\u91cf\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "\u6b64\u5c5e\u6027\u7684\u53ef\u7528term\u540d\u79f0\u5217\u8868\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "string"
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "\u9ed8\u8ba4\u7684\u53d8\u91cf\u5c5e\u6027\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "grouped_products": {
                            "description": "\u6210\u7ec4\u4ea7\u54c1\u7684ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5f3a\u5236\u5220\u9664\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/products\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4ea7\u54c1\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u4ea7\u54c1\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "bundle"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u4ea7\u54c1\u72b6\u6001\uff08\u6587\u7ae0\u72b6\u6001\uff09",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "\u7279\u8272\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "\u76ee\u5f55\u53ef\u89c1\u6027\u3002",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4ea7\u54c1\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "\u4ea7\u54c1\u7b80\u77ed\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u7edf\u4e00\u6807\u8bc6\u7b26",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u4ea7\u54c1\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u4ea7\u54c1\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u7684\u622a\u6b62\u65e5\u671f\uff0c\u6309 GMT \u65f6\u95f4\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u662f\u865a\u62df\u4ea7\u54c1\u7684\u8bdd\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u662f\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u7684\u8bdd\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "\u4ea7\u54c1\u7684\u5916\u90e8\u94fe\u63a5\uff0c\u4ec5\u7528\u4e8e\u5916\u94fe\u4ea7\u54c1\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "\u5916\u94fe\u4ea7\u54c1\u7684\u6309\u94ae\u6587\u672c\uff0c\u4ec5\u7528\u4e8e\u5916\u94fe\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u4ea7\u54c1\u7ea7\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "\u63a7\u5236\u5728\u524d\u7aef\u662f\u5426\u4ea7\u54c1\u88ab\u5217\u4e3a\"\u6709\u8d27\"\u6216\"\u7f3a\u8d27\" \u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "\u6bcf\u4e2a\u8ba2\u5355\u4ec5\u5141\u8bb8\u8d2d\u4e70\u4e00\u4ef6\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "\u4ea7\u54c1\u7684\u91cd\u91cf(\u78c5)\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u4ea7\u54c1\u7684\u4f53\u79ef\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u4ea7\u54c1\u957f\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u4ea7\u54c1\u5bbd\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u4ea7\u54c1\u9ad8\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "\u5141\u8bb8\u8bc4\u4ef7\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "\u8ffd\u52a0\u9500\u552e\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u4ea4\u53c9\u9500\u552e\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7684\u7236\u7ea7ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "\u8d2d\u4e70\u540e\u53d1\u9001\u7ed9\u5ba2\u6237\u7684\u53ef\u9009\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u5206\u7c7b\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5206\u7c7b\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u5206\u7c7b\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "\u6807\u7b7e\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6807\u7b7e\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6807\u7b7e(Tag)\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u6807\u7b7e\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u56fe\u7247\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u56fe\u7247 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u56fe\u7247\u7684\u4f4d\u7f6e\u30020\u8868\u793a\u8be5\u56fe\u7247\u4e3a\u7279\u8272\u56fe\u50cf\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u5c5e\u6027\u7684\u4f4d\u7f6e\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "\u5b9a\u4e49\u662f\u5426\u5728\u4ea7\u54c1\u8be6\u60c5\u9875\u7684 \"\u9644\u52a0\u4fe1\u606f\"\u9009\u9879\u5361\u663e\u793a\u6b64\u5c5e\u6027\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "\u5b9a\u4e49\u6b64\u5c5e\u6027\u662f\u5426\u53ef\u7528\u4e8e\u53d8\u91cf\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "\u6b64\u5c5e\u6027\u7684\u53ef\u7528term\u540d\u79f0\u5217\u8868\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "string"
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "\u9ed8\u8ba4\u7684\u53d8\u91cf\u5c5e\u6027\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "grouped_products": {
                            "description": "\u6210\u7ec4\u4ea7\u54c1\u7684ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4ee5\u5339\u914d\u4e00\u4e2a\u5b57\u7b26\u4e32\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u5728\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u56de\u590d\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u90e8\u5206\u7236\u7ea7IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u9664\u90e8\u5206\u7236\u7ea7ID\u4e4b\u5916\u7684\u5168\u90e8\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u540d(slug)\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u4ea7\u54c1\u7c7b\u578b\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "bundle"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "\u7528\u7279\u5b9aSKU\u6765\u9650\u5b9a\u4ea7\u54c1\u7684\u7ed3\u679c\u96c6\u3002\u5982\u6709\u591a\u4e2a\uff0c\u7528\u82f1\u6587\u534a\u89d2\u9017\u53f7\u9694\u5f00\u3002",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u7279\u8272\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u5206\u7c7b\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u6807\u7b7e\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u914d\u9001\u7c7b\u578b\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u5c5e\u6027\u76f8\u5173\u7684\u4ea7\u54c1\u3002\u4f7f\u7528\u5206\u7c7b\u540d\u79f0\/\u5c5e\u6027\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u5c5e\u6027\u7c7b\u522b(\u9700\u8981\u6307\u5b9a\u4e00\u4e2a\u5c5e\u6027)\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "in_stock": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u6709\u8d27\u6216\u552e\u7f44\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "on_sale": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u4fc3\u9500\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u57fa\u4e8e\u4e00\u4e2a\u6700\u5c0f\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u57fa\u4e8e\u4e00\u4e2a\u6700\u5927\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "\u5c06 meta_data \u9650\u5236\u4e3a\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u4e0d\u5305\u62ec\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u53d8\u91cf\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u7edf\u4e00\u6807\u8bc6\u7b26",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u53d8\u91cf\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u53d8\u91cf\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u7684\u622a\u6b62\u65e5\u671f\uff0c\u6309 GMT \u65f6\u95f4\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "visible": {
                            "default": true,
                            "description": "\u5b9a\u4e49\u8be5\u53d8\u91cf\u5728\u4ea7\u54c1\u9875\u9762\u662f\u5426\u53ef\u89c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u865a\u62df\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "\u53d8\u91cf\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "default": true,
                            "description": "\u63a7\u5236\u6b64\u53d8\u91cf\u4ea7\u54c1\u662f\u5426\u5728\u524d\u53f0\u663e\u793a\"\u73b0\u8d27\" \u6216 \"\u552e\u7f44\" \u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "\u53d8\u91cf\u91cd\u91cf (\u78c5).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u53d8\u91cf\u4f53\u79ef.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u53d8\u91cf\u957f\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u53d8\u91cf\u5bbd\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u53d8\u91cf\u9ad8\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "\u53d8\u91cf\u56fe\u7247\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "position": {
                                    "description": "\u56fe\u7247\u7684\u4f4d\u7f6e\u30020\u8868\u793a\u8be5\u56fe\u7247\u4e3a\u7279\u8272\u56fe\u50cf\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "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": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u53d8\u91cf\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u53d8\u91cf\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u53d8\u91cf\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u7edf\u4e00\u6807\u8bc6\u7b26",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u53d8\u91cf\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u53d8\u91cf\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u7684\u622a\u6b62\u65e5\u671f\uff0c\u6309 GMT \u65f6\u95f4\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "visible": {
                            "description": "\u5b9a\u4e49\u8be5\u53d8\u91cf\u5728\u4ea7\u54c1\u9875\u9762\u662f\u5426\u53ef\u89c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u865a\u62df\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u53d8\u91cf\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "\u63a7\u5236\u6b64\u53d8\u91cf\u4ea7\u54c1\u662f\u5426\u5728\u524d\u53f0\u663e\u793a\"\u73b0\u8d27\" \u6216 \"\u552e\u7f44\" \u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "\u53d8\u91cf\u91cd\u91cf (\u78c5).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u53d8\u91cf\u4f53\u79ef.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u53d8\u91cf\u957f\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u53d8\u91cf\u5bbd\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u53d8\u91cf\u9ad8\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "\u53d8\u91cf\u56fe\u7247\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "position": {
                                    "description": "\u56fe\u7247\u7684\u4f4d\u7f6e\u30020\u8868\u793a\u8be5\u56fe\u7247\u4e3a\u7279\u8272\u56fe\u50cf\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u53d8\u91cf\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5f3a\u5236\u5220\u9664\u3002",
                            "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": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u53d8\u91cf\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u7edf\u4e00\u6807\u8bc6\u7b26",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u53d8\u91cf\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u53d8\u91cf\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u7684\u622a\u6b62\u65e5\u671f\uff0c\u6309 GMT \u65f6\u95f4\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "visible": {
                            "description": "\u5b9a\u4e49\u8be5\u53d8\u91cf\u5728\u4ea7\u54c1\u9875\u9762\u662f\u5426\u53ef\u89c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u865a\u62df\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u53d8\u91cf\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": [
                                "null",
                                "object",
                                "string",
                                "number",
                                "boolean",
                                "integer",
                                "array"
                            ],
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "in_stock": {
                            "description": "\u63a7\u5236\u6b64\u53d8\u91cf\u4ea7\u54c1\u662f\u5426\u5728\u524d\u53f0\u663e\u793a\"\u73b0\u8d27\" \u6216 \"\u552e\u7f44\" \u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "backorders": {
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "\u53d8\u91cf\u91cd\u91cf (\u78c5).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u53d8\u91cf\u4f53\u79ef.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u53d8\u91cf\u957f\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u53d8\u91cf\u5bbd\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u53d8\u91cf\u9ad8\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "\u53d8\u91cf\u56fe\u7247\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "position": {
                                    "description": "\u56fe\u7247\u7684\u4f4d\u7f6e\u30020\u8868\u793a\u8be5\u56fe\u7247\u4e3a\u7279\u8272\u56fe\u50cf\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "period": {
                            "description": "\u62a5\u8868\u5468\u671f\u3002",
                            "type": "string",
                            "enum": [
                                "week",
                                "month",
                                "last_month",
                                "year"
                            ],
                            "required": false
                        },
                        "date_min": {
                            "description": "\u4e3a\u4e00\u4e2a\u7279\u5b9a\u7684\u5f00\u59cb\u65e5\u671f\u8fd4\u56de\u9500\u552e\u989d\uff0c\u65e5\u671f\u683c\u5f0f\u9700\u4e3a YYYY-MM-DD \u3002",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "date_max": {
                            "description": "\u4e3a\u4e00\u4e2a\u7279\u5b9a\u7684\u622a\u6b62\u65e5\u671f\u8fd4\u56de\u9500\u552e\u989d\uff0c\u65e5\u671f\u683c\u5f0f\u9700\u4e3a YYYY-MM-DD \u3002",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v2\/reports\/sales"
                    }
                ]
            }
        },
        "\/wc\/v2\/reports\/top_sellers": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "period": {
                            "description": "\u62a5\u8868\u5468\u671f\u3002",
                            "type": "string",
                            "enum": [
                                "week",
                                "month",
                                "last_month",
                                "year"
                            ],
                            "required": false
                        },
                        "date_min": {
                            "description": "\u4e3a\u4e00\u4e2a\u7279\u5b9a\u7684\u5f00\u59cb\u65e5\u671f\u8fd4\u56de\u9500\u552e\u989d\uff0c\u65e5\u671f\u683c\u5f0f\u9700\u4e3a YYYY-MM-DD \u3002",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "date_max": {
                            "description": "\u4e3a\u4e00\u4e2a\u7279\u5b9a\u7684\u622a\u6b62\u65e5\u671f\u8fd4\u56de\u9500\u552e\u989d\uff0c\u65e5\u671f\u683c\u5f0f\u9700\u4e3a YYYY-MM-DD \u3002",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v2\/reports\/top_sellers"
                    }
                ]
            }
        },
        "\/wc\/v2\/reports": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v2\/reports"
                    }
                ]
            }
        },
        "\/wc\/v2\/settings": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v2\/settings"
                    }
                ]
            }
        },
        "\/wc\/v2\/settings\/(?P<group_id>[\\w-]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "group": {
                            "description": "\u8bbe\u7f6e\u7ec4\u7684ID\u3002",
                            "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": "\u8bbe\u7f6e\u7ec4\u7684ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "\u8bbe\u7f6e\u503c\u3002",
                            "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": "\u8bbe\u7f6e\u7ec4\u7684ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "group": {
                            "description": "\u8bbe\u7f6e\u7ec4\u7684ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "\u8bbe\u7f6e\u503c\u3002",
                            "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": "\u914d\u9001\u533a\u57df\u540d\u79f0\u3002",
                            "required": true
                        },
                        "order": {
                            "description": "\u914d\u9001\u533a\u57df\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u552f\u4e00ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u552f\u4e00ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u914d\u9001\u533a\u57df\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "\u914d\u9001\u533a\u57df\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u552f\u4e00ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5f3a\u5236\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/shipping\/zones\/(?P<id>[\\d]+)\/locations": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u552f\u4e00ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u552f\u4e00ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "\u914d\u9001\u533a\u57df\u4f4d\u7f6e\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u914d\u9001\u533a\u57df\u4f4d\u7f6e\u7c7b\u578b\u3002",
                            "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": "\u533a\u57df\u7684\u552f\u4e00ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "\u533a\u57df\u7684\u552f\u4e00ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u914d\u9001\u65b9\u6cd5\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "enabled": {
                            "description": "\u914d\u9001\u65b9\u6cd5\u7684\u542f\u7528\u72b6\u6001\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "settings": {
                            "description": "\u914d\u9001\u65b9\u6cd5\u8bbe\u7f6e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u8be5\u8bbe\u7f6e\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "label": {
                                    "description": "\u754c\u9762\u4e0a\u53ef\u89c1\u7684\uff0c\u5173\u4e8e\u8be5\u8bbe\u7f6e\u7684\u5bb9\u6613\u88ab\u4eba\u7406\u89e3\u7684\u63cf\u8ff0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "description": {
                                    "description": "\u754c\u9762\u4e0a\u53ef\u89c1\u7684\uff0c\u5173\u4e8e\u8be5\u8bbe\u7f6e\u7684\u5bb9\u6613\u88ab\u4eba\u7406\u89e3\u7684\u63cf\u8ff0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "type": {
                                    "description": "\u8bbe\u7f6e\u9879\u7c7b\u578b\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "enum": [
                                        "text",
                                        "email",
                                        "number",
                                        "color",
                                        "password",
                                        "textarea",
                                        "select",
                                        "multiselect",
                                        "radio",
                                        "image_width",
                                        "checkbox"
                                    ],
                                    "readonly": true
                                },
                                "value": {
                                    "description": "\u8bbe\u7f6e\u503c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "default": {
                                    "description": "\u8be5\u8bbe\u7f6e\u7684\u9ed8\u8ba4\u503c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "tip": {
                                    "description": "\u663e\u793a\u7ed9\u7528\u6237\u7684\u5173\u4e8e\u8be5\u8bbe\u7f6e\u7684\u5e2e\u52a9\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "placeholder": {
                                    "description": "\u6587\u672c\u8f93\u5165\u680f\u7684\u5360\u4f4d\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "method_id": {
                            "description": "\u914d\u9001\u65b9\u5f0fID\u3002",
                            "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": "\u533a\u57df\u7684\u552f\u4e00ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "instance_id": {
                            "description": "\u5b9e\u4f8b\u7684\u552f\u4e00ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "\u533a\u57df\u7684\u552f\u4e00ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "instance_id": {
                            "description": "\u5b9e\u4f8b\u7684\u552f\u4e00ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u914d\u9001\u65b9\u6cd5\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "enabled": {
                            "description": "\u914d\u9001\u65b9\u6cd5\u7684\u542f\u7528\u72b6\u6001\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "settings": {
                            "description": "\u914d\u9001\u65b9\u6cd5\u8bbe\u7f6e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u8be5\u8bbe\u7f6e\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "label": {
                                    "description": "\u754c\u9762\u4e0a\u53ef\u89c1\u7684\uff0c\u5173\u4e8e\u8be5\u8bbe\u7f6e\u7684\u5bb9\u6613\u88ab\u4eba\u7406\u89e3\u7684\u63cf\u8ff0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "description": {
                                    "description": "\u754c\u9762\u4e0a\u53ef\u89c1\u7684\uff0c\u5173\u4e8e\u8be5\u8bbe\u7f6e\u7684\u5bb9\u6613\u88ab\u4eba\u7406\u89e3\u7684\u63cf\u8ff0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "type": {
                                    "description": "\u8bbe\u7f6e\u9879\u7c7b\u578b\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "enum": [
                                        "text",
                                        "email",
                                        "number",
                                        "color",
                                        "password",
                                        "textarea",
                                        "select",
                                        "multiselect",
                                        "radio",
                                        "image_width",
                                        "checkbox"
                                    ],
                                    "readonly": true
                                },
                                "value": {
                                    "description": "\u8bbe\u7f6e\u503c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "default": {
                                    "description": "\u8be5\u8bbe\u7f6e\u7684\u9ed8\u8ba4\u503c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "tip": {
                                    "description": "\u663e\u793a\u7ed9\u7528\u6237\u7684\u5173\u4e8e\u8be5\u8bbe\u7f6e\u7684\u5e2e\u52a9\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "placeholder": {
                                    "description": "\u6587\u672c\u8f93\u5165\u680f\u7684\u5360\u4f4d\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "\u533a\u57df\u7684\u552f\u4e00ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "instance_id": {
                            "description": "\u5b9e\u4f8b\u7684\u552f\u4e00ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5f3a\u5236\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/taxes\/classes": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "\u7a0e\u79cd\u540d\u79f0\u3002",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u552f\u4e00\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u552f\u4e00\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/taxes": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "order",
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "enum": [
                                "id",
                                "order",
                                "priority"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "class": {
                            "description": "\u4ee5\u7a0e\u79cd\u6392\u5217\u3002",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "country": {
                            "description": "\u56fd\u5bb6\/\u5730\u533a\u7684 ISO 3166 \u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "\u5dde\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "\u90ae\u7f16\u3002",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "\u7a0e\u7387\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u7a0e\u7387\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "default": 1,
                            "description": "\u7a0e\u7684\u4f18\u5148\u7b49\u7ea7\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "default": false,
                            "description": "\u662f\u5426\u662f\u590d\u5408\u8d39\u7387\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "default": true,
                            "description": "\u662f\u5426\u6b64\u7a0e\u7387\u4e5f\u5e94\u7528\u4e8e\u8fd0\u8d39\u4e2d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "\u6307\u793a\u5c06\u5728\u67e5\u8be2\u4e2d\u51fa\u73b0\u7684\u987a\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "default": "standard",
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "country": {
                            "description": "\u56fd\u5bb6\/\u5730\u533a\u7684 ISO 3166 \u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "\u5dde\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "\u90ae\u7f16\u3002",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "\u7a0e\u7387\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u7a0e\u7387\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "\u7a0e\u7684\u4f18\u5148\u7b49\u7ea7\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "\u662f\u5426\u662f\u590d\u5408\u8d39\u7387\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "\u662f\u5426\u6b64\u7a0e\u7387\u4e5f\u5e94\u7528\u4e8e\u8fd0\u8d39\u4e2d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "\u6307\u793a\u5c06\u5728\u67e5\u8be2\u4e2d\u51fa\u73b0\u7684\u987a\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/taxes\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "country": {
                            "description": "\u56fd\u5bb6\/\u5730\u533a\u7684 ISO 3166 \u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "\u5dde\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "\u90ae\u7f16\u3002",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "\u7a0e\u7387\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u7a0e\u7387\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "\u7a0e\u7684\u4f18\u5148\u7b49\u7ea7\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "\u662f\u5426\u662f\u590d\u5408\u8d39\u7387\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "\u662f\u5426\u6b64\u7a0e\u7387\u4e5f\u5e94\u7528\u4e8e\u8fd0\u8d39\u4e2d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "\u6307\u793a\u5c06\u5728\u67e5\u8be2\u4e2d\u51fa\u73b0\u7684\u987a\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v2\/taxes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v2\/webhooks": {
            "namespace": "wc\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "title"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u72b6\u6001\u76f8\u5173\u7684webhooks\u3002",
                            "type": "string",
                            "enum": [
                                "all",
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "\u4e00\u4e2a\u53cb\u597d\u7684webhook\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "active",
                            "description": "Webhook \u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "type": "string",
                            "description": "Webhook \u8bdd\u9898\u3002",
                            "required": true
                        },
                        "secret": {
                            "description": "\u5bc6\u94a5\u7528\u4e8e\u751f\u6210\u4e00\u4e2a\u5206\u53d1\u7684webhook HASH\u5e76\u63d0\u4f9b\u5230\u8bf7\u6c42\u5934\u91cc\uff0c\u5982\u679c\u6ca1\u6709\u63d0\u4f9b\uff0c\u5b83\u9ed8\u8ba4\u662f\u5f53\u524d\u7528\u6237\u7684 ID|\u7528\u6237\u540d \u7684 MD5 \u503c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "delivery_url": {
                            "type": "string",
                            "description": "Webhook \u4f20\u9012 URL\u3002",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u4e00\u4e2a\u53cb\u597d\u7684webhook\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Webhook \u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "description": "Webhook \u8bdd\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "secret": {
                            "description": "\u5bc6\u94a5\u7528\u4e8e\u751f\u6210\u4e00\u4e2a\u5206\u53d1\u7684webhook HASH\u5e76\u63d0\u4f9b\u5230\u8bf7\u6c42\u5934\u91cc\uff0c\u5982\u679c\u6ca1\u6709\u63d0\u4f9b\uff0c\u5b83\u9ed8\u8ba4\u662f\u5f53\u524d\u7528\u6237\u7684 ID|\u7528\u6237\u540d \u7684 MD5 \u503c\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/webhooks\/batch": {
            "namespace": "wc\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "\u4e00\u4e2a\u53cb\u597d\u7684webhook\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Webhook \u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "description": "Webhook \u8bdd\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "secret": {
                            "description": "\u5bc6\u94a5\u7528\u4e8e\u751f\u6210\u4e00\u4e2a\u5206\u53d1\u7684webhook HASH\u5e76\u63d0\u4f9b\u5230\u8bf7\u6c42\u5934\u91cc\uff0c\u5982\u679c\u6ca1\u6709\u63d0\u4f9b\uff0c\u5b83\u9ed8\u8ba4\u662f\u5f53\u524d\u7528\u6237\u7684 ID|\u7528\u6237\u540d \u7684 MD5 \u503c\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5webhook\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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": "\u8be5webhook\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/system_status": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v2\/system_status"
                    }
                ]
            }
        },
        "\/wc\/v2\/system_status\/tools": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u6b64\u5de5\u5177\u7684ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u5de5\u5177\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "action": {
                            "description": "\u8fd0\u884c\u8be5\u5de5\u5177\u4f1a\u505a\u4ec0\u4e48\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u5de5\u5177\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "success": {
                            "description": "\u6b64\u5de5\u5177\u662f\u5426\u8fd0\u884c\u6210\u529f?",
                            "type": "boolean",
                            "required": false
                        },
                        "message": {
                            "description": "\u5de5\u5177\u8fd4\u56de\u4fe1\u606f\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/shipping_methods": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v2\/shipping_methods"
                    }
                ]
            }
        },
        "\/wc\/v2\/shipping_methods\/(?P<id>[\\w-]+)": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v2\/payment_gateways": {
            "namespace": "wc\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u652f\u4ed8\u65f6\uff0c\u652f\u4ed8\u7f51\u5173\u7684\u6807\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u652f\u4ed8\u65f6\uff0c\u652f\u4ed8\u7f51\u5173\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "\u652f\u4ed8\u7f51\u5173\u7684\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "enabled": {
                            "description": "\u652f\u4ed8\u7f51\u5173\u7684\u542f\u7528\u72b6\u6001\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "settings": {
                            "description": "\u652f\u4ed8\u7f51\u5173\u8bbe\u7f6e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u8be5\u8bbe\u7f6e\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "label": {
                                    "description": "\u754c\u9762\u4e0a\u53ef\u89c1\u7684\uff0c\u5173\u4e8e\u8be5\u8bbe\u7f6e\u7684\u5bb9\u6613\u88ab\u4eba\u7406\u89e3\u7684\u63cf\u8ff0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "description": {
                                    "description": "\u754c\u9762\u4e0a\u53ef\u89c1\u7684\uff0c\u5173\u4e8e\u8be5\u8bbe\u7f6e\u7684\u5bb9\u6613\u88ab\u4eba\u7406\u89e3\u7684\u63cf\u8ff0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "type": {
                                    "description": "\u8bbe\u7f6e\u9879\u7c7b\u578b\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "enum": [
                                        "text",
                                        "email",
                                        "number",
                                        "color",
                                        "password",
                                        "textarea",
                                        "select",
                                        "multiselect",
                                        "radio",
                                        "image_width",
                                        "checkbox"
                                    ],
                                    "readonly": true
                                },
                                "value": {
                                    "description": "\u8bbe\u7f6e\u503c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "default": {
                                    "description": "\u8be5\u8bbe\u7f6e\u7684\u9ed8\u8ba4\u503c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "tip": {
                                    "description": "\u663e\u793a\u7ed9\u7528\u6237\u7684\u5173\u4e8e\u8be5\u8bbe\u7f6e\u7684\u5e2e\u52a9\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "placeholder": {
                                    "description": "\u6587\u672c\u8f93\u5165\u680f\u7684\u5360\u4f4d\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/coupons": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4ee5\u5339\u914d\u4e00\u4e2a\u5b57\u7b26\u4e32\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u5728\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u56de\u590d\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "code": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u542b\u6709\u7279\u5b9a\u4ee3\u7801\u7684\u4f18\u60e0\u5238\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "code": {
                            "description": "\u4f18\u60e0\u7801\u3002",
                            "type": "string",
                            "required": true
                        },
                        "amount": {
                            "description": "\u6298\u6263\u6570\u91cf\uff0c\u5e94\u8be5\u662f\u4e00\u4e2a\u6570\u5b57\uff0c\u5373\u4f7f\u4f18\u60e0\u7c7b\u578b\u662f\u767e\u5206\u6bd4\uff0c\u4e5f\u5e94\u8be5\u662f\u4e2a\u6570\u5b57\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u4f18\u60e0\u5238\u7684\u72b6\u6001\u3002 \u5e94\u59cb\u7ec8\u4e3a\u8349\u7a3f\u3001\u5df2\u53d1\u5e03\u6216\u5f85\u5ba1\u6838",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "default": "fixed_cart",
                            "description": "\u786e\u5b9a\u4f18\u60e0\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4f18\u60e0\u5238\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "\u4f18\u60e0\u5238\u8fc7\u671f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "\u4f18\u60e0\u5238\u8fc7\u671f\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "default": false,
                            "description": "\u5982\u679c\u4e3atrue\uff0c\u8be5\u4f18\u60e0\u5238\u4ec5\u53ef\u88ab\u72ec\u7acb\u4f7f\u7528\uff0c\u5176\u5b83\u53ef\u7528\u7684\u4f18\u60e0\u5238\u5c06\u4f1a\u88ab\u4ece\u8d2d\u7269\u8f66\u4e2d\u79fb\u9664\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "\u53ef\u7528\u6b64\u4f18\u60e0\u5238\u7684\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "\u4e0d\u53ef\u7528\u6b64\u4f18\u60e0\u5238\u7684\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "\u8fd9\u4e2a\u4f18\u60e0\u5238\u603b\u7684\u53ef\u7528\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "\u6bcf\u4e2a\u5ba2\u6237\u53ef\u4ee5\u4f7f\u7528\u591a\u5c11\u6b21\u4f18\u60e0\u5238\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u4e2d\u6700\u591a\u6709\u591a\u5c11\u4ef6\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "default": false,
                            "description": "\u5982\u679c\u4e3atrue\u5e76\u4e14\u514d\u8d39\u914d\u9001\u65b9\u6cd5\u9700\u8981\u4e00\u4e2a\u4f18\u60e0\u5238\uff0c\u8be5\u4f18\u60e0\u5238\u5c06\u53ef\u7528\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "\u53ef\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u7684\u5206\u7c7bID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "\u4e0d\u53ef\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u7684\u5206\u7c7bID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "default": false,
                            "description": "\u5982\u679c\u4e3atrue\uff0c\u8be5\u4f18\u60e0\u5238\u5c06\u4e0d\u9002\u7528\u4e8e\u6253\u6298\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u91d1\u989d\u81f3\u5c11\u4e3a\u591a\u5c11\u3002",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u91d1\u989d\u6700\u591a\u4e3a\u591a\u5c11\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "\u5217\u51fa\u53ef\u4f7f\u7528\u6b64\u4f18\u60e0\u5238\u7684\u7535\u90ae\u5730\u5740\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "\u4f18\u60e0\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "\u6298\u6263\u6570\u91cf\uff0c\u5e94\u8be5\u662f\u4e00\u4e2a\u6570\u5b57\uff0c\u5373\u4f7f\u4f18\u60e0\u7c7b\u578b\u662f\u767e\u5206\u6bd4\uff0c\u4e5f\u5e94\u8be5\u662f\u4e2a\u6570\u5b57\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u4f18\u60e0\u5238\u7684\u72b6\u6001\u3002 \u5e94\u59cb\u7ec8\u4e3a\u8349\u7a3f\u3001\u5df2\u53d1\u5e03\u6216\u5f85\u5ba1\u6838",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "\u786e\u5b9a\u4f18\u60e0\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4f18\u60e0\u5238\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "\u4f18\u60e0\u5238\u8fc7\u671f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "\u4f18\u60e0\u5238\u8fc7\u671f\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "\u5982\u679c\u4e3atrue\uff0c\u8be5\u4f18\u60e0\u5238\u4ec5\u53ef\u88ab\u72ec\u7acb\u4f7f\u7528\uff0c\u5176\u5b83\u53ef\u7528\u7684\u4f18\u60e0\u5238\u5c06\u4f1a\u88ab\u4ece\u8d2d\u7269\u8f66\u4e2d\u79fb\u9664\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "\u53ef\u7528\u6b64\u4f18\u60e0\u5238\u7684\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "\u4e0d\u53ef\u7528\u6b64\u4f18\u60e0\u5238\u7684\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "\u8fd9\u4e2a\u4f18\u60e0\u5238\u603b\u7684\u53ef\u7528\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "\u6bcf\u4e2a\u5ba2\u6237\u53ef\u4ee5\u4f7f\u7528\u591a\u5c11\u6b21\u4f18\u60e0\u5238\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u4e2d\u6700\u591a\u6709\u591a\u5c11\u4ef6\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "\u5982\u679c\u4e3atrue\u5e76\u4e14\u514d\u8d39\u914d\u9001\u65b9\u6cd5\u9700\u8981\u4e00\u4e2a\u4f18\u60e0\u5238\uff0c\u8be5\u4f18\u60e0\u5238\u5c06\u53ef\u7528\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "\u53ef\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u7684\u5206\u7c7bID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "\u4e0d\u53ef\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u7684\u5206\u7c7bID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "\u5982\u679c\u4e3atrue\uff0c\u8be5\u4f18\u60e0\u5238\u5c06\u4e0d\u9002\u7528\u4e8e\u6253\u6298\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u91d1\u989d\u81f3\u5c11\u4e3a\u591a\u5c11\u3002",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u91d1\u989d\u6700\u591a\u4e3a\u591a\u5c11\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "\u5217\u51fa\u53ef\u4f7f\u7528\u6b64\u4f18\u60e0\u5238\u7684\u7535\u90ae\u5730\u5740\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5f3a\u5236\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/coupons\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "code": {
                            "description": "\u4f18\u60e0\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "amount": {
                            "description": "\u6298\u6263\u6570\u91cf\uff0c\u5e94\u8be5\u662f\u4e00\u4e2a\u6570\u5b57\uff0c\u5373\u4f7f\u4f18\u60e0\u7c7b\u578b\u662f\u767e\u5206\u6bd4\uff0c\u4e5f\u5e94\u8be5\u662f\u4e2a\u6570\u5b57\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u4f18\u60e0\u5238\u7684\u72b6\u6001\u3002 \u5e94\u59cb\u7ec8\u4e3a\u8349\u7a3f\u3001\u5df2\u53d1\u5e03\u6216\u5f85\u5ba1\u6838",
                            "type": "string",
                            "required": false
                        },
                        "discount_type": {
                            "description": "\u786e\u5b9a\u4f18\u60e0\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "percent",
                                "fixed_cart",
                                "fixed_product"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4f18\u60e0\u5238\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_expires": {
                            "description": "\u4f18\u60e0\u5238\u8fc7\u671f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_expires_gmt": {
                            "description": "\u4f18\u60e0\u5238\u8fc7\u671f\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "individual_use": {
                            "description": "\u5982\u679c\u4e3atrue\uff0c\u8be5\u4f18\u60e0\u5238\u4ec5\u53ef\u88ab\u72ec\u7acb\u4f7f\u7528\uff0c\u5176\u5b83\u53ef\u7528\u7684\u4f18\u60e0\u5238\u5c06\u4f1a\u88ab\u4ece\u8d2d\u7269\u8f66\u4e2d\u79fb\u9664\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_ids": {
                            "description": "\u53ef\u7528\u6b64\u4f18\u60e0\u5238\u7684\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_ids": {
                            "description": "\u4e0d\u53ef\u7528\u6b64\u4f18\u60e0\u5238\u7684\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "usage_limit": {
                            "description": "\u8fd9\u4e2a\u4f18\u60e0\u5238\u603b\u7684\u53ef\u7528\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "usage_limit_per_user": {
                            "description": "\u6bcf\u4e2a\u5ba2\u6237\u53ef\u4ee5\u4f7f\u7528\u591a\u5c11\u6b21\u4f18\u60e0\u5238\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "limit_usage_to_x_items": {
                            "description": "\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u4e2d\u6700\u591a\u6709\u591a\u5c11\u4ef6\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "free_shipping": {
                            "description": "\u5982\u679c\u4e3atrue\u5e76\u4e14\u514d\u8d39\u914d\u9001\u65b9\u6cd5\u9700\u8981\u4e00\u4e2a\u4f18\u60e0\u5238\uff0c\u8be5\u4f18\u60e0\u5238\u5c06\u53ef\u7528\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "product_categories": {
                            "description": "\u53ef\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u7684\u5206\u7c7bID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "excluded_product_categories": {
                            "description": "\u4e0d\u53ef\u4f7f\u7528\u8fd9\u4e2a\u4f18\u60e0\u5238\u7684\u5206\u7c7bID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "exclude_sale_items": {
                            "description": "\u5982\u679c\u4e3atrue\uff0c\u8be5\u4f18\u60e0\u5238\u5c06\u4e0d\u9002\u7528\u4e8e\u6253\u6298\u5546\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "minimum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u91d1\u989d\u81f3\u5c11\u4e3a\u591a\u5c11\u3002",
                            "type": "string",
                            "required": false
                        },
                        "maximum_amount": {
                            "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u65f6\uff0c\u8d2d\u7269\u8f66\u91d1\u989d\u6700\u591a\u4e3a\u591a\u5c11\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email_restrictions": {
                            "description": "\u5217\u51fa\u53ef\u4f7f\u7528\u6b64\u4f18\u60e0\u5238\u7684\u7535\u90ae\u5730\u5740\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/customers": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "\u9650\u5b9a\u8d44\u6e90\u4e3a\u542b\u6709\u7279\u5b9a\u7535\u90ae\u5730\u5740\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "role": {
                            "description": "\u9650\u5b9a\u8d44\u6e90\u4e3a\u6709\u4e00\u4e2a\u7279\u5b9a\u7684\u89d2\u8272\u3002",
                            "type": "string",
                            "default": "customer",
                            "enum": [
                                "all",
                                "administrator",
                                "editor",
                                "author",
                                "contributor",
                                "subscriber",
                                "customer",
                                "shop_manager",
                                "seller",
                                "vendor_staff",
                                "ywry"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "email": {
                            "type": "string",
                            "description": "\u65b0\u7528\u6237\u7684\u7535\u90ae\u5730\u5740\u3002",
                            "required": true
                        },
                        "first_name": {
                            "description": "\u5ba2\u6237\u7684\u540d\u5b57\u3002",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u5ba2\u6237\u7684\u59d3\u6c0f\u3002",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "\u65b0\u7528\u6237\u7684\u7528\u6237\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\u65b0\u7528\u6237\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u7684\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u56fd\u5bb6\/\u5730\u533a\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u90ae\u5730\u5740\u3002",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u914d\u9001\u5730\u5740\u6570\u636e\u7684\u5217\u8868\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u56fd\u5bb6\/\u5730\u533a\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "email": {
                            "description": "\u5ba2\u6237\u7684\u7535\u90ae\u5730\u5740\u5730\u5740\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "\u5ba2\u6237\u7684\u540d\u5b57\u3002",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u5ba2\u6237\u7684\u59d3\u6c0f\u3002",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "\u5ba2\u6237\u7684\u767b\u5f55\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\u5ba2\u6237\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u7684\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u56fd\u5bb6\/\u5730\u533a\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u90ae\u5730\u5740\u3002",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u914d\u9001\u5730\u5740\u6570\u636e\u7684\u5217\u8868\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u56fd\u5bb6\/\u5730\u533a\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        },
                        "reassign": {
                            "default": 0,
                            "type": "integer",
                            "description": "\u91cd\u65b0\u6307\u5b9a\u6587\u7ae0\u7684ID\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/customers\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "email": {
                            "description": "\u5ba2\u6237\u7684\u7535\u90ae\u5730\u5740\u5730\u5740\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "first_name": {
                            "description": "\u5ba2\u6237\u7684\u540d\u5b57\u3002",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u5ba2\u6237\u7684\u59d3\u6c0f\u3002",
                            "type": "string",
                            "required": false
                        },
                        "username": {
                            "description": "\u5ba2\u6237\u7684\u767b\u5f55\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\u5ba2\u6237\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u7684\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u56fd\u5bb6\/\u5730\u533a\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u90ae\u5730\u5740\u3002",
                                    "type": "string",
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u914d\u9001\u5730\u5740\u6570\u636e\u7684\u5217\u8868\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "\u56fd\u5bb6\/\u5730\u533a\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/customers\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/layout-templates": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "area": {
                            "description": "\u83b7\u53d6\u6a21\u677f\u7684\u533a\u57df\u3002",
                            "type": "string",
                            "default": "",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "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": "\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "type": {
                            "default": "any",
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5ba2\u6237\u6216\u5185\u90e8\u5907\u6ce8\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "customer",
                                "internal"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "note": {
                            "type": "string",
                            "description": "\u8ba2\u5355\u5907\u6ce8\u5185\u5bb9\u3002",
                            "required": true
                        },
                        "customer_note": {
                            "default": false,
                            "description": "\u5982\u679c\u4e3a true \uff0c\u5219\u8be5\u5907\u6ce8\u5c06\u663e\u793a\u5e76\u901a\u77e5\u7ed9\u5ba2\u6237\u3002\u5982\u679c\u4e3a false\uff0c\u5219\u8be5\u5907\u6ce8\u4ec5\u4f9b\u7ba1\u7406\u5458\u53c2\u8003\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "added_by_user": {
                            "default": false,
                            "description": "\u5982\u679c\u4e3a true\uff0c\u5219\u6b64\u5907\u6ce8\u5c06\u5f52\u5c5e\u4e8e\u5f53\u524d\u7528\u6237\u3002\u5982\u679c\u4e3a false\uff0c\u5219\u6b64\u5907\u6ce8\u5c06\u5f52\u5c5e\u4e8e\u7cfb\u7edf\u3002",
                            "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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order_id": {
                            "description": "\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/orders\/(?P<order_id>[\\d]+)\/refunds": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_id": {
                            "description": "\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4ee5\u5339\u914d\u4e00\u4e2a\u5b57\u7b26\u4e32\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u5728\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u56de\u590d\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u90e8\u5206\u7236\u7ea7IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u9664\u90e8\u5206\u7236\u7ea7ID\u4e4b\u5916\u7684\u5168\u90e8\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "\u6bcf\u4e2a\u8d44\u6e90\u4e2d\u4f7f\u7528\u7684\u5c0f\u6570\u70b9\u7684\u6570\u76ee",
                            "type": "integer",
                            "required": false
                        },
                        "order_item_display_meta": {
                            "default": false,
                            "description": "\u4ec5\u5c55\u793a\u4e3a\u8ba2\u5355\u663e\u793a\u7684\u5143\u6570\u636e\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "\u5c06 meta_data \u9650\u5236\u4e3a\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u4e0d\u5305\u62ec\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "order_id": {
                            "description": "\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "amount": {
                            "description": "\u9000\u6b3e\u7684\u91d1\u989d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reason": {
                            "description": "\u9000\u6b3e\u7684\u539f\u56e0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "refunded_by": {
                            "description": "\u521b\u5efa\u9000\u6b3e\u7684\u7528\u6237\u7684\u7528\u6237ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "\u914d\u9001\u72b6\u6001\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "\u914d\u9001\u65b9\u5f0f\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "\u914d\u9001\u65b9\u5f0fID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "\u914d\u9001\u5b9e\u4f8b ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u8d39\u7528\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u8d39\u7528\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u7c7b\u578b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u72b6\u6001\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a0e\u989d\u5c0f\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "api_refund": {
                            "default": true,
                            "description": "\u4e3atrue\u65f6\uff0c\u652f\u4ed8\u7f51\u5173API\u5c06\u53ef\u652f\u6301\u9000\u6b3e\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "api_restock": {
                            "default": true,
                            "description": "\u4e3a true \u65f6\uff0c\u9000\u6b3e\u5546\u54c1\u4f1a\u91cd\u65b0\u8fdb\u5165\u5e93\u5b58\u3002",
                            "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": "\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "order_id": {
                            "description": "\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/orders": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4ee5\u5339\u914d\u4e00\u4e2a\u5b57\u7b26\u4e32\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u5728\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u56de\u590d\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u90e8\u5206\u7236\u7ea7IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u9664\u90e8\u5206\u7236\u7ea7ID\u4e4b\u5916\u7684\u5168\u90e8\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a\u72b6\u6001\u7684\u8ba2\u5355\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "any",
                                    "trash",
                                    "auto-draft",
                                    "pending",
                                    "processing",
                                    "on-hold",
                                    "completed",
                                    "cancelled",
                                    "refunded",
                                    "failed",
                                    "checkout-draft"
                                ]
                            },
                            "required": false
                        },
                        "customer": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u5ba2\u6237\u7684\u8ba2\u5355\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u4ea7\u54c1\u76f8\u5173\u7684\u8ba2\u5355\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "\u6bcf\u4e2a\u8d44\u6e90\u4e2d\u4f7f\u7528\u7684\u5c0f\u6570\u70b9\u7684\u6570\u76ee",
                            "type": "integer",
                            "required": false
                        },
                        "order_item_display_meta": {
                            "default": false,
                            "description": "\u4ec5\u5c55\u793a\u4e3a\u8ba2\u5355\u663e\u793a\u7684\u5143\u6570\u636e\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "\u5c06 meta_data \u9650\u5236\u4e3a\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u4e0d\u5305\u62ec\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "\u7236\u7ea7\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "default": "pending",
                            "description": "\u8ba2\u5355\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "default": "USD",
                            "description": "\u6b64\u8ba2\u5355\u4f7f\u7528\u7684\u5e01\u79cd\uff0c\u4f7f\u7528ISO\u683c\u5f0f\u3002",
                            "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",
                                "LTC",
                                "ETH",
                                "ZWL"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "default": 0,
                            "description": "\u6b64\u8ba2\u5355\u7684\u7528\u6237ID\uff0c0\u8868\u793a\u662f\u8bbf\u5ba2\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u5ba2\u6237\u5728\u7ed3\u8d26\u65f6\u7559\u4e0b\u7684\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 \u4e24\u5b57\u6bcd\u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u90ae\u5730\u5740\u3002",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u914d\u9001\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 \u4e24\u5b57\u6bcd\u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0f ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0f\u6807\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "\u552f\u4e00\u7684\u4ea4\u6613ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "\u8ba2\u5355\u5185\u4ea7\u54c1\u7684\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "\u7236\u4ea7\u54c1\u540d\u79f0\uff08\u5982\u679c\u4ea7\u54c1\u662f\u53d8\u4f53\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "\u4ea7\u54c1ID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "\u53ef\u53d8ID\uff0c\u82e5\u9002\u7528\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "\u8ba2\u8d2d\u6570\u91cf\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u4ea7\u54c1\u7684\u7a0e\u79cd\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "\u884c\u95f4\u5c0f\u8ba1 \uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u5c0f\u8ba1 \uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "\u7a0e\u989d\u5c0f\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Meta key \u5143\u952e\uff0c\u7528\u4e8eUI\u663e\u793a\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "UI\u663e\u793a\u7684 Meta \u5143\u503c\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "\u4ea7\u54c1SKU\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "\u4ea7\u54c1\u4ef7\u683c\u3002",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "\u4e3b\u8981\u4ea7\u54c1\u56fe\u7247\u7684\u5c5e\u6027\u3002",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "\u56fe\u7247 ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "\u914d\u9001\u72b6\u6001\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "\u914d\u9001\u65b9\u5f0f\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "\u914d\u9001\u65b9\u5f0fID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "\u914d\u9001\u5b9e\u4f8b ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u8d39\u7528\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u8d39\u7528\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u7c7b\u578b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u72b6\u6001\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a0e\u989d\u5c0f\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "\u4f18\u60e0\u5238\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "\u4f18\u60e0\u7801\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u6298\u6263\u603b\u989d",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "\u6298\u6263\u7a0e\u603b\u989d",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "\u6298\u6263\u7c7b\u578b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "\u4f18\u60e0\u5238\u4e2d\u786e\u5b9a\u7684\u6298\u6263\u91d1\u989d\uff08\u7edd\u5bf9\u503c\u6216\u767e\u5206\u6bd4\uff0c\u5177\u4f53\u53d6\u51b3\u4e8e\u6298\u6263\u7c7b\u578b\uff09\u3002",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u662f\u5426\u53ef\u514d\u8fd0\u8d39\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "default": false,
                            "description": "\u5b9a\u4e49\u8ba2\u5355\u662f\u5426\u5df2\u88ab\u652f\u4ed8\uff0c\u5b83\u7684\u72b6\u6001\u5c06\u4f1a\u88ab\u8bbe\u7f6e\u4e3a\u6b63\u5728\u5904\u7406\u5e76\u51cf\u53bb\u76f8\u5e94\u7684\u5e93\u5b58\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "default": false,
                            "description": "\u5c06\u6b64\u64cd\u4f5c\u8bbe\u7f6e\u4e3a\u624b\u52a8\uff0c\u6b64\u65f6\u8ba2\u5355\u5907\u6ce8\u4f1a\u767b\u8bb0\u4e3a\u201c\u7531\u7528\u6237\u6dfb\u52a0\u201d\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u7236\u7ea7\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "\u8ba2\u5355\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "\u6b64\u8ba2\u5355\u4f7f\u7528\u7684\u5e01\u79cd\uff0c\u4f7f\u7528ISO\u683c\u5f0f\u3002",
                            "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",
                                "LTC",
                                "ETH",
                                "ZWL"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "\u6b64\u8ba2\u5355\u7684\u7528\u6237ID\uff0c0\u8868\u793a\u662f\u8bbf\u5ba2\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u5ba2\u6237\u5728\u7ed3\u8d26\u65f6\u7559\u4e0b\u7684\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 \u4e24\u5b57\u6bcd\u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u90ae\u5730\u5740\u3002",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u914d\u9001\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 \u4e24\u5b57\u6bcd\u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0f ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0f\u6807\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "\u552f\u4e00\u7684\u4ea4\u6613ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "\u8ba2\u5355\u5185\u4ea7\u54c1\u7684\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "\u7236\u4ea7\u54c1\u540d\u79f0\uff08\u5982\u679c\u4ea7\u54c1\u662f\u53d8\u4f53\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "\u4ea7\u54c1ID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "\u53ef\u53d8ID\uff0c\u82e5\u9002\u7528\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "\u8ba2\u8d2d\u6570\u91cf\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u4ea7\u54c1\u7684\u7a0e\u79cd\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "\u884c\u95f4\u5c0f\u8ba1 \uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u5c0f\u8ba1 \uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "\u7a0e\u989d\u5c0f\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Meta key \u5143\u952e\uff0c\u7528\u4e8eUI\u663e\u793a\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "UI\u663e\u793a\u7684 Meta \u5143\u503c\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "\u4ea7\u54c1SKU\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "\u4ea7\u54c1\u4ef7\u683c\u3002",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "\u4e3b\u8981\u4ea7\u54c1\u56fe\u7247\u7684\u5c5e\u6027\u3002",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "\u56fe\u7247 ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "\u914d\u9001\u72b6\u6001\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "\u914d\u9001\u65b9\u5f0f\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "\u914d\u9001\u65b9\u5f0fID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "\u914d\u9001\u5b9e\u4f8b ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u8d39\u7528\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u8d39\u7528\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u7c7b\u578b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u72b6\u6001\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a0e\u989d\u5c0f\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "\u4f18\u60e0\u5238\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "\u4f18\u60e0\u7801\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u6298\u6263\u603b\u989d",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "\u6298\u6263\u7a0e\u603b\u989d",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "\u6298\u6263\u7c7b\u578b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "\u4f18\u60e0\u5238\u4e2d\u786e\u5b9a\u7684\u6298\u6263\u91d1\u989d\uff08\u7edd\u5bf9\u503c\u6216\u767e\u5206\u6bd4\uff0c\u5177\u4f53\u53d6\u51b3\u4e8e\u6298\u6263\u7c7b\u578b\uff09\u3002",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u662f\u5426\u53ef\u514d\u8fd0\u8d39\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "description": "\u5b9a\u4e49\u8ba2\u5355\u662f\u5426\u5df2\u88ab\u652f\u4ed8\uff0c\u5b83\u7684\u72b6\u6001\u5c06\u4f1a\u88ab\u8bbe\u7f6e\u4e3a\u6b63\u5728\u5904\u7406\u5e76\u51cf\u53bb\u76f8\u5e94\u7684\u5e93\u5b58\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "description": "\u5c06\u6b64\u64cd\u4f5c\u8bbe\u7f6e\u4e3a\u624b\u52a8\uff0c\u6b64\u65f6\u8ba2\u5355\u5907\u6ce8\u4f1a\u767b\u8bb0\u4e3a\u201c\u7531\u7528\u6237\u6dfb\u52a0\u201d\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5f3a\u5236\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/orders\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "parent_id": {
                            "description": "\u7236\u7ea7\u8ba2\u5355ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "\u8ba2\u5355\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "auto-draft",
                                "pending",
                                "processing",
                                "on-hold",
                                "completed",
                                "cancelled",
                                "refunded",
                                "failed",
                                "checkout-draft"
                            ],
                            "required": false
                        },
                        "currency": {
                            "description": "\u6b64\u8ba2\u5355\u4f7f\u7528\u7684\u5e01\u79cd\uff0c\u4f7f\u7528ISO\u683c\u5f0f\u3002",
                            "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",
                                "LTC",
                                "ETH",
                                "ZWL"
                            ],
                            "required": false
                        },
                        "customer_id": {
                            "description": "\u6b64\u8ba2\u5355\u7684\u7528\u6237ID\uff0c0\u8868\u793a\u662f\u8bbf\u5ba2\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "customer_note": {
                            "description": "\u5ba2\u6237\u5728\u7ed3\u8d26\u65f6\u7559\u4e0b\u7684\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "billing": {
                            "description": "\u8d26\u5355\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 \u4e24\u5b57\u6bcd\u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "email": {
                                    "description": "\u7535\u90ae\u5730\u5740\u3002",
                                    "type": [
                                        "string",
                                        "null"
                                    ],
                                    "format": "email",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "phone": {
                                    "description": "\u7535\u8bdd\u53f7\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping": {
                            "description": "\u914d\u9001\u5730\u5740\u3002",
                            "type": "object",
                            "properties": {
                                "first_name": {
                                    "description": "\u540d\u5b57",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "last_name": {
                                    "description": "\u59d3\u6c0f",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "company": {
                                    "description": "\u516c\u53f8\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_1": {
                                    "description": "\u5730\u5740\u884c1",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "address_2": {
                                    "description": "\u5730\u5740\u884c2",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "city": {
                                    "description": "\u57ce\u5e02\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "state": {
                                    "description": "\u7701\u7ea7\u533a\u57df\u7684ISO\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "postcode": {
                                    "description": "\u90ae\u7f16\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "country": {
                                    "description": "ISO 3166-1 \u4e24\u5b57\u6bcd\u683c\u5f0f\u7684\u56fd\u5bb6\u4ee3\u7801\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "payment_method": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0f ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "payment_method_title": {
                            "description": "\u4ed8\u6b3e\u65b9\u5f0f\u6807\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "transaction_id": {
                            "description": "\u552f\u4e00\u7684\u4ea4\u6613ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "line_items": {
                            "description": "\u8ba2\u5355\u5185\u4ea7\u54c1\u7684\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "parent_name": {
                                        "description": "\u7236\u4ea7\u54c1\u540d\u79f0\uff08\u5982\u679c\u4ea7\u54c1\u662f\u53d8\u4f53\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "product_id": {
                                        "description": "\u4ea7\u54c1ID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation_id": {
                                        "description": "\u53ef\u53d8ID\uff0c\u82e5\u9002\u7528\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "quantity": {
                                        "description": "\u8ba2\u8d2d\u6570\u91cf\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u4ea7\u54c1\u7684\u7a0e\u79cd\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal": {
                                        "description": "\u884c\u95f4\u5c0f\u8ba1 \uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "subtotal_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u5c0f\u8ba1 \uff08\u6298\u6263\u524d\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "subtotal": {
                                                    "description": "\u7a0e\u989d\u5c0f\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_key": {
                                                    "description": "Meta key \u5143\u952e\uff0c\u7528\u4e8eUI\u663e\u793a\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "display_value": {
                                                    "description": "UI\u663e\u793a\u7684 Meta \u5143\u503c\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    },
                                    "sku": {
                                        "description": "\u4ea7\u54c1SKU\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "price": {
                                        "description": "\u4ea7\u54c1\u4ef7\u683c\u3002",
                                        "type": "number",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "image": {
                                        "description": "\u4e3b\u8981\u4ea7\u54c1\u56fe\u7247\u7684\u5c5e\u6027\u3002",
                                        "type": "object",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "properties": {
                                            "id": {
                                                "description": "\u56fe\u7247 ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "src": {
                                                "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                                "type": "string",
                                                "format": "uri",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "shipping_lines": {
                            "description": "\u914d\u9001\u72b6\u6001\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "method_title": {
                                        "description": "\u914d\u9001\u65b9\u5f0f\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "method_id": {
                                        "description": "\u914d\u9001\u65b9\u5f0fID\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "instance_id": {
                                        "description": "\u914d\u9001\u5b9e\u4f8b ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "fee_lines": {
                            "description": "\u8d39\u7528\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "name": {
                                        "description": "\u8d39\u7528\u540d\u79f0\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_class": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u7c7b\u578b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "tax_status": {
                                        "description": "\u8d39\u7528\u7684\u7a0e\u7684\u72b6\u6001\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "enum": [
                                            "taxable",
                                            "none"
                                        ]
                                    },
                                    "total": {
                                        "description": "\u884c\u95f4\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "total_tax": {
                                        "description": "\u884c\u95f4\u7a0e\u989d\u603b\u8ba1 \uff08\u6298\u6263\u540e\uff09\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "taxes": {
                                        "description": "\u884c\u95f4\u7a0e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true,
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u7a0e\u7387 ID",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "total": {
                                                    "description": "\u7a0e\u989d\u603b\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "subtotal": {
                                                    "description": "\u7a0e\u989d\u5c0f\u8ba1\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                }
                                            }
                                        }
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "coupon_lines": {
                            "description": "\u4f18\u60e0\u5238\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u9879\u76eeID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "code": {
                                        "description": "\u4f18\u60e0\u7801\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "discount": {
                                        "description": "\u6298\u6263\u603b\u989d",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_tax": {
                                        "description": "\u6298\u6263\u7a0e\u603b\u989d",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "discount_type": {
                                        "description": "\u6298\u6263\u7c7b\u578b\u3002",
                                        "type": "string",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "nominal_amount": {
                                        "description": "\u4f18\u60e0\u5238\u4e2d\u786e\u5b9a\u7684\u6298\u6263\u91d1\u989d\uff08\u7edd\u5bf9\u503c\u6216\u767e\u5206\u6bd4\uff0c\u5177\u4f53\u53d6\u51b3\u4e8e\u6298\u6263\u7c7b\u578b\uff09\u3002",
                                        "type": "number",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "free_shipping": {
                                        "description": "\u4f7f\u7528\u4f18\u60e0\u5238\u662f\u5426\u53ef\u514d\u8fd0\u8d39\u3002",
                                        "type": "boolean",
                                        "context": [
                                            "view"
                                        ],
                                        "readonly": true
                                    },
                                    "meta_data": {
                                        "description": "\u5143\u6570\u636e\u3002",
                                        "type": "array",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "items": {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "description": "\u5143\u6570\u636eID\u3002",
                                                    "type": "integer",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ],
                                                    "readonly": true
                                                },
                                                "key": {
                                                    "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                    "type": "string",
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                },
                                                "value": {
                                                    "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                    "type": [
                                                        "null",
                                                        "object",
                                                        "string",
                                                        "number",
                                                        "boolean",
                                                        "integer",
                                                        "array"
                                                    ],
                                                    "context": [
                                                        "view",
                                                        "edit"
                                                    ]
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "set_paid": {
                            "description": "\u5b9a\u4e49\u8ba2\u5355\u662f\u5426\u5df2\u88ab\u652f\u4ed8\uff0c\u5b83\u7684\u72b6\u6001\u5c06\u4f1a\u88ab\u8bbe\u7f6e\u4e3a\u6b63\u5728\u5904\u7406\u5e76\u51cf\u53bb\u76f8\u5e94\u7684\u5e93\u5b58\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "manual_update": {
                            "description": "\u5c06\u6b64\u64cd\u4f5c\u8bbe\u7f6e\u4e3a\u624b\u52a8\uff0c\u6b64\u65f6\u8ba2\u5355\u5907\u6ce8\u4f1a\u767b\u8bb0\u4e3a\u201c\u7531\u7528\u6237\u6dfb\u52a0\u201d\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u5206\u7c7b\u65b9\u6cd5\u5c5e\u6027\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u8d44\u6e90\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u6ca1\u6709\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u522b\u540d(slug)\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "attribute_id": {
                            "description": "\u8be5\u5206\u7c7b\u65b9\u6cd5\u5c5e\u6027\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "type": "string",
                            "description": "\u6765\u6e90\u7684\u540d\u79f0\u3002",
                            "required": true
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "\u8be5\u5206\u7c7b\u65b9\u6cd5\u5c5e\u6027\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "\u8be5\u5206\u7c7b\u65b9\u6cd5\u5c5e\u6027\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u7c7b\u522b\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "attribute_id": {
                            "description": "\u8be5\u5206\u7c7b\u65b9\u6cd5\u5c5e\u6027\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "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": "\u8be5\u5206\u7c7b\u65b9\u6cd5\u5c5e\u6027\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u7c7b\u522b\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/attributes": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "\u6765\u6e90\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "select",
                            "description": "\u5c5e\u6027\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "checkbox",
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "default": "menu_order",
                            "description": "\u9ed8\u8ba4\u6392\u5e8f\u3002",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "default": false,
                            "description": "\u542f\u7528\/\u7981\u7528\u5c5e\u6027\u5f52\u6863\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u5c5e\u6027\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "checkbox",
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "\u9ed8\u8ba4\u6392\u5e8f\u3002",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "\u542f\u7528\/\u7981\u7528\u5c5e\u6027\u5f52\u6863\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": true,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/attributes\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u5c5e\u6027\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "checkbox",
                                "select"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "\u9ed8\u8ba4\u6392\u5e8f\u3002",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "name",
                                "name_num",
                                "id"
                            ],
                            "required": false
                        },
                        "has_archives": {
                            "description": "\u542f\u7528\/\u7981\u7528\u5c5e\u6027\u5f52\u6863\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/products\/attributes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/categories": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u8d44\u6e90\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u6ca1\u6709\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u522b\u540d(slug)\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "\u6765\u6e90\u7684\u540d\u79f0\u3002",
                            "required": true
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7236\u7ea7\u9879\u76ee\u7684ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "default": "default",
                            "description": "\u5206\u7c7b\u5f52\u6863\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u7247\u6570\u636e",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7236\u7ea7\u9879\u76ee\u7684ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "\u5206\u7c7b\u5f52\u6863\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u7247\u6570\u636e",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/categories\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7236\u7ea7\u9879\u76ee\u7684ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "display": {
                            "description": "\u5206\u7c7b\u5f52\u6863\u663e\u793a\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "default",
                                "products",
                                "subcategories",
                                "both"
                            ],
                            "required": false
                        },
                        "image": {
                            "description": "\u56fe\u7247\u6570\u636e",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f\uff0c\u7528\u4e8e\u81ea\u5b9a\u4e49\u8d44\u6e90\u7684\u6392\u5e8f",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/products\/categories\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/custom-fields\/names": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u5347\u5e8f\u6216\u964d\u5e8f\u6392\u5217\u9879\u76ee\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/products\/custom-fields\/names"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/reviews": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u8bc4\u4ef7\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8bc4\u4ef7\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date_gmt",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "include",
                                "product"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u5206\u914d\u7279\u5b9a\u7528\u6237 ID \u7684\u8bc4\u4ef7\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "reviewer_exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u4e2d\u4e0d\u5305\u542b\u5206\u914d\u7ed9\u7279\u5b9a\u7528\u6237 ID \u7684\u8bc4\u4ef7\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "reviewer_email": {
                            "default": null,
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6765\u81ea\u7279\u5b9a\u4f5c\u8005\u7535\u5b50\u90ae\u4ef6\u7684\u7ed3\u679c\u3002",
                            "format": "email",
                            "type": "string",
                            "required": false
                        },
                        "product": {
                            "default": [],
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u5206\u914d\u7279\u5b9a\u4ea7\u54c1 ID \u7684\u8bc4\u4ef7\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "approved",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5df2\u5206\u914d\u7279\u5b9a\u72b6\u6001\u7684\u8bc4\u4ef7\u3002",
                            "type": "string",
                            "enum": [
                                "all",
                                "hold",
                                "approved",
                                "spam",
                                "trash"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": true
                        },
                        "product_name": {
                            "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "approved",
                            "description": "\u8be5\u8bc4\u4ef7\u7684\u72b6\u6001.",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "type": "string",
                            "description": "\u8bc4\u4ef7\u8005\u7684\u79f0\u547c\u3002",
                            "required": true
                        },
                        "reviewer_email": {
                            "type": "string",
                            "description": "\u8bc4\u4ef7\u8005\u7684\u90ae\u4ef6\u5730\u5740\u3002",
                            "required": true
                        },
                        "review": {
                            "type": "string",
                            "description": "\u8bc4\u4ef7\u5185\u5bb9\u3002",
                            "required": true
                        },
                        "rating": {
                            "description": "\u8bc4\u4ef7\u661f\u7ea7 \uff080\u81f35\uff09\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product_id": {
                            "description": "\u8bc4\u4ef7\u6240\u5c5e\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product_name": {
                            "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u8be5\u8bc4\u4ef7\u7684\u72b6\u6001.",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "\u8bc4\u4ef7\u8005\u7684\u79f0\u547c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviewer_email": {
                            "description": "\u8bc4\u4ef7\u4eba\u7684\u90ae\u4ef6\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "review": {
                            "description": "\u8bc4\u4ef7\u7684\u5185\u5bb9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "rating": {
                            "description": "\u8bc4\u4ef7\u661f\u7ea7 \uff080\u81f35\uff09\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5f3a\u5236\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/reviews\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8bc4\u4ef7\u6240\u5c5e\u4ea7\u54c1\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product_name": {
                            "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u8be5\u8bc4\u4ef7\u7684\u72b6\u6001.",
                            "type": "string",
                            "enum": [
                                "approved",
                                "hold",
                                "spam",
                                "unspam",
                                "trash",
                                "untrash"
                            ],
                            "required": false
                        },
                        "reviewer": {
                            "description": "\u8bc4\u4ef7\u8005\u7684\u79f0\u547c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviewer_email": {
                            "description": "\u8bc4\u4ef7\u4eba\u7684\u90ae\u4ef6\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "review": {
                            "description": "\u8bc4\u4ef7\u7684\u5185\u5bb9\u3002",
                            "type": "string",
                            "required": false
                        },
                        "rating": {
                            "description": "\u8bc4\u4ef7\u661f\u7ea7 \uff080\u81f35\uff09\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/products\/reviews\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/shipping_classes": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u8d44\u6e90\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u6ca1\u6709\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u522b\u540d(slug)\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "\u6765\u6e90\u7684\u540d\u79f0\u3002",
                            "required": true
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/shipping_classes\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u914d\u9001\u7c7b\u578b\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u8d44\u6e90\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u6ca1\u6709\u5206\u914d\u7ed9\u4efb\u4f55\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u7236\u7ea7\u7684\u8d44\u6e90\u3002 \u4ec5\u9002\u7528\u4e8e\u5c42\u7ea7\u5206\u7c7b\u6cd5\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "product": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u4ea7\u54c1\u7684\u8d44\u6e90\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u5206\u914d\u7ed9\u7279\u5b9a\u522b\u540d(slug)\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "type": "string",
                            "description": "\u6765\u6e90\u7684\u540d\u79f0\u3002",
                            "required": true
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u6807\u7b7e(Tag)\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/tags\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "\u6807\u7b7e(Tag)\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4e00\u4e2a\u5728\u8d44\u6e90\u6240\u5728\u7684\u7c7b\u578b\u91cc\u552f\u4e00\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u8be5\u8d44\u6e90\u7684HTML\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/products\/tags\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4ee5\u5339\u914d\u4e00\u4e2a\u5b57\u7b26\u4e32\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u5728\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u56de\u590d\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "popularity",
                                "rating",
                                "post__in",
                                "price",
                                "sales",
                                "menu_order",
                                "random",
                                "popularity",
                                "rating",
                                "menu_order",
                                "price",
                                "popularity",
                                "rating"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u90e8\u5206\u7236\u7ea7IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u9664\u90e8\u5206\u7236\u7ea7ID\u4e4b\u5916\u7684\u5168\u90e8\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "brand": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u4e0e\u7279\u5b9a\u7684\u54c1\u724c ID \u76f8\u5173\u8054\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u540d(slug)\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u4ea7\u54c1\u7c7b\u578b\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "bundle"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "\u7528\u7279\u5b9aSKU\u6765\u9650\u5b9a\u4ea7\u54c1\u7684\u7ed3\u679c\u96c6\u3002\u5982\u6709\u591a\u4e2a\uff0c\u7528\u82f1\u6587\u534a\u89d2\u9017\u53f7\u9694\u5f00\u3002",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u7279\u8272\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u5206\u7c7b\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u6807\u7b7e\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u914d\u9001\u7c7b\u578b\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u5c5e\u6027\u76f8\u5173\u7684\u4ea7\u54c1\u3002\u4f7f\u7528\u5206\u7c7b\u540d\u79f0\/\u5c5e\u6027\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u5c5e\u6027\u7c7b\u522b(\u9700\u8981\u6307\u5b9a\u4e00\u4e2a\u5c5e\u6027)\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "on_sale": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u4fc3\u9500\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u57fa\u4e8e\u4e00\u4e2a\u6700\u5c0f\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u57fa\u4e8e\u4e00\u4e2a\u6700\u5927\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "\u5c06 meta_data \u9650\u5236\u4e3a\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u4e0d\u5305\u62ec\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u6709\u7279\u5b9a\u5e93\u5b58\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "search_sku": {
                            "description": "\u4ec5\u663e\u793a SKU \u4e0e\u5b57\u7b26\u4e32\u90e8\u5206\u5339\u914d\u7684\u7ed3\u679c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "include_status": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u4efb\u610f\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "any",
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "exclude_status": {
                            "description": "\u4ece\u7ed3\u679c\u96c6\u4e2d\u6392\u9664\u6240\u6709\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "include_types": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u4efb\u610f\u7c7b\u578b\u7684\u4ea7\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "simple",
                                    "grouped",
                                    "external",
                                    "variable",
                                    "bundle"
                                ]
                            },
                            "required": false
                        },
                        "exclude_types": {
                            "description": "\u4ece\u7ed3\u679c\u96c6\u4e2d\u6392\u9664\u6240\u6709\u7c7b\u578b\u7684\u4ea7\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "simple",
                                    "grouped",
                                    "external",
                                    "variable",
                                    "bundle"
                                ]
                            },
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u865a\u62df\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4ea7\u54c1\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "\u4ee5\u7f51\u7ad9\u6240\u5728\u65f6\u533a\u663e\u793a\u7684\u4ea7\u54c1\u53d1\u5e03\u65e5\u671f\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "\u4ea7\u54c1\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "default": "simple",
                            "description": "\u4ea7\u54c1\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "bundle"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u4ea7\u54c1\u72b6\u6001\uff08\u6587\u7ae0\u72b6\u6001\uff09",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "default": false,
                            "description": "\u7279\u8272\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "default": "visible",
                            "description": "\u76ee\u5f55\u53ef\u89c1\u6027\u3002",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4ea7\u54c1\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "\u4ea7\u54c1\u7b80\u77ed\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u5e93\u5b58\u5355\u4f4d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u4ea7\u54c1\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u4ea7\u54c1\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u662f\u865a\u62df\u4ea7\u54c1\u7684\u8bdd\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u662f\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u7684\u8bdd\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "\u4ea7\u54c1\u7684\u5916\u90e8\u94fe\u63a5\uff0c\u4ec5\u7528\u4e8e\u5916\u94fe\u4ea7\u54c1\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "\u5916\u94fe\u4ea7\u54c1\u7684\u6309\u94ae\u6587\u672c\uff0c\u4ec5\u7528\u4e8e\u5916\u94fe\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "\u4ea7\u54c1\u7ea7\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "\u63a7\u5236\u4ea7\u54c1\u7684\u5e93\u5b58\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "\u4ea7\u54c1\u5e93\u5b58\u4e0d\u8db3\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "default": false,
                            "description": "\u6bcf\u4e2a\u8ba2\u5355\u4ec5\u5141\u8bb8\u8d2d\u4e70\u4e00\u4ef6\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "\u4ea7\u54c1\u7684\u91cd\u91cf(\u78c5)\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u4ea7\u54c1\u7684\u4f53\u79ef\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u4ea7\u54c1\u957f\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u4ea7\u54c1\u5bbd\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u4ea7\u54c1\u9ad8\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "default": true,
                            "description": "\u5141\u8bb8\u8bc4\u4ef7\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "\u6587\u7ae0\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "\u8ffd\u52a0\u9500\u552e\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u4ea4\u53c9\u9500\u552e\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7684\u7236\u7ea7ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "\u8d2d\u4e70\u540e\u53d1\u9001\u7ed9\u5ba2\u6237\u7684\u53ef\u9009\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u5206\u7c7b\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5206\u7c7b\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u5206\u7c7b\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "\u6807\u7b7e\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6807\u7b7e\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6807\u7b7e(Tag)\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u6807\u7b7e\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u56fe\u7247\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u56fe\u7247 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u5c5e\u6027\u7684\u4f4d\u7f6e\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "\u5b9a\u4e49\u662f\u5426\u5728\u4ea7\u54c1\u8be6\u60c5\u9875\u7684 \"\u9644\u52a0\u4fe1\u606f\"\u9009\u9879\u5361\u663e\u793a\u6b64\u5c5e\u6027\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "\u5b9a\u4e49\u6b64\u5c5e\u6027\u662f\u5426\u53ef\u7528\u4e8e\u53d8\u91cf\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "\u6b64\u5c5e\u6027\u7684\u53ef\u7528term\u540d\u79f0\u5217\u8868\u3002",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "\u9ed8\u8ba4\u7684\u53d8\u91cf\u5c5e\u6027\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4ea7\u54c1\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "\u4ee5\u7f51\u7ad9\u6240\u5728\u65f6\u533a\u663e\u793a\u7684\u4ea7\u54c1\u53d1\u5e03\u65e5\u671f\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "\u4ea7\u54c1\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "\u4ea7\u54c1\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "bundle"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u4ea7\u54c1\u72b6\u6001\uff08\u6587\u7ae0\u72b6\u6001\uff09",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "\u7279\u8272\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "\u76ee\u5f55\u53ef\u89c1\u6027\u3002",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4ea7\u54c1\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "\u4ea7\u54c1\u7b80\u77ed\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u5e93\u5b58\u5355\u4f4d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u4ea7\u54c1\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u4ea7\u54c1\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u662f\u865a\u62df\u4ea7\u54c1\u7684\u8bdd\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u662f\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u7684\u8bdd\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "\u4ea7\u54c1\u7684\u5916\u90e8\u94fe\u63a5\uff0c\u4ec5\u7528\u4e8e\u5916\u94fe\u4ea7\u54c1\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "\u5916\u94fe\u4ea7\u54c1\u7684\u6309\u94ae\u6587\u672c\uff0c\u4ec5\u7528\u4e8e\u5916\u94fe\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u4ea7\u54c1\u7ea7\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u63a7\u5236\u4ea7\u54c1\u7684\u5e93\u5b58\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "\u4ea7\u54c1\u5e93\u5b58\u4e0d\u8db3\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "\u6bcf\u4e2a\u8ba2\u5355\u4ec5\u5141\u8bb8\u8d2d\u4e70\u4e00\u4ef6\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "\u4ea7\u54c1\u7684\u91cd\u91cf(\u78c5)\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u4ea7\u54c1\u7684\u4f53\u79ef\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u4ea7\u54c1\u957f\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u4ea7\u54c1\u5bbd\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u4ea7\u54c1\u9ad8\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "\u5141\u8bb8\u8bc4\u4ef7\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "\u6587\u7ae0\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "\u8ffd\u52a0\u9500\u552e\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u4ea4\u53c9\u9500\u552e\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7684\u7236\u7ea7ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "\u8d2d\u4e70\u540e\u53d1\u9001\u7ed9\u5ba2\u6237\u7684\u53ef\u9009\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u5206\u7c7b\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5206\u7c7b\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u5206\u7c7b\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "\u6807\u7b7e\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6807\u7b7e\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6807\u7b7e(Tag)\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u6807\u7b7e\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u56fe\u7247\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u56fe\u7247 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u5c5e\u6027\u7684\u4f4d\u7f6e\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "\u5b9a\u4e49\u662f\u5426\u5728\u4ea7\u54c1\u8be6\u60c5\u9875\u7684 \"\u9644\u52a0\u4fe1\u606f\"\u9009\u9879\u5361\u663e\u793a\u6b64\u5c5e\u6027\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "\u5b9a\u4e49\u6b64\u5c5e\u6027\u662f\u5426\u53ef\u7528\u4e8e\u53d8\u91cf\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "\u6b64\u5c5e\u6027\u7684\u53ef\u7528term\u540d\u79f0\u5217\u8868\u3002",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "\u9ed8\u8ba4\u7684\u53d8\u91cf\u5c5e\u6027\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5f3a\u5236\u5220\u9664\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/products\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4ea7\u54c1\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "\u4ee5\u7f51\u7ad9\u6240\u5728\u65f6\u533a\u663e\u793a\u7684\u4ea7\u54c1\u53d1\u5e03\u65e5\u671f\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "\u4ea7\u54c1\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "\u4ea7\u54c1\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "bundle"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u4ea7\u54c1\u72b6\u6001\uff08\u6587\u7ae0\u72b6\u6001\uff09",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "\u7279\u8272\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "\u76ee\u5f55\u53ef\u89c1\u6027\u3002",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4ea7\u54c1\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "\u4ea7\u54c1\u7b80\u77ed\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u5e93\u5b58\u5355\u4f4d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u4ea7\u54c1\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u4ea7\u54c1\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u662f\u865a\u62df\u4ea7\u54c1\u7684\u8bdd\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u662f\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u7684\u8bdd\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "\u4ea7\u54c1\u7684\u5916\u90e8\u94fe\u63a5\uff0c\u4ec5\u7528\u4e8e\u5916\u94fe\u4ea7\u54c1\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "\u5916\u94fe\u4ea7\u54c1\u7684\u6309\u94ae\u6587\u672c\uff0c\u4ec5\u7528\u4e8e\u5916\u94fe\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u4ea7\u54c1\u7ea7\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u63a7\u5236\u4ea7\u54c1\u7684\u5e93\u5b58\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "\u4ea7\u54c1\u5e93\u5b58\u4e0d\u8db3\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "\u6bcf\u4e2a\u8ba2\u5355\u4ec5\u5141\u8bb8\u8d2d\u4e70\u4e00\u4ef6\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "\u4ea7\u54c1\u7684\u91cd\u91cf(\u78c5)\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u4ea7\u54c1\u7684\u4f53\u79ef\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u4ea7\u54c1\u957f\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u4ea7\u54c1\u5bbd\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u4ea7\u54c1\u9ad8\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "\u5141\u8bb8\u8bc4\u4ef7\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "\u6587\u7ae0\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "\u8ffd\u52a0\u9500\u552e\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u4ea4\u53c9\u9500\u552e\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7684\u7236\u7ea7ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "\u8d2d\u4e70\u540e\u53d1\u9001\u7ed9\u5ba2\u6237\u7684\u53ef\u9009\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u5206\u7c7b\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5206\u7c7b\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u5206\u7c7b\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "\u6807\u7b7e\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6807\u7b7e\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6807\u7b7e(Tag)\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u6807\u7b7e\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u56fe\u7247\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u56fe\u7247 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u5c5e\u6027\u7684\u4f4d\u7f6e\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "\u5b9a\u4e49\u662f\u5426\u5728\u4ea7\u54c1\u8be6\u60c5\u9875\u7684 \"\u9644\u52a0\u4fe1\u606f\"\u9009\u9879\u5361\u663e\u793a\u6b64\u5c5e\u6027\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "\u5b9a\u4e49\u6b64\u5c5e\u6027\u662f\u5426\u53ef\u7528\u4e8e\u53d8\u91cf\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "\u6b64\u5c5e\u6027\u7684\u53ef\u7528term\u540d\u79f0\u5217\u8868\u3002",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "\u9ed8\u8ba4\u7684\u53d8\u91cf\u5c5e\u6027\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/products\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/products\/suggested-products": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4ee5\u5339\u914d\u4e00\u4e2a\u5b57\u7b26\u4e32\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u5728\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u56de\u590d\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "popularity",
                                "rating",
                                "post__in",
                                "price",
                                "sales",
                                "menu_order",
                                "random",
                                "popularity",
                                "rating",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u90e8\u5206\u7236\u7ea7IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u9664\u90e8\u5206\u7236\u7ea7ID\u4e4b\u5916\u7684\u5168\u90e8\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "brand": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u4e0e\u7279\u5b9a\u7684\u54c1\u724c ID \u76f8\u5173\u8054\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u540d(slug)\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u4ea7\u54c1\u7c7b\u578b\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "bundle"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "\u7528\u7279\u5b9aSKU\u6765\u9650\u5b9a\u4ea7\u54c1\u7684\u7ed3\u679c\u96c6\u3002\u5982\u6709\u591a\u4e2a\uff0c\u7528\u82f1\u6587\u534a\u89d2\u9017\u53f7\u9694\u5f00\u3002",
                            "type": "string",
                            "required": false
                        },
                        "featured": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u7279\u8272\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "category": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u5206\u7c7b\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tag": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u6807\u7b7e\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u914d\u9001\u7c7b\u578b\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "attribute": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u5c5e\u6027\u76f8\u5173\u7684\u4ea7\u54c1\u3002\u4f7f\u7528\u5206\u7c7b\u540d\u79f0\/\u5c5e\u6027\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "attribute_term": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u7684\u5c5e\u6027\u7c7b\u522b(\u9700\u8981\u6307\u5b9a\u4e00\u4e2a\u5c5e\u6027)\u76f8\u5173\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "in_stock": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u6709\u8d27\u6216\u552e\u7f44\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "on_sale": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u4fc3\u9500\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u57fa\u4e8e\u4e00\u4e2a\u6700\u5c0f\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u57fa\u4e8e\u4e00\u4e2a\u6700\u5927\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "\u5c06 meta_data \u9650\u5236\u4e3a\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u4e0d\u5305\u62ec\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "categories": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u4ea7\u54c1\u5206\u7c7b\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "tags": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u4ea7\u54c1\u6807\u7b7e\u7684 ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "limit": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u6570\u91cf\u7684\u5efa\u8bae\u4ea7\u54c1\u3002",
                            "type": "integer",
                            "default": 5,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u4ea7\u54c1\u7684\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u4ea7\u54c1\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_created": {
                            "description": "\u4ee5\u7f51\u7ad9\u6240\u5728\u65f6\u533a\u663e\u793a\u7684\u4ea7\u54c1\u53d1\u5e03\u65e5\u671f\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_created_gmt": {
                            "description": "\u4ea7\u54c1\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "type": {
                            "description": "\u4ea7\u54c1\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "simple",
                                "grouped",
                                "external",
                                "variable",
                                "bundle"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u4ea7\u54c1\u72b6\u6001\uff08\u6587\u7ae0\u72b6\u6001\uff09",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish",
                                "future",
                                "auto-draft",
                                "trash"
                            ],
                            "required": false
                        },
                        "featured": {
                            "description": "\u7279\u8272\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "catalog_visibility": {
                            "description": "\u76ee\u5f55\u53ef\u89c1\u6027\u3002",
                            "type": "string",
                            "enum": [
                                "visible",
                                "catalog",
                                "search",
                                "hidden"
                            ],
                            "required": false
                        },
                        "description": {
                            "description": "\u4ea7\u54c1\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "short_description": {
                            "description": "\u4ea7\u54c1\u7b80\u77ed\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u5e93\u5b58\u5355\u4f4d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u4ea7\u54c1\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u4ea7\u54c1\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u662f\u865a\u62df\u4ea7\u54c1\u7684\u8bdd\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u4ea7\u54c1\u662f\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u7684\u8bdd\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "external_url": {
                            "description": "\u4ea7\u54c1\u7684\u5916\u90e8\u94fe\u63a5\uff0c\u4ec5\u7528\u4e8e\u5916\u94fe\u4ea7\u54c1\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "button_text": {
                            "description": "\u5916\u94fe\u4ea7\u54c1\u7684\u6309\u94ae\u6587\u672c\uff0c\u4ec5\u7528\u4e8e\u5916\u94fe\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u4ea7\u54c1\u7ea7\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u63a7\u5236\u4ea7\u54c1\u7684\u5e93\u5b58\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "\u4ea7\u54c1\u5e93\u5b58\u4e0d\u8db3\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "sold_individually": {
                            "description": "\u6bcf\u4e2a\u8ba2\u5355\u4ec5\u5141\u8bb8\u8d2d\u4e70\u4e00\u4ef6\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "weight": {
                            "description": "\u4ea7\u54c1\u7684\u91cd\u91cf(\u78c5)\u3002",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u4ea7\u54c1\u7684\u4f53\u79ef\u3002",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u4ea7\u54c1\u957f\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u4ea7\u54c1\u5bbd\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u4ea7\u54c1\u9ad8\u5ea6 (\u82f1\u5bf8)\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "reviews_allowed": {
                            "description": "\u5141\u8bb8\u8bc4\u4ef7\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "post_password": {
                            "description": "\u6587\u7ae0\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "upsell_ids": {
                            "description": "\u8ffd\u52a0\u9500\u552e\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "cross_sell_ids": {
                            "description": "\u4ea4\u53c9\u9500\u552e\u4ea7\u54c1ID\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_id": {
                            "description": "\u4ea7\u54c1\u7684\u7236\u7ea7ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "purchase_note": {
                            "description": "\u8d2d\u4e70\u540e\u53d1\u9001\u7ed9\u5ba2\u6237\u7684\u53ef\u9009\u5907\u6ce8\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u5206\u7c7b\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5206\u7c7b\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u7c7b\u522b\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u5206\u7c7b\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "\u6807\u7b7e\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6807\u7b7e\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6807\u7b7e(Tag)\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "slug": {
                                        "description": "\u6807\u7b7e\u7684\u522b\u540d\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    }
                                }
                            },
                            "required": false
                        },
                        "images": {
                            "description": "\u56fe\u7247\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u56fe\u7247 ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "date_created": {
                                        "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_created_gmt": {
                                        "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified": {
                                        "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "date_modified_gmt": {
                                        "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                        "type": [
                                            "null",
                                            "string"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "src": {
                                        "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "format": "uri",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "alt": {
                                        "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "position": {
                                        "description": "\u5c5e\u6027\u7684\u4f4d\u7f6e\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "visible": {
                                        "description": "\u5b9a\u4e49\u662f\u5426\u5728\u4ea7\u54c1\u8be6\u60c5\u9875\u7684 \"\u9644\u52a0\u4fe1\u606f\"\u9009\u9879\u5361\u663e\u793a\u6b64\u5c5e\u6027\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "variation": {
                                        "description": "\u5b9a\u4e49\u6b64\u5c5e\u6027\u662f\u5426\u53ef\u7528\u4e8e\u53d8\u91cf\u3002",
                                        "type": "boolean",
                                        "default": false,
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "options": {
                                        "description": "\u6b64\u5c5e\u6027\u7684\u53ef\u7528term\u540d\u79f0\u5217\u8868\u3002",
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        },
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "default_attributes": {
                            "description": "\u9ed8\u8ba4\u7684\u53d8\u91cf\u5c5e\u6027\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "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": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4ee5\u5339\u914d\u4e00\u4e2a\u5b57\u7b26\u4e32\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u5728\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u56de\u590d\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u90e8\u5206\u7236\u7ea7IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u9664\u90e8\u5206\u7236\u7ea7ID\u4e4b\u5916\u7684\u5168\u90e8\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u540d(slug)\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "any",
                            "description": "\u5c06\u7ed3\u679c\u8bbe\u7f6e\u4e3a\u7279\u5b9a\u522b\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "any",
                                "future",
                                "trash",
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "sku": {
                            "description": "\u7528\u7279\u5b9aSKU\u6765\u9650\u5b9a\u4ea7\u54c1\u7684\u7ed3\u679c\u96c6\u3002\u5982\u6709\u591a\u4e2a\uff0c\u7528\u82f1\u6587\u534a\u89d2\u9017\u53f7\u9694\u5f00\u3002",
                            "type": "string",
                            "required": false
                        },
                        "on_sale": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u4fc3\u9500\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "min_price": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u57fa\u4e8e\u4e00\u4e2a\u6700\u5c0f\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "max_price": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u57fa\u4e8e\u4e00\u4e2a\u6700\u5927\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "\u5c06 meta_data \u9650\u5236\u4e3a\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u4e0d\u5305\u62ec\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u9650\u5b9a\u7ed3\u679c\u4e3a\u6709\u7279\u5b9a\u5e93\u5b58\u72b6\u6001\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "has_price": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5e26\u4ef7\u683c\u6216\u4e0d\u5e26\u4ef7\u683c\u7684\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u6307\u5b9a\u5c5e\u6027\u7684\u4ea7\u54c1\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "attribute": {
                                        "type": "string",
                                        "description": "\u5c5e\u6027\u6570\u636e\u57df\u3002"
                                    },
                                    "term": {
                                        "type": "string",
                                        "description": "\u5c5e\u6027\u672f\u8bed\u3002"
                                    },
                                    "terms": {
                                        "type": "array",
                                        "description": "\u5c5e\u6027\u672f\u8bed\u3002"
                                    }
                                }
                            },
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u865a\u62df\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "include_status": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u4efb\u610f\u72b6\u6001\u7684\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "any",
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        },
                        "exclude_status": {
                            "description": "\u4ece\u7ed3\u679c\u96c6\u4e2d\u6392\u9664\u6240\u6709\u72b6\u6001\u7684\u4ea7\u54c1\u53d8\u4f53\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "future",
                                    "trash",
                                    "draft",
                                    "pending",
                                    "private",
                                    "publish"
                                ]
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u53d8\u91cf\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u5e93\u5b58\u5355\u4f4d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u53d8\u91cf\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u53d8\u91cf\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u53d8\u4f53\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u865a\u62df\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "\u53d8\u91cf\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "\u63a7\u5236\u4ea7\u54c1\u7684\u5e93\u5b58\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "\u53d8\u4f53\u5e93\u5b58\u4e0d\u8db3\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "\u53d8\u91cf\u91cd\u91cf (\u78c5).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u53d8\u91cf\u4f53\u79ef.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u53d8\u91cf\u957f\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u53d8\u91cf\u5bbd\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u53d8\u91cf\u9ad8\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "\u53d8\u91cf\u56fe\u7247\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "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": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u53d8\u91cf\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u53d8\u91cf\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u53d8\u91cf\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u5e93\u5b58\u5355\u4f4d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u53d8\u91cf\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u53d8\u91cf\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u53d8\u4f53\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u865a\u62df\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u53d8\u91cf\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u63a7\u5236\u4ea7\u54c1\u7684\u5e93\u5b58\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "\u53d8\u4f53\u5e93\u5b58\u4e0d\u8db3\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "\u53d8\u91cf\u91cd\u91cf (\u78c5).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u53d8\u91cf\u4f53\u79ef.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u53d8\u91cf\u957f\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u53d8\u91cf\u5bbd\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u53d8\u91cf\u9ad8\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "\u53d8\u91cf\u56fe\u7247\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "type": [
                                            "null",
                                            "object",
                                            "string",
                                            "number",
                                            "boolean",
                                            "integer",
                                            "array"
                                        ],
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "description": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u53d8\u91cf\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5f3a\u5236\u5220\u9664\u3002",
                            "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": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u53d8\u91cf\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u5e93\u5b58\u5355\u4f4d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u53d8\u91cf\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u53d8\u91cf\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u53d8\u4f53\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u865a\u62df\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "description": "\u53d8\u91cf\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "description": "\u63a7\u5236\u4ea7\u54c1\u7684\u5e93\u5b58\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "\u53d8\u4f53\u5e93\u5b58\u4e0d\u8db3\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "\u53d8\u91cf\u91cd\u91cf (\u78c5).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u53d8\u91cf\u4f53\u79ef.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u53d8\u91cf\u957f\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u53d8\u91cf\u5bbd\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u53d8\u91cf\u9ad8\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "\u53d8\u91cf\u56fe\u7247\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "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": "\u8be5\u53d8\u91cf\u4ea7\u54c1\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "delete": {
                            "description": "\u5220\u9664\u672a\u4f7f\u7528\u7684\u53d8\u4f53\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "default_values": {
                            "description": "\u6240\u751f\u6210\u53d8\u4f53\u7684\u9ed8\u8ba4\u503c\u3002",
                            "type": "object",
                            "properties": {
                                "description": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u91cf\u63cf\u8ff0\u3002",
                                    "type": "string"
                                },
                                "sku": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5e93\u5b58\u5355\u4f4d\u3002",
                                    "type": "string"
                                },
                                "global_unique_id": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\u3002",
                                    "type": "string"
                                },
                                "regular_price": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u91cf\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                                    "type": "string"
                                },
                                "sale_price": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u91cf\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                                    "type": "string"
                                },
                                "date_on_sale_from": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_from_gmt": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_to": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "date_on_sale_to_gmt": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u4f53\u72b6\u6001\u3002",
                                    "type": "string",
                                    "enum": [
                                        "draft",
                                        "pending",
                                        "private",
                                        "publish"
                                    ]
                                },
                                "virtual": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u865a\u62df\u4ea7\u54c1\u3002",
                                    "type": "boolean"
                                },
                                "downloadable": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u3002",
                                    "type": "boolean"
                                },
                                "downloads": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "\u6587\u4ef6ID\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "file": {
                                                "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                },
                                "download_limit": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                                    "type": "integer"
                                },
                                "download_expiry": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                                    "type": "integer"
                                },
                                "tax_status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                                    "type": "string",
                                    "enum": [
                                        "taxable",
                                        "shipping",
                                        "none"
                                    ]
                                },
                                "tax_class": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                                    "type": "string"
                                },
                                "manage_stock": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u91cf\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                                    "type": "boolean"
                                },
                                "stock_quantity": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                                    "type": "integer"
                                },
                                "stock_status": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u63a7\u5236\u4ea7\u54c1\u7684\u5e93\u5b58\u72b6\u6001\u3002",
                                    "type": "string",
                                    "enum": [
                                        "instock",
                                        "outofstock",
                                        "onbackorder"
                                    ]
                                },
                                "backorders": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                                    "type": "string",
                                    "enum": [
                                        "no",
                                        "notify",
                                        "yes"
                                    ]
                                },
                                "low_stock_amount": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u4f53\u5e93\u5b58\u4e0d\u8db3\u3002",
                                    "type": [
                                        "integer",
                                        "null"
                                    ]
                                },
                                "weight": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u91cf\u91cd\u91cf (\u78c5).",
                                    "type": "string"
                                },
                                "dimensions": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u91cf\u4f53\u79ef.",
                                    "type": "object",
                                    "properties": {
                                        "length": {
                                            "description": "\u53d8\u91cf\u957f\u5ea6 (\u82f1\u5bf8).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "width": {
                                            "description": "\u53d8\u91cf\u5bbd\u5ea6 (\u82f1\u5bf8).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "height": {
                                            "description": "\u53d8\u91cf\u9ad8\u5ea6 (\u82f1\u5bf8).",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        }
                                    }
                                },
                                "shipping_class": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                                    "type": "string"
                                },
                                "image": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u53d8\u91cf\u56fe\u7247\u6570\u636e\u3002",
                                    "type": "object",
                                    "properties": {
                                        "id": {
                                            "description": "\u56fe\u7247 ID\u3002",
                                            "type": "integer",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "date_created": {
                                            "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_created_gmt": {
                                            "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_modified": {
                                            "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "date_modified_gmt": {
                                            "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                            "type": [
                                                "null",
                                                "string"
                                            ],
                                            "context": [
                                                "view",
                                                "edit"
                                            ],
                                            "readonly": true
                                        },
                                        "src": {
                                            "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                            "type": "string",
                                            "format": "uri",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "name": {
                                            "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        },
                                        "alt": {
                                            "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                            "type": "string",
                                            "context": [
                                                "view",
                                                "edit"
                                            ]
                                        }
                                    }
                                },
                                "attributes": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5c5e\u6027\u5217\u8868\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "\u5c5e\u6027\u7684ID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "name": {
                                                "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "option": {
                                                "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                },
                                "menu_order": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                                    "type": "integer"
                                },
                                "meta_data": {
                                    "validate_callback": "rest_validate_request_arg",
                                    "sanitize_callback": "rest_sanitize_request_arg",
                                    "description": "\u5143\u6570\u636e\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "id": {
                                                "description": "\u5143\u6570\u636eID\u3002",
                                                "type": "integer",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ],
                                                "readonly": true
                                            },
                                            "key": {
                                                "description": "\u5143\u6570\u636e\u7684key\u3002",
                                                "type": "string",
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            },
                                            "value": {
                                                "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                                "type": [
                                                    "null",
                                                    "object",
                                                    "string",
                                                    "number",
                                                    "boolean",
                                                    "integer",
                                                    "array"
                                                ],
                                                "context": [
                                                    "view",
                                                    "edit"
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u53d8\u91cf\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sku": {
                            "description": "\u5e93\u5b58\u5355\u4f4d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "global_unique_id": {
                            "description": "GTIN\u3001UPC\u3001EAN \u6216 ISBN\u3002",
                            "type": "string",
                            "required": false
                        },
                        "regular_price": {
                            "description": "\u53d8\u91cf\u7684\u5e38\u89c4\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sale_price": {
                            "description": "\u53d8\u91cf\u7684\u4fc3\u9500\u4ef7\u683c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_on_sale_from": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_from_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u5f00\u59cb\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "date_on_sale_to_gmt": {
                            "description": "\u4fc3\u9500\u4ef7\u7ed3\u675f\u65e5\u671f\uff0c\u65f6\u533a\u4e3a\u7ad9\u70b9\u6240\u9009\u65f6\u533a\u3002",
                            "type": [
                                "null",
                                "string"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u53d8\u4f53\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "draft",
                                "pending",
                                "private",
                                "publish"
                            ],
                            "required": false
                        },
                        "virtual": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u865a\u62df\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloadable": {
                            "default": false,
                            "description": "\u5982\u679c\u8be5\u53d8\u91cf\u4e3a\u53ef\u4e0b\u8f7d\u4ea7\u54c1\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "downloads": {
                            "description": "\u53ef\u4e0b\u8f7d\u6587\u4ef6\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u6587\u4ef6ID\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u6587\u4ef6\u7684\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "file": {
                                        "description": "\u6587\u4ef6\u7684\u94fe\u63a5\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "download_limit": {
                            "default": -1,
                            "description": "\u6587\u4ef6\u53ef\u88ab\u4e0b\u8f7d\u7684\u6b21\u6570\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "download_expiry": {
                            "default": -1,
                            "description": "\u6587\u4ef6\u5728\u591a\u5c11\u5929\u540e\u8fc7\u671f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "tax_status": {
                            "default": "taxable",
                            "description": "\u7a0e\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "taxable",
                                "shipping",
                                "none"
                            ],
                            "required": false
                        },
                        "tax_class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "manage_stock": {
                            "default": false,
                            "description": "\u53d8\u91cf\u7ea7\u522b\u7684\u5e93\u5b58\u7ba1\u7406\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "stock_quantity": {
                            "description": "\u5e93\u5b58\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "stock_status": {
                            "default": "instock",
                            "description": "\u63a7\u5236\u4ea7\u54c1\u7684\u5e93\u5b58\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "instock",
                                "outofstock",
                                "onbackorder"
                            ],
                            "required": false
                        },
                        "backorders": {
                            "default": "no",
                            "description": "\u5982\u5f00\u542f\u5e93\u5b58\u7ba1\u7406\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5141\u8bb8\u5ef6\u671f\u4ea4\u8d27\u3002",
                            "type": "string",
                            "enum": [
                                "no",
                                "notify",
                                "yes"
                            ],
                            "required": false
                        },
                        "low_stock_amount": {
                            "description": "\u53d8\u4f53\u5e93\u5b58\u4e0d\u8db3\u3002",
                            "type": [
                                "integer",
                                "null"
                            ],
                            "required": false
                        },
                        "weight": {
                            "description": "\u53d8\u91cf\u91cd\u91cf (\u78c5).",
                            "type": "string",
                            "required": false
                        },
                        "dimensions": {
                            "description": "\u53d8\u91cf\u4f53\u79ef.",
                            "type": "object",
                            "properties": {
                                "length": {
                                    "description": "\u53d8\u91cf\u957f\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "width": {
                                    "description": "\u53d8\u91cf\u5bbd\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "height": {
                                    "description": "\u53d8\u91cf\u9ad8\u5ea6 (\u82f1\u5bf8).",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "shipping_class": {
                            "description": "\u914d\u9001\u7c7b\u578b\u7684\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "image": {
                            "description": "\u53d8\u91cf\u56fe\u7247\u6570\u636e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u56fe\u7247 ID\u3002",
                                    "type": "integer",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "date_created": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u521b\u5efa\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_created_gmt": {
                                    "description": "\u56fe\u7247\u88ab\u521b\u5efa\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified": {
                                    "description": "\u8be5\u56fe\u7247\u7684\u6700\u540e\u4fee\u6539\u65e5\u671f\uff0c\u4ee5\u7f51\u7ad9\u65f6\u533a\u8868\u793a\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "date_modified_gmt": {
                                    "description": "\u56fe\u7247\u6700\u8fd1\u88ab\u4fee\u6539\u7684\u65e5\u671f\uff0c\u65f6\u533a\u4e3aGMT\u3002",
                                    "type": [
                                        "null",
                                        "string"
                                    ],
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "src": {
                                    "description": "\u56fe\u7247\u94fe\u63a5\u3002",
                                    "type": "string",
                                    "format": "uri",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "name": {
                                    "description": "\u56fe\u7247\u540d\u79f0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "alt": {
                                    "description": "\u56fe\u7247\u7684ALT\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "attributes": {
                            "description": "\u5c5e\u6027\u5217\u8868\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5c5e\u6027\u7684ID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "name": {
                                        "description": "\u5c5e\u6027\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "option": {
                                        "description": "\u5df2\u9009\u5b9a\u7684\u5c5e\u6027term\u540d\u79f0\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    }
                                }
                            },
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u76ee\u5f55\u987a\u5e8f,\u7528\u4e8e\u81ea\u5b9a\u7684\u4ea7\u54c1\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta_data": {
                            "description": "\u5143\u6570\u636e\u3002",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "description": "\u5143\u6570\u636eID\u3002",
                                        "type": "integer",
                                        "context": [
                                            "view",
                                            "edit"
                                        ],
                                        "readonly": true
                                    },
                                    "key": {
                                        "description": "\u5143\u6570\u636e\u7684key\u3002",
                                        "type": "string",
                                        "context": [
                                            "view",
                                            "edit"
                                        ]
                                    },
                                    "value": {
                                        "description": "\u5143\u6570\u636e\u7684\u503c\u3002",
                                        "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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4ee5\u5339\u914d\u4e00\u4e2a\u5b57\u7b26\u4e32\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u590d\u9650\u5236\u4e3a\u5728\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u4fee\u6539\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "dates_are_gmt": {
                            "description": "\u5728\u6309\u53d1\u5e03\u6216\u4fee\u6539\u65e5\u671f\u9650\u5236\u56de\u590d\u65f6\u662f\u5426\u8003\u8651 GMT \u53d1\u5e03\u65e5\u671f\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "title",
                                "slug",
                                "modified"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u90e8\u5206\u7236\u7ea7IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u9664\u90e8\u5206\u7236\u7ea7ID\u4e4b\u5916\u7684\u5168\u90e8\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "dp": {
                            "default": 2,
                            "description": "\u6bcf\u4e2a\u8d44\u6e90\u4e2d\u4f7f\u7528\u7684\u5c0f\u6570\u70b9\u7684\u6570\u76ee",
                            "type": "integer",
                            "required": false
                        },
                        "order_item_display_meta": {
                            "default": false,
                            "description": "\u4ec5\u5c55\u793a\u4e3a\u8ba2\u5355\u663e\u793a\u7684\u5143\u6570\u636e\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "include_meta": {
                            "default": [],
                            "description": "\u5c06 meta_data \u9650\u5236\u4e3a\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude_meta": {
                            "default": [],
                            "description": "\u786e\u4fdd meta_data \u4e0d\u5305\u62ec\u7279\u5b9a\u5bc6\u94a5\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/refunds"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/sales": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "period": {
                            "description": "\u62a5\u8868\u5468\u671f\u3002",
                            "type": "string",
                            "enum": [
                                "week",
                                "month",
                                "last_month",
                                "year"
                            ],
                            "required": false
                        },
                        "date_min": {
                            "description": "\u4e3a\u4e00\u4e2a\u7279\u5b9a\u7684\u5f00\u59cb\u65e5\u671f\u8fd4\u56de\u9500\u552e\u989d\uff0c\u65e5\u671f\u683c\u5f0f\u9700\u4e3a YYYY-MM-DD \u3002",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "date_max": {
                            "description": "\u4e3a\u4e00\u4e2a\u7279\u5b9a\u7684\u622a\u6b62\u65e5\u671f\u8fd4\u56de\u9500\u552e\u989d\uff0c\u65e5\u671f\u683c\u5f0f\u9700\u4e3a YYYY-MM-DD \u3002",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/reports\/sales"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/top_sellers": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "period": {
                            "description": "\u62a5\u8868\u5468\u671f\u3002",
                            "type": "string",
                            "enum": [
                                "week",
                                "month",
                                "last_month",
                                "year"
                            ],
                            "required": false
                        },
                        "date_min": {
                            "description": "\u4e3a\u4e00\u4e2a\u7279\u5b9a\u7684\u5f00\u59cb\u65e5\u671f\u8fd4\u56de\u9500\u552e\u989d\uff0c\u65e5\u671f\u683c\u5f0f\u9700\u4e3a YYYY-MM-DD \u3002",
                            "type": "string",
                            "format": "date",
                            "required": false
                        },
                        "date_max": {
                            "description": "\u4e3a\u4e00\u4e2a\u7279\u5b9a\u7684\u622a\u6b62\u65e5\u671f\u8fd4\u56de\u9500\u552e\u989d\uff0c\u65e5\u671f\u683c\u5f0f\u9700\u4e3a YYYY-MM-DD \u3002",
                            "type": "string",
                            "format": "date",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/reports\/top_sellers"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/orders\/totals": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/reports\/orders\/totals"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/products\/totals": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/reports\/products\/totals"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/customers\/totals": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/reports\/customers\/totals"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/coupons\/totals": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/reports\/coupons\/totals"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports\/reviews\/totals": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/reports\/reviews\/totals"
                    }
                ]
            }
        },
        "\/wc\/v3\/reports": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/reports"
                    }
                ]
            }
        },
        "\/wc\/v3\/settings": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/settings\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/settings\/(?P<group_id>[\\w-]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "group": {
                            "description": "\u8bbe\u7f6e\u7ec4\u7684ID\u3002",
                            "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": "\u8bbe\u7f6e\u7ec4\u7684ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "\u8bbe\u7f6e\u503c\u3002",
                            "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": "\u8bbe\u7f6e\u7ec4\u7684ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "group": {
                            "description": "\u8bbe\u7f6e\u7ec4\u7684ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "value": {
                            "description": "\u8bbe\u7f6e\u503c\u3002",
                            "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": "\u914d\u9001\u533a\u57df\u540d\u79f0\u3002",
                            "required": true
                        },
                        "order": {
                            "description": "\u914d\u9001\u533a\u57df\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u552f\u4e00ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u552f\u4e00ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u914d\u9001\u533a\u57df\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "\u914d\u9001\u533a\u57df\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u552f\u4e00ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5f3a\u5236\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/shipping\/zones\/(?P<id>[\\d]+)\/locations": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u552f\u4e00ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u552f\u4e00ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "code": {
                            "description": "\u914d\u9001\u533a\u57df\u4f4d\u7f6e\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u914d\u9001\u533a\u57df\u4f4d\u7f6e\u7c7b\u578b\u3002",
                            "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": "\u533a\u57df\u7684\u552f\u4e00ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "\u533a\u57df\u7684\u552f\u4e00ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u914d\u9001\u65b9\u6cd5\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "enabled": {
                            "description": "\u914d\u9001\u65b9\u6cd5\u7684\u542f\u7528\u72b6\u6001\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "settings": {
                            "description": "\u914d\u9001\u65b9\u6cd5\u8bbe\u7f6e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u8be5\u8bbe\u7f6e\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "label": {
                                    "description": "\u754c\u9762\u4e0a\u53ef\u89c1\u7684\uff0c\u5173\u4e8e\u8be5\u8bbe\u7f6e\u7684\u5bb9\u6613\u88ab\u4eba\u7406\u89e3\u7684\u63cf\u8ff0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "description": {
                                    "description": "\u754c\u9762\u4e0a\u53ef\u89c1\u7684\uff0c\u5173\u4e8e\u8be5\u8bbe\u7f6e\u7684\u5bb9\u6613\u88ab\u4eba\u7406\u89e3\u7684\u63cf\u8ff0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "type": {
                                    "description": "\u8bbe\u7f6e\u9879\u7c7b\u578b\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "enum": [
                                        "text",
                                        "email",
                                        "number",
                                        "color",
                                        "password",
                                        "textarea",
                                        "select",
                                        "multiselect",
                                        "radio",
                                        "image_width",
                                        "checkbox",
                                        "class",
                                        "order"
                                    ],
                                    "readonly": true
                                },
                                "value": {
                                    "description": "\u8bbe\u7f6e\u503c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "default": {
                                    "description": "\u8be5\u8bbe\u7f6e\u7684\u9ed8\u8ba4\u503c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "tip": {
                                    "description": "\u663e\u793a\u7ed9\u7528\u6237\u7684\u5173\u4e8e\u8be5\u8bbe\u7f6e\u7684\u5e2e\u52a9\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "placeholder": {
                                    "description": "\u6587\u672c\u8f93\u5165\u680f\u7684\u5360\u4f4d\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "method_id": {
                            "description": "\u914d\u9001\u65b9\u5f0fID\u3002",
                            "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": "\u533a\u57df\u7684\u552f\u4e00ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "instance_id": {
                            "description": "\u5b9e\u4f8b\u7684\u552f\u4e00ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "\u533a\u57df\u7684\u552f\u4e00ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "instance_id": {
                            "description": "\u5b9e\u4f8b\u7684\u552f\u4e00ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u914d\u9001\u65b9\u6cd5\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "enabled": {
                            "description": "\u914d\u9001\u65b9\u6cd5\u7684\u542f\u7528\u72b6\u6001\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "settings": {
                            "description": "\u914d\u9001\u65b9\u6cd5\u8bbe\u7f6e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u8be5\u8bbe\u7f6e\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "label": {
                                    "description": "\u754c\u9762\u4e0a\u53ef\u89c1\u7684\uff0c\u5173\u4e8e\u8be5\u8bbe\u7f6e\u7684\u5bb9\u6613\u88ab\u4eba\u7406\u89e3\u7684\u63cf\u8ff0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "description": {
                                    "description": "\u754c\u9762\u4e0a\u53ef\u89c1\u7684\uff0c\u5173\u4e8e\u8be5\u8bbe\u7f6e\u7684\u5bb9\u6613\u88ab\u4eba\u7406\u89e3\u7684\u63cf\u8ff0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "type": {
                                    "description": "\u8bbe\u7f6e\u9879\u7c7b\u578b\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "enum": [
                                        "text",
                                        "email",
                                        "number",
                                        "color",
                                        "password",
                                        "textarea",
                                        "select",
                                        "multiselect",
                                        "radio",
                                        "image_width",
                                        "checkbox",
                                        "class",
                                        "order"
                                    ],
                                    "readonly": true
                                },
                                "value": {
                                    "description": "\u8bbe\u7f6e\u503c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "default": {
                                    "description": "\u8be5\u8bbe\u7f6e\u7684\u9ed8\u8ba4\u503c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "tip": {
                                    "description": "\u663e\u793a\u7ed9\u7528\u6237\u7684\u5173\u4e8e\u8be5\u8bbe\u7f6e\u7684\u5e2e\u52a9\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "placeholder": {
                                    "description": "\u6587\u672c\u8f93\u5165\u680f\u7684\u5360\u4f4d\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "zone_id": {
                            "description": "\u533a\u57df\u7684\u552f\u4e00ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "instance_id": {
                            "description": "\u5b9e\u4f8b\u7684\u552f\u4e00ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5f3a\u5236\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/taxes\/classes": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "\u7a0e\u79cd\u540d\u79f0\u3002",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u552f\u4e00\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "slug": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u552f\u4e00\u522b\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/taxes": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u5408\u96c6\u7684\u5f53\u524d\u9875\u9762\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u5728\u7ed3\u679c\u4e2d\u8fd4\u56de\u7684\u7269\u54c1\u6570\u91cf\u6700\u5927\u503c\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "order",
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "enum": [
                                "id",
                                "order",
                                "priority"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "class": {
                            "description": "\u4ee5\u7a0e\u79cd\u6392\u5217\u3002",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "country": {
                            "description": "\u56fd\u5bb6\/\u5730\u533a\u7684 ISO 3166 \u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "\u5dde\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "\u90ae\u653f\u7f16\u7801\u4e0d\u652f\u6301\u591a\u4e2a\u503c\u3002\u8fd9\u4ece WooCommerce 5.3 \u5f00\u59cb\u88ab\u5f03\u7528\uff0c\u4f7f\u7528 \"postcodes\" \u6765\u4ee3\u66ff\u3002",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u57ce\u5e02\u540d\u79f0\u4e0d\u652f\u6301\u591a\u4e2a\u503c\u3002\u9019\u4ece WooCommerce 5.3 \u5f00\u59cb\u88ab\u5f03\u7528\uff0c\u4f7f\u7528 \"cities\" \u6765\u4ee3\u66ff\u3002",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "\u7a0e\u7387\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u7a0e\u7387\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "default": 1,
                            "description": "\u7a0e\u7684\u4f18\u5148\u7b49\u7ea7\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "default": false,
                            "description": "\u662f\u5426\u662f\u590d\u5408\u8d39\u7387\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "default": true,
                            "description": "\u662f\u5426\u6b64\u7a0e\u7387\u4e5f\u5e94\u7528\u4e8e\u8fd0\u8d39\u4e2d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "\u6307\u793a\u5c06\u5728\u67e5\u8be2\u4e2d\u51fa\u73b0\u7684\u987a\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "default": "standard",
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "\u90ae\u653f\u7f16\u7801\/\u90ae\u653f\u7f16\u7801\u7684\u5217\u8868\u3002\u5728WooCommerce 5.3\u4e2d\u5f15\u5165\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "\u57ce\u5e02\u540d\u79f0\u7684\u5217\u8868\u3002\u5728WooCommerce 5.3\u4e2d\u5f15\u5165\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "country": {
                            "description": "\u56fd\u5bb6\/\u5730\u533a\u7684 ISO 3166 \u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "\u5dde\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "\u90ae\u653f\u7f16\u7801\u4e0d\u652f\u6301\u591a\u4e2a\u503c\u3002\u8fd9\u4ece WooCommerce 5.3 \u5f00\u59cb\u88ab\u5f03\u7528\uff0c\u4f7f\u7528 \"postcodes\" \u6765\u4ee3\u66ff\u3002",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u57ce\u5e02\u540d\u79f0\u4e0d\u652f\u6301\u591a\u4e2a\u503c\u3002\u9019\u4ece WooCommerce 5.3 \u5f00\u59cb\u88ab\u5f03\u7528\uff0c\u4f7f\u7528 \"cities\" \u6765\u4ee3\u66ff\u3002",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "\u7a0e\u7387\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u7a0e\u7387\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "\u7a0e\u7684\u4f18\u5148\u7b49\u7ea7\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "\u662f\u5426\u662f\u590d\u5408\u8d39\u7387\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "\u662f\u5426\u6b64\u7a0e\u7387\u4e5f\u5e94\u7528\u4e8e\u8fd0\u8d39\u4e2d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "\u6307\u793a\u5c06\u5728\u67e5\u8be2\u4e2d\u51fa\u73b0\u7684\u987a\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "\u90ae\u653f\u7f16\u7801\/\u90ae\u653f\u7f16\u7801\u7684\u5217\u8868\u3002\u5728WooCommerce 5.3\u4e2d\u5f15\u5165\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "\u57ce\u5e02\u540d\u79f0\u7684\u5217\u8868\u3002\u5728WooCommerce 5.3\u4e2d\u5f15\u5165\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/taxes\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "country": {
                            "description": "\u56fd\u5bb6\/\u5730\u533a\u7684 ISO 3166 \u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "state": {
                            "description": "\u5dde\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "postcode": {
                            "description": "\u90ae\u653f\u7f16\u7801\u4e0d\u652f\u6301\u591a\u4e2a\u503c\u3002\u8fd9\u4ece WooCommerce 5.3 \u5f00\u59cb\u88ab\u5f03\u7528\uff0c\u4f7f\u7528 \"postcodes\" \u6765\u4ee3\u66ff\u3002",
                            "type": "string",
                            "required": false
                        },
                        "city": {
                            "description": "\u57ce\u5e02\u540d\u79f0\u4e0d\u652f\u6301\u591a\u4e2a\u503c\u3002\u9019\u4ece WooCommerce 5.3 \u5f00\u59cb\u88ab\u5f03\u7528\uff0c\u4f7f\u7528 \"cities\" \u6765\u4ee3\u66ff\u3002",
                            "type": "string",
                            "required": false
                        },
                        "rate": {
                            "description": "\u7a0e\u7387\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u7a0e\u7387\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "priority": {
                            "description": "\u7a0e\u7684\u4f18\u5148\u7b49\u7ea7\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "compound": {
                            "description": "\u662f\u5426\u662f\u590d\u5408\u8d39\u7387\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "shipping": {
                            "description": "\u662f\u5426\u6b64\u7a0e\u7387\u4e5f\u5e94\u7528\u4e8e\u8fd0\u8d39\u4e2d\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "order": {
                            "description": "\u6307\u793a\u5c06\u5728\u67e5\u8be2\u4e2d\u51fa\u73b0\u7684\u987a\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "class": {
                            "description": "\u7a0e\u7387\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "reduced-rate",
                                "zero-rate"
                            ],
                            "required": false
                        },
                        "postcodes": {
                            "description": "\u90ae\u653f\u7f16\u7801\/\u90ae\u653f\u7f16\u7801\u7684\u5217\u8868\u3002\u5728WooCommerce 5.3\u4e2d\u5f15\u5165\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "cities": {
                            "description": "\u57ce\u5e02\u540d\u79f0\u7684\u5217\u8868\u3002\u5728WooCommerce 5.3\u4e2d\u5f15\u5165\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/taxes\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/webhooks": {
            "namespace": "wc\/v3",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u9650\u5236\u54cd\u5e94\u4e3a\u7ed9\u5b9a\u7684ISO8601\u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8d44\u6e90\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u4e0d\u5305\u62ec\u7279\u5b9a\u7684IDs.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u7279\u5b9a\u7684IDs\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u6309\u7279\u5b9a\u7684\u7269\u54c1\u6570\u91cf\u504f\u79fb\u7ed3\u679c\u96c6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u6309\u7167\u5347\u5e8f\u6216\u964d\u5e8f\u53bb\u6392\u5e8f\u53ef\u6392\u5e8f\u7684\u5c5e\u6027\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u7167\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u7ed3\u679c\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "title"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "all",
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e0e\u4e00\u4e2a\u7279\u5b9a\u72b6\u6001\u76f8\u5173\u7684webhooks\u3002",
                            "type": "string",
                            "enum": [
                                "all",
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "\u4e00\u4e2a\u53cb\u597d\u7684webhook\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "active",
                            "description": "Webhook \u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "type": "string",
                            "description": "Webhook \u8bdd\u9898\u3002",
                            "required": true
                        },
                        "secret": {
                            "description": "\u5bc6\u94a5\u7528\u4e8e\u751f\u6210\u4e00\u4e2a\u5206\u53d1\u7684webhook HASH\u5e76\u63d0\u4f9b\u5230\u8bf7\u6c42\u5934\u91cc\uff0c\u5982\u679c\u6ca1\u6709\u63d0\u4f9b\uff0c\u5b83\u9ed8\u8ba4\u662f\u5f53\u524d\u7528\u6237\u7684 ID|\u7528\u6237\u540d \u7684 MD5 \u503c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "delivery_url": {
                            "type": "string",
                            "description": "Webhook \u4f20\u9012 URL\u3002",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "name": {
                            "description": "\u4e00\u4e2a\u53cb\u597d\u7684webhook\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Webhook \u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "description": "Webhook \u8bdd\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "secret": {
                            "description": "\u5bc6\u94a5\u7528\u4e8e\u751f\u6210\u4e00\u4e2a\u5206\u53d1\u7684webhook HASH\u5e76\u63d0\u4f9b\u5230\u8bf7\u6c42\u5934\u91cc\uff0c\u5982\u679c\u6ca1\u6709\u63d0\u4f9b\uff0c\u5b83\u9ed8\u8ba4\u662f\u5f53\u524d\u7528\u6237\u7684 ID|\u7528\u6237\u540d \u7684 MD5 \u503c\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "default": false,
                            "type": "boolean",
                            "description": "\u9700\u8981\u4e3atrue\uff0c\u56e0\u4e3a\u8d44\u6e90\u4e0d\u652f\u6301\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/webhooks\/batch": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "name": {
                            "description": "\u4e00\u4e2a\u53cb\u597d\u7684webhook\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Webhook \u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "active",
                                "paused",
                                "disabled"
                            ],
                            "required": false
                        },
                        "topic": {
                            "description": "Webhook \u8bdd\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "secret": {
                            "description": "\u5bc6\u94a5\u7528\u4e8e\u751f\u6210\u4e00\u4e2a\u5206\u53d1\u7684webhook HASH\u5e76\u63d0\u4f9b\u5230\u8bf7\u6c42\u5934\u91cc\uff0c\u5982\u679c\u6ca1\u6709\u63d0\u4f9b\uff0c\u5b83\u9ed8\u8ba4\u662f\u5f53\u524d\u7528\u6237\u7684 ID|\u7528\u6237\u540d \u7684 MD5 \u503c\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/webhooks\/batch"
                    }
                ]
            }
        },
        "\/wc\/v3\/system_status": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/system_status"
                    }
                ]
            }
        },
        "\/wc\/v3\/system_status\/tools": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u6b64\u5de5\u5177\u7684ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u5de5\u5177\u540d\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "action": {
                            "description": "\u8fd0\u884c\u8be5\u5de5\u5177\u4f1a\u505a\u4ec0\u4e48\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u5de5\u5177\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "success": {
                            "description": "\u6b64\u5de5\u5177\u662f\u5426\u8fd0\u884c\u6210\u529f?",
                            "type": "boolean",
                            "required": false
                        },
                        "message": {
                            "description": "\u5de5\u5177\u8fd4\u56de\u4fe1\u606f\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/shipping_methods": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/shipping_methods"
                    }
                ]
            }
        },
        "\/wc\/v3\/shipping_methods\/(?P<id>[\\w-]+)": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/payment_gateways": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u8d44\u6e90\u7684\u7edf\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u652f\u4ed8\u65f6\uff0c\u652f\u4ed8\u7f51\u5173\u7684\u6807\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "\u652f\u4ed8\u65f6\uff0c\u652f\u4ed8\u7f51\u5173\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "order": {
                            "description": "\u652f\u4ed8\u7f51\u5173\u7684\u6392\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "enabled": {
                            "description": "\u652f\u4ed8\u7f51\u5173\u7684\u542f\u7528\u72b6\u6001\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "settings": {
                            "description": "\u652f\u4ed8\u7f51\u5173\u8bbe\u7f6e\u3002",
                            "type": "object",
                            "properties": {
                                "id": {
                                    "description": "\u8be5\u8bbe\u7f6e\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "label": {
                                    "description": "\u754c\u9762\u4e0a\u53ef\u89c1\u7684\uff0c\u5173\u4e8e\u8be5\u8bbe\u7f6e\u7684\u5bb9\u6613\u88ab\u4eba\u7406\u89e3\u7684\u63cf\u8ff0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "description": {
                                    "description": "\u754c\u9762\u4e0a\u53ef\u89c1\u7684\uff0c\u5173\u4e8e\u8be5\u8bbe\u7f6e\u7684\u5bb9\u6613\u88ab\u4eba\u7406\u89e3\u7684\u63cf\u8ff0\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "type": {
                                    "description": "\u8bbe\u7f6e\u9879\u7c7b\u578b\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "enum": [
                                        "text",
                                        "email",
                                        "number",
                                        "color",
                                        "password",
                                        "textarea",
                                        "select",
                                        "multiselect",
                                        "radio",
                                        "image_width",
                                        "checkbox"
                                    ],
                                    "readonly": true
                                },
                                "value": {
                                    "description": "\u8bbe\u7f6e\u503c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "default": {
                                    "description": "\u8be5\u8bbe\u7f6e\u7684\u9ed8\u8ba4\u503c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "tip": {
                                    "description": "\u663e\u793a\u7ed9\u7528\u6237\u7684\u5173\u4e8e\u8be5\u8bbe\u7f6e\u7684\u5e2e\u52a9\u6587\u672c\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "placeholder": {
                                    "description": "\u6587\u672c\u8f93\u5165\u680f\u7684\u5360\u4f4d\u6587\u672c\u3002",
                                    "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:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/data"
                    }
                ]
            }
        },
        "\/wc\/v3\/data\/continents": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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 \u4e2a\u5b57\u7b26\u7684\u5927\u6d32\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/data\/countries": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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 \u4e8c\u5b57\u6bcd\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/data\/currencies": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/data\/currencies"
                    }
                ]
            }
        },
        "\/wc\/v3\/data\/currencies\/current": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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 \u8d27\u5e01\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/orders\/(?P<id>[\\d]+)\/receipt": {
            "namespace": "wc\/v3",
            "methods": [
                "POST",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8ba2\u5355\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "expiration_date": {
                            "description": "\u5230\u671f\u65e5\u671f\uff0c\u683c\u5f0f\u4e3a yyyy-mm-dd\u3002",
                            "type": "string",
                            "default": null,
                            "required": false
                        },
                        "expiration_days": {
                            "description": "\u5728\u5f53\u524d\u65e5\u671f\u7684\u57fa\u7840\u4e0a\u52a0\u4e0a\u5929\u6570\uff0c\u5373\u53ef\u5f97\u51fa\u5230\u671f\u65e5\u671f\u3002",
                            "type": "integer",
                            "default": 1,
                            "required": false
                        },
                        "force_new": {
                            "description": "\u5373\u4f7f\u6536\u636e\u5df2\u7ecf\u5b58\u5728\u4e14\u5c1a\u672a\u8fc7\u671f\uff0c\u4e5f\u53ef\u4ee5\u4f7f\u7528\u201ctrue\u201d\u5f3a\u5236\u521b\u5efa\u65b0\u6536\u636e\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8ba2\u5355\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/orders\/(?P<id>[\\d]+)\/actions\/email_templates": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8ba2\u5355\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/orders\/(?P<id>[\\d]+)\/actions\/send_email": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8ba2\u5355\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "email": {
                            "description": "\u8ba2\u5355\u8be6\u7ec6\u4fe1\u606f\u6536\u4ef6\u65b9\u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "force_email_update": {
                            "description": "\u662f\u5426\u66f4\u65b0\u8ba2\u5355\u7684\u8d26\u5355\u7535\u5b50\u90ae\u4ef6\u5730\u5740\uff0c\u5373\u4f7f\u8ba2\u5355\u5df2\u6709\u8d26\u5355\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "template_id": {
                            "description": "\u7528\u4e8e\u53d1\u9001\u7535\u5b50\u90ae\u4ef6\u7684\u6a21\u677f ID\u3002",
                            "type": "string",
                            "enum": [
                                "new_order",
                                "cancelled_order",
                                "failed_order",
                                "customer_failed_order",
                                "customer_on_hold_order",
                                "customer_processing_order",
                                "customer_completed_order",
                                "customer_refunded_order",
                                "customer_invoice",
                                "customer_note",
                                "customer_reset_password",
                                "customer_new_account",
                                "dokan_update_admin_order_delivery_time",
                                "dokan_update_vendor_order_delivery_time",
                                "Dokan_Email_Wholesale_Register",
                                "new_receipt",
                                "dokan_product_rejected",
                                "new_product",
                                "new_product_pending",
                                "pending_product_published",
                                "dokan_new_seller",
                                "dokan_vendor_withdraw_request",
                                "dokan_vendor_withdraw_approved",
                                "dokan_vendor_withdraw_cancelled",
                                "dokan_contact_seller",
                                "dokan_vendor_new_order",
                                "dokan_vendor_completed_order",
                                "reverse_withdrawal_invoice",
                                "dokan_product_review",
                                "updates_for_store_followers",
                                "vendor_new_store_follower",
                                "dokan_product_enquiry_email",
                                "dokan_product_qa_admin_notification",
                                "dokan_product_qa_vendor_notification",
                                "dokan_product_qa_customer_notification",
                                "dokan_report_abuse_admin_email",
                                "dokan_new_support_ticket",
                                "dokan_reply_to_store_support_ticket",
                                "dokan_reply_to_user_support_ticket",
                                "DokanNewSupportTicketForAdmin",
                                "DokanReplyToAdminSupportTicket_vendor_customer",
                                "dokan_vendor_verification_request_submission",
                                "dokan_vendor_verification_status_update",
                                "dokan_staff_add_notification",
                                "dokan_admin_updated_vendor_coupon",
                                "dokan_new_store_review",
                                "dokan_request_new_quote",
                                "dokan_request_update_quote",
                                "dokan_request_accepted_quote",
                                "Dokan_Send_Coupon_Email",
                                "Dokan_Rma_Send_Warranty_Request",
                                "Dokan_Rma_Conversation_Notification",
                                "dokan_announcement",
                                "updated_product_pending",
                                "dokan_refund_request",
                                "dokan_vendor_refund",
                                "dokan_vendor_refund_canceled",
                                "dokan_email_vendor_enable",
                                "dokan_email_vendor_disable",
                                "dokan_email_shipping_status_tracking",
                                "dokan_marked_order_receive",
                                "dokan_staff_new_order",
                                "dokan_staff_password_update"
                            ],
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/orders\/(?P<id>[\\d]+)\/actions\/send_order_details": {
            "namespace": "wc\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8ba2\u5355\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "email": {
                            "description": "\u8ba2\u5355\u8be6\u7ec6\u4fe1\u606f\u6536\u4ef6\u65b9\u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "force_email_update": {
                            "description": "\u662f\u5426\u66f4\u65b0\u8ba2\u5355\u7684\u8d26\u5355\u7535\u5b50\u90ae\u4ef6\u5730\u5740\uff0c\u5373\u4f7f\u8ba2\u5355\u5df2\u6709\u8d26\u5355\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc\/v3\/orders\/statuses": {
            "namespace": "wc\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc\/v3\/orders\/statuses"
                    }
                ]
            }
        },
        "\/wc-admin\/settings\/payments\/woopay-eligibility": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-admin\/settings\/payments\/woopay-eligibility"
                    }
                ]
            }
        },
        "\/wc-admin\/settings\/payments\/country": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "location": {
                            "description": "\u8981\u4e3a\u5f53\u524d\u7528\u6237\u4fdd\u5b58\u7684 ISO3166 \u4e8c\u4f4d\u5b57\u6bcd\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-admin\/settings\/payments\/country"
                    }
                ]
            }
        },
        "\/wc-admin\/settings\/payments\/providers": {
            "namespace": "wc-admin",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "location": {
                            "description": "ISO3166 \u4e8c\u4f4d\u5b57\u6bcd\u56fd\u5bb6\/\u5730\u533a\u4ee3\u7801\u3002 \u9ed8\u8ba4\u4e3a WooCommerce \u7684\u57fa\u7840\u4f4d\u7f6e\u56fd\u5bb6\/\u5730\u533a\u3002",
                            "type": "string",
                            "pattern": "[a-zA-Z]{2}",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-admin\/settings\/payments\/providers"
                    }
                ]
            }
        },
        "\/wc-admin\/settings\/payments\/providers\/order": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "order_map": {
                            "description": "\u63d0\u4f9b\u7a0b\u5e8f ID \u4e0e\u8868\u793a\u6392\u5217\u987a\u5e8f\u7684\u6574\u6570\u503c\u7684\u6620\u5c04\u3002",
                            "type": "object",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-admin\/settings\/payments\/providers\/order"
                    }
                ]
            }
        },
        "\/wc-admin\/settings\/payments\/suggestion\/(?P<id>[\\w\\d\\-]+)\/attach": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-admin\/settings\/payments\/suggestion\/(?P<id>[\\w\\d\\-]+)\/hide": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/wc-admin\/settings\/payments\/suggestion\/(?P<suggestion_id>[\\w\\d\\-]+)\/incentive\/(?P<incentive_id>[\\w\\d\\-]+)\/dismiss": {
            "namespace": "wc-admin",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "description": "\u53d6\u6d88\u5956\u52b1\u7684\u4e0a\u4e0b\u6587 ID\u3002 \u5982\u679c\u6ca1\u6709\u63d0\u4f9b\uff0c\u5c06\u53d6\u6d88\u6240\u6709\u4e0a\u4e0b\u6587\u7684\u5956\u52b1\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wc-admin-email": {
            "namespace": "wc-admin-email",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wc-admin-email",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-admin-email"
                    }
                ]
            }
        },
        "\/wc-admin-email\/settings\/email\/send-preview": {
            "namespace": "wc-admin-email",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "type": {
                            "description": "\u8981\u9884\u89c8\u7684\u7535\u5b50\u90ae\u4ef6\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": true
                        },
                        "email": {
                            "description": "\u7535\u5b50\u90ae\u4ef6\u9884\u89c8\u63a5\u6536\u65b9\u7684\u7535\u5b50\u90ae\u4ef6\u5730\u5740\u3002",
                            "type": "string",
                            "format": "email",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-admin-email\/settings\/email\/send-preview"
                    }
                ]
            }
        },
        "\/wc-admin-email\/settings\/email\/preview-subject": {
            "namespace": "wc-admin-email",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "description": "\u8981\u83b7\u53d6\u4e3b\u9898\u7684\u7535\u5b50\u90ae\u4ef6\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-admin-email\/settings\/email\/preview-subject"
                    }
                ]
            }
        },
        "\/wc-admin-email\/settings\/email\/save-transient": {
            "namespace": "wc-admin-email",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "key": {
                            "type": "string",
                            "description": "The key for the transient. Must be one of the allowed options.",
                            "required": true
                        },
                        "value": {
                            "type": "string",
                            "description": "The value to be saved for the transient.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wc-admin-email\/settings\/email\/save-transient"
                    }
                ]
            }
        },
        "\/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:\/\/usabrapower.com\/it\/wp-json\/wc-telemetry"
                    }
                ]
            }
        },
        "\/wc-telemetry\/tracker": {
            "namespace": "wc-telemetry",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "platform": {
                            "description": "\u8981\u8ddf\u8e2a\u7684\u5e73\u53f0\u3002",
                            "type": "string",
                            "required": true
                        },
                        "version": {
                            "description": "\u8981\u8ddf\u8e2a\u7684\u5e73\u53f0\u7248\u672c\u3002",
                            "type": "string",
                            "required": true
                        },
                        "installation_date": {
                            "description": "WooCommerce \u79fb\u52a8\u7248\u5e94\u7528\u7a0b\u5e8f\u7684\u5b89\u88c5\u65e5\u671f\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/wp-json\/wccom-site\/v3\/ssr"
                    }
                ]
            }
        },
        "\/wccom-site\/v3\/status": {
            "namespace": "wccom-site\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wccom-site\/v3\/status"
                    }
                ]
            }
        },
        "\/wccom-site\/v3\/connection\/disconnect": {
            "namespace": "wccom-site\/v3",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wccom-site\/v3\/connection\/disconnect"
                    }
                ]
            }
        },
        "\/elementor\/v1\/send-event": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "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:\/\/usabrapower.com\/it\/wp-json\/elementor\/v1\/send-event"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/verify_registration": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/wp-json\/jetpack\/v4\/remote_connect"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/check": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/wp-json\/jetpack\/v4\/connection"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/user": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/jetpack\/v4\/connection\/user"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/data": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/jetpack\/v4\/connection\/data"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/plugins": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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
                        },
                        "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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/wp-json\/jetpack\/v4\/connection\/owner"
                    }
                ]
            }
        },
        "\/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:\/\/usabrapower.com\/it\/wp-json\/wp\/v2"
                    }
                ]
            }
        },
        "\/wp\/v2\/posts": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate dopo una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati dopo una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limita la serie di risultati agli articoli assegnati ad autori specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Garantisce che la serie di risultati escluda gli articoli assegnati ad autori specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate prima di una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati prima di una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Come interpretare l'input di ricerca.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "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",
                                    "vacation",
                                    "open",
                                    "closed",
                                    "reject",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limita i risultati basati sulle relazioni tra tassonomie multiple.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "categories": {
                            "description": "Limita l'insieme dei risultati agli elementi con i termini specifici assegnati nella tassonomia categories.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Elenco degli ID dei termini",
                                    "description": "Abbina i termini con gli ID elencati.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Query della tassonomia dell'ID del termine",
                                    "description": "Esegui una query avanzata dei termini.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID di termini.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Se i termini figli sono inclusi nei termini che limitano il set di risultati.",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "Se gli elementi devono essere assegnati a tutti o ad alcuni dei termini specificati.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "categories_exclude": {
                            "description": "Limita l'insieme dei risultati agli elementi tranne quelli con termini specifici assegnati nella tassonomia categories.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Elenco degli ID dei termini",
                                    "description": "Abbina i termini con gli ID elencati.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Query della tassonomia dell'ID del termine",
                                    "description": "Esegui una query avanzata dei termini.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID di termini.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Se i termini figli sono inclusi nei termini che limitano il set di risultati.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags": {
                            "description": "Limita l'insieme dei risultati agli elementi con i termini specifici assegnati nella tassonomia tags.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Elenco degli ID dei termini",
                                    "description": "Abbina i termini con gli ID elencati.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Query della tassonomia dell'ID del termine",
                                    "description": "Esegui una query avanzata dei termini.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID di termini.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Se gli elementi devono essere assegnati a tutti o ad alcuni dei termini specificati.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags_exclude": {
                            "description": "Limita l'insieme dei risultati agli elementi tranne quelli con termini specifici assegnati nella tassonomia tags.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Elenco degli ID dei termini",
                                    "description": "Abbina i termini con gli ID elencati.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Query della tassonomia dell'ID del termine",
                                    "description": "Esegui una query avanzata dei termini.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID di termini.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "sticky": {
                            "description": "Limita la serie di risultati agli elementi in evidenza.",
                            "type": "boolean",
                            "required": false
                        },
                        "ignore_sticky": {
                            "description": "Se ignorare o meno gli articoli in evidenza.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "format": {
                            "description": "Limita i risultati agli elementi assegnati ad uno o pi\u00f9 formati specifici.",
                            "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": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Se i commenti sono aperti o meno per l'articolo.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Se l'articolo si possa pingare o meno.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "Il formato per l\u2019articolo.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "title": "Elementor edit mode",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "title": "Elementor template type",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "enum": [
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "store",
                                        "kit",
                                        "not-supported",
                                        "page",
                                        "section",
                                        "container",
                                        "floating-buttons",
                                        "cloud-template-preview",
                                        "widget",
                                        "header",
                                        "footer",
                                        "single",
                                        "single-post",
                                        "single-page",
                                        "archive",
                                        "search-results",
                                        "error-404",
                                        "product-post",
                                        "product",
                                        "product-archive",
                                        "loop-item",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "title": "Elementor data",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "title": "Elementor page settings",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_conditions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "Elementor conditions",
                                    "default": [],
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Se l'articolo sia da trattare come in evidenza o meno.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "I termini assegnati all'articolo nella tassonomia category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "I termini assegnati all'articolo nella tassonomia post_tag.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Sovrascrivi la lunghezza predefinita del riassunto.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "La password per l\u2019articolo se fosse protetto da password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Se i commenti sono aperti o meno per l'articolo.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Se l'articolo si possa pingare o meno.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "Il formato per l\u2019articolo.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "title": "Elementor edit mode",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "title": "Elementor template type",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "enum": [
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "store",
                                        "kit",
                                        "not-supported",
                                        "page",
                                        "section",
                                        "container",
                                        "floating-buttons",
                                        "cloud-template-preview",
                                        "widget",
                                        "header",
                                        "footer",
                                        "single",
                                        "single-post",
                                        "single-page",
                                        "archive",
                                        "search-results",
                                        "error-404",
                                        "product-post",
                                        "product",
                                        "product-archive",
                                        "loop-item",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "title": "Elementor data",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "title": "Elementor page settings",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_conditions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "Elementor conditions",
                                    "default": [],
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Se l'articolo sia da trattare come in evidenza o meno.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "I termini assegnati all'articolo nella tassonomia category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "I termini assegnati all'articolo nella tassonomia post_tag.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione in base ad un attributo dell'oggetto.",
                            "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": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 le revisioni non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Se i commenti sono aperti o meno per l'articolo.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Se l'articolo si possa pingare o meno.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "Il formato per l\u2019articolo.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "title": "Elementor edit mode",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "title": "Elementor template type",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "enum": [
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "store",
                                        "kit",
                                        "not-supported",
                                        "page",
                                        "section",
                                        "container",
                                        "floating-buttons",
                                        "cloud-template-preview",
                                        "widget",
                                        "header",
                                        "footer",
                                        "single",
                                        "single-post",
                                        "single-page",
                                        "archive",
                                        "search-results",
                                        "error-404",
                                        "product-post",
                                        "product",
                                        "product-archive",
                                        "loop-item",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "title": "Elementor data",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "title": "Elementor page settings",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_conditions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "Elementor conditions",
                                    "default": [],
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Se l'articolo sia da trattare come in evidenza o meno.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "I termini assegnati all'articolo nella tassonomia category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "I termini assegnati all'articolo nella tassonomia post_tag.",
                            "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": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "L'ID per il salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate dopo una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati dopo una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limita la serie di risultati agli articoli assegnati ad autori specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Garantisce che la serie di risultati escluda gli articoli assegnati ad autori specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate prima di una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati prima di una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Limita l'insieme di risultati agli articoli con uno specifico valore menu_order.",
                            "type": "integer",
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Come interpretare l'input di ricerca.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Limita la serie di risultati dei particolari parent ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limita il risultato a tutti gli elementi eccetto quelli di un particolare ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "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",
                                    "vacation",
                                    "open",
                                    "closed",
                                    "reject",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "L'ID del genitore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Se i commenti sono aperti o meno per l'articolo.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Se l'articolo si possa pingare o meno.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "L'ordine dell'articolo in relazione ad altri articoli.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "title": "Elementor edit mode",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "title": "Elementor template type",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "enum": [
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "store",
                                        "kit",
                                        "not-supported",
                                        "page",
                                        "section",
                                        "container",
                                        "floating-buttons",
                                        "cloud-template-preview",
                                        "widget",
                                        "header",
                                        "footer",
                                        "single",
                                        "single-post",
                                        "single-page",
                                        "archive",
                                        "search-results",
                                        "error-404",
                                        "product-post",
                                        "product",
                                        "product-archive",
                                        "loop-item",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "title": "Elementor data",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "title": "Elementor page settings",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_conditions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "Elementor conditions",
                                    "default": [],
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Sovrascrivi la lunghezza predefinita del riassunto.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "La password per l\u2019articolo se fosse protetto da password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "L'ID del genitore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Se i commenti sono aperti o meno per l'articolo.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Se l'articolo si possa pingare o meno.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "L'ordine dell'articolo in relazione ad altri articoli.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "title": "Elementor edit mode",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "title": "Elementor template type",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "enum": [
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "store",
                                        "kit",
                                        "not-supported",
                                        "page",
                                        "section",
                                        "container",
                                        "floating-buttons",
                                        "cloud-template-preview",
                                        "widget",
                                        "header",
                                        "footer",
                                        "single",
                                        "single-post",
                                        "single-page",
                                        "archive",
                                        "search-results",
                                        "error-404",
                                        "product-post",
                                        "product",
                                        "product-archive",
                                        "loop-item",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "title": "Elementor data",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "title": "Elementor page settings",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_conditions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "Elementor conditions",
                                    "default": [],
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione in base ad un attributo dell'oggetto.",
                            "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": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 le revisioni non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Se i commenti sono aperti o meno per l'articolo.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Se l'articolo si possa pingare o meno.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "L'ordine dell'articolo in relazione ad altri articoli.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "title": "Elementor edit mode",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "title": "Elementor template type",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "enum": [
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "store",
                                        "kit",
                                        "not-supported",
                                        "page",
                                        "section",
                                        "container",
                                        "floating-buttons",
                                        "cloud-template-preview",
                                        "widget",
                                        "header",
                                        "footer",
                                        "single",
                                        "single-post",
                                        "single-page",
                                        "archive",
                                        "search-results",
                                        "error-404",
                                        "product-post",
                                        "product",
                                        "product-archive",
                                        "loop-item",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "title": "Elementor data",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "title": "Elementor page settings",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_conditions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "Elementor conditions",
                                    "default": [],
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "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": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "L'ID per il salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate dopo una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati dopo una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limita la serie di risultati agli articoli assegnati ad autori specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Garantisce che la serie di risultati escluda gli articoli assegnati ad autori specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate prima di una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati prima di una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Come interpretare l'input di ricerca.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Limita la serie di risultati dei particolari parent ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Limita il risultato a tutti gli elementi eccetto quelli di un particolare ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "inherit",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "inherit",
                                    "private",
                                    "trash"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "media_type": {
                            "default": null,
                            "description": "Limita l'insieme dei risultati agli allegati di un tipo media specifico.",
                            "type": "string",
                            "enum": [
                                "image",
                                "video",
                                "text",
                                "application",
                                "audio"
                            ],
                            "required": false
                        },
                        "mime_type": {
                            "default": null,
                            "description": "Limita l'insieme dei risultati agli allegati con uno specifico tipo MIME.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Se i commenti sono aperti o meno per l'articolo.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Se l'articolo si possa pingare o meno.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "alt_text": {
                            "description": "Testo alternativo da mostrare quando la risorsa non \u00e8 visualizzata.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "La didascalia dell'allegato.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Didascalia per l'allegato, cos\u00ec come presente nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Didascalia HTML per l'allegato, trasformata per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "La descrizione dell'allegato.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Descrizione dell'allegato, cos\u00ec come presente nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Descrizione HTML per l'allegato, trasformata per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "L'ID dell'articolo associato all'allegato.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Se i commenti sono aperti o meno per l'articolo.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Se l'articolo si possa pingare o meno.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "alt_text": {
                            "description": "Testo alternativo da mostrare quando la risorsa non \u00e8 visualizzata.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "La didascalia dell'allegato.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Didascalia per l'allegato, cos\u00ec come presente nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Didascalia HTML per l'allegato, trasformata per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "La descrizione dell'allegato.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Descrizione dell'allegato, cos\u00ec come presente nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Descrizione HTML per l'allegato, trasformata per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "L'ID dell'articolo associato all'allegato.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)\/post-process": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per l'allegato.",
                            "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 al file dell'immagine modificata.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "modifiers": {
                            "description": "Array delle modifiche dell'immagine.",
                            "type": "array",
                            "minItems": 1,
                            "items": {
                                "description": "Modifica delle immagini.",
                                "type": "object",
                                "required": [
                                    "type",
                                    "args"
                                ],
                                "oneOf": [
                                    {
                                        "title": "Rotazione",
                                        "properties": {
                                            "type": {
                                                "description": "Tipo di rotazione.",
                                                "type": "string",
                                                "enum": [
                                                    "rotate"
                                                ]
                                            },
                                            "args": {
                                                "description": "Argomenti della rotazione.",
                                                "type": "object",
                                                "required": [
                                                    "angle"
                                                ],
                                                "properties": {
                                                    "angle": {
                                                        "description": "Angolo in gradi per la rotazione in senso orario.",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    },
                                    {
                                        "title": "Ritaglia",
                                        "properties": {
                                            "type": {
                                                "description": "Tipo di crop.",
                                                "type": "string",
                                                "enum": [
                                                    "crop"
                                                ]
                                            },
                                            "args": {
                                                "description": "Argomenti del crop.",
                                                "type": "object",
                                                "required": [
                                                    "left",
                                                    "top",
                                                    "width",
                                                    "height"
                                                ],
                                                "properties": {
                                                    "left": {
                                                        "description": "Distanza orizzontale da sinistra per iniziare il ritaglio in percentuale della larghezza dell'immagine.",
                                                        "type": "number"
                                                    },
                                                    "top": {
                                                        "description": "Distanza verticale dall'alto per iniziare il ritaglio in percentuale dell'altezza dell'immagine.",
                                                        "type": "number"
                                                    },
                                                    "width": {
                                                        "description": "Larghezza del crop come percentuale della larghezza dell'immagine.",
                                                        "type": "number"
                                                    },
                                                    "height": {
                                                        "description": "Altezza del crop come percentuale dell'altezza dell'immagine.",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    }
                                ]
                            },
                            "required": false
                        },
                        "rotation": {
                            "description": "I gradi in senso orario di rotazione dell'immagine. DEPRECATO: preferire i `modifiers`.",
                            "type": "integer",
                            "minimum": 0,
                            "exclusiveMinimum": true,
                            "maximum": 360,
                            "exclusiveMaximum": true,
                            "required": false
                        },
                        "x": {
                            "description": "La posizione x da cui iniziare il ritaglio dell'immagine. DEPRECATO: preferire i `modifiers`.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "y": {
                            "description": "La posizione y da cui iniziare il ritaglio dell'immagine. DEPRECATO: preferire i `modifiers`.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "width": {
                            "description": "La larghezza di ritaglio dell'immagine in percentuale dell'immagine. DEPRECATO: preferire i `modifiers`.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "height": {
                            "description": "L'altezza di ritaglio dell'immagine in percentuale dell'immagine. DEPRECATO: preferire i `modifiers`.",
                            "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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 100,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate dopo una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati dopo una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate prima di una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati prima di una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Come interpretare l'input di ricerca.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione in base ad un attributo dell'oggetto.",
                            "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 di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "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",
                                    "vacation",
                                    "open",
                                    "closed",
                                    "reject",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limita i risultati basati sulle relazioni tra tassonomie multiple.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "menus": {
                            "description": "Limita l'insieme dei risultati agli elementi con i termini specifici assegnati nella tassonomia menus.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Elenco degli ID dei termini",
                                    "description": "Abbina i termini con gli ID elencati.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Query della tassonomia dell'ID del termine",
                                    "description": "Esegui una query avanzata dei termini.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID di termini.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Se gli elementi devono essere assegnati a tutti o ad alcuni dei termini specificati.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "menus_exclude": {
                            "description": "Limita l'insieme dei risultati agli elementi tranne quelli con termini specifici assegnati nella tassonomia menus.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Elenco degli ID dei termini",
                                    "description": "Abbina i termini con gli ID elencati.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Query della tassonomia dell'ID del termine",
                                    "description": "Esegui una query avanzata dei termini.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID di termini.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Limita l'insieme di risultati agli articoli con uno specifico valore menu_order.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "title": {
                            "description": "Il titolo dell'oggetto.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'oggetto, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'oggetto, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "default": "custom",
                            "description": "La famiglia di oggetti originariamente rappresentato, come \"post_type\" o \"taxonomy\".",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Uno stato con nome per l'oggetto.",
                            "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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "L'id del genitore dell'oggetto.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "Testo per l'attributo title dell'elemento link per questa voce di menu.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Nomi della classi per l'elemento link di questa voce di menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "La descrizione di questa voce di menu.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "default": 1,
                            "description": "L'ID DB di nav_menu_item che \u00e8 genitore di questa voce di menu, se presente. Altrimenti 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "Il tipo di oggetto originariamente rappresentato, come \"category\", \"post\" o \"attachment\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "default": 0,
                            "description": "L'ID del database dell'oggetto originale che questa voce di menu rappresenta, ad esempio l'ID per gli articoli o il term_id per le categorie.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "L'attributo target dell'elemento link per questa voce di menu.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "L'URL al quale questa voce di menu punta.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "La relazione XFN espressa nel link di questa voce di menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "I termini assegnati all'oggetto nella tassonomia nav_menu.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'oggetto.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'oggetto, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'oggetto, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "description": "La famiglia di oggetti originariamente rappresentato, come \"post_type\" o \"taxonomy\".",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'oggetto.",
                            "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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "L'id del genitore dell'oggetto.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "Testo per l'attributo title dell'elemento link per questa voce di menu.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Nomi della classi per l'elemento link di questa voce di menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "La descrizione di questa voce di menu.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "L'ID DB di nav_menu_item che \u00e8 genitore di questa voce di menu, se presente. Altrimenti 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "Il tipo di oggetto originariamente rappresentato, come \"category\", \"post\" o \"attachment\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "description": "L'ID del database dell'oggetto originale che questa voce di menu rappresenta, ad esempio l'ID per gli articoli o il term_id per le categorie.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "L'attributo target dell'elemento link per questa voce di menu.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "L'URL al quale questa voce di menu punta.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "La relazione XFN espressa nel link di questa voce di menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "I termini assegnati all'oggetto nella tassonomia nav_menu.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'id del genitore dell'oggetto.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'oggetto.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'oggetto, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'oggetto, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "description": "La famiglia di oggetti originariamente rappresentato, come \"post_type\" o \"taxonomy\".",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'oggetto.",
                            "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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "attr_title": {
                            "description": "Testo per l'attributo title dell'elemento link per questa voce di menu.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Nomi della classi per l'elemento link di questa voce di menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "La descrizione di questa voce di menu.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "L'ID DB di nav_menu_item che \u00e8 genitore di questa voce di menu, se presente. Altrimenti 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "Il tipo di oggetto originariamente rappresentato, come \"category\", \"post\" o \"attachment\".",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "description": "L'ID del database dell'oggetto originale che questa voce di menu rappresenta, ad esempio l'ID per gli articoli o il term_id per le categorie.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "L'attributo target dell'elemento link per questa voce di menu.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "L'URL al quale questa voce di menu punta.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "La relazione XFN espressa nel link di questa voce di menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "I termini assegnati all'oggetto nella tassonomia nav_menu.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "L'ID per il salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate dopo una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati dopo una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate prima di una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati prima di una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Come interpretare l'input di ricerca.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "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",
                                    "vacation",
                                    "open",
                                    "closed",
                                    "reject",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limita i risultati basati sulle relazioni tra tassonomie multiple.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "Limita l'insieme dei risultati agli elementi con i termini specifici assegnati nella tassonomia wp_pattern_category.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Elenco degli ID dei termini",
                                    "description": "Abbina i termini con gli ID elencati.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Query della tassonomia dell'ID del termine",
                                    "description": "Esegui una query avanzata dei termini.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID di termini.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Se gli elementi devono essere assegnati a tutti o ad alcuni dei termini specificati.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "wp_pattern_category_exclude": {
                            "description": "Limita l'insieme dei risultati agli elementi tranne quelli con termini specifici assegnati nella tassonomia wp_pattern_category.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Elenco degli ID dei termini",
                                    "description": "Abbina i termini con gli ID elencati.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Query della tassonomia dell'ID del termine",
                                    "description": "Esegui una query avanzata dei termini.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID di termini.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "I termini assegnati all'articolo nella tassonomia wp_pattern_category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Sovrascrivi la lunghezza predefinita del riassunto.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "La password per l\u2019articolo se fosse protetto da password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "I termini assegnati all'articolo nella tassonomia wp_pattern_category.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione in base ad un attributo dell'oggetto.",
                            "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": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 le revisioni non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "I termini assegnati all'articolo nella tassonomia wp_pattern_category.",
                            "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": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "L'ID per il salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione in base ad un attributo dell'oggetto.",
                            "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": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 le revisioni non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Slug univoco che identifica il template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Identificatore del tema per il template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipo di template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Contenuto del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Contenuto per il template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dal template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Titolo del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Il titolo del template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per il template, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione del template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Stato del 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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "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": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "L'ID per il salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "Limita all'ID articolo specificato.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Limita all'area della parte di template specificato.",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "Post type da cui prendere i template.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "Slug univoco che identifica il template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "Identificatore del tema per il template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipo di template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "Contenuto del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Contenuto per il template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dal template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "Titolo del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Il titolo del template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per il template, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "Descrizione del template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Stato del 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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wp\/v2\/templates"
                    }
                ]
            }
        },
        "\/wp\/v2\/templates\/lookup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Lo slug del template per cui ottenere l'alternativa predefinita",
                            "type": "string",
                            "required": true
                        },
                        "is_custom": {
                            "description": "Indica se un template \u00e8 personalizzato o \u00e8 parte della gerarchia di template",
                            "type": "boolean",
                            "required": false
                        },
                        "template_prefix": {
                            "description": "Il prefisso del template creato. Si usa per estrarre il tipo di template principale, ad esempio da `tassonomia-libri` si estrae la `tassonomia`",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Slug univoco che identifica il template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Identificatore del tema per il template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipo di template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Contenuto del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Contenuto per il template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dal template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Titolo del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Il titolo del template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per il template, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione del template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Stato del 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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione in base ad un attributo dell'oggetto.",
                            "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": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 le revisioni non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Slug univoco che identifica il template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Identificatore del tema per il template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipo di template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Contenuto del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Contenuto per il template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dal template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Titolo del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Il titolo del template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per il template, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione del template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Stato del 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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Si intende quella parte o sezione del template destinata ad un uso specifico (header, footer, ecc.)",
                            "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": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "L'ID per il salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "Limita all'ID articolo specificato.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Limita all'area della parte di template specificato.",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "Post type da cui prendere i template.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "Slug univoco che identifica il template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "Identificatore del tema per il template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipo di template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "Contenuto del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Contenuto per il template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dal template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "Titolo del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Il titolo del template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per il template, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "Descrizione del template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Stato del 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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Si intende quella parte o sezione del template destinata ad un uso specifico (header, footer, ecc.)",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wp\/v2\/template-parts"
                    }
                ]
            }
        },
        "\/wp\/v2\/template-parts\/lookup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Lo slug del template per cui ottenere l'alternativa predefinita",
                            "type": "string",
                            "required": true
                        },
                        "is_custom": {
                            "description": "Indica se un template \u00e8 personalizzato o \u00e8 parte della gerarchia di template",
                            "type": "boolean",
                            "required": false
                        },
                        "template_prefix": {
                            "description": "Il prefisso del template creato. Si usa per estrarre il tipo di template principale, ad esempio da `tassonomia-libri` si estrae la `tassonomia`",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Slug univoco che identifica il template.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "Identificatore del tema per il template.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "Tipo di template.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Contenuto del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Contenuto per il template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dal template.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "Titolo del template.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Il titolo del template, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per il template, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione del template.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Stato del 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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Si intende quella parte o sezione del template destinata ad un uso specifico (header, footer, ecc.)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "L'ID di un template",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "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": "L'ID del genitore della revisione degli stili globali.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione degli stili globali.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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": "L'identificatore del tema",
                            "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": "L'identificatore del tema",
                            "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": "L'ID di un template",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "styles": {
                            "description": "Stili globali.",
                            "type": [
                                "object"
                            ],
                            "required": false
                        },
                        "settings": {
                            "description": "Impostazioni globali.",
                            "type": [
                                "object"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "Titolo della variante degli stili globali.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Titolo per la variante degli stili globali, se presente nel database.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate dopo una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati dopo una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate prima di una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati prima di una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Come interpretare l'input di ricerca.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "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",
                                    "vacation",
                                    "open",
                                    "closed",
                                    "reject",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "La password per l\u2019articolo se fosse protetto da password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione in base ad un attributo dell'oggetto.",
                            "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": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 le revisioni non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "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": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "L'ID per il salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Come interpretare l'input di ricerca.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "id",
                            "enum": [
                                "id",
                                "include"
                            ],
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "theme_json_version": {
                            "description": "Versione dello schema theme.json usato per le impostazioni tipografiche.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_family_settings": {
                            "description": "dichiarazione font-family in formato theme.json, codificato come una stringa.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "theme_json_version": {
                            "description": "Versione dello schema theme.json usato per le impostazioni tipografiche.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_family_settings": {
                            "description": "dichiarazione font-family in formato theme.json, codificato come una stringa.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "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": "L'ID della famiglia di font genitore del font.",
                            "type": "integer",
                            "required": true
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Come interpretare l'input di ricerca.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "id",
                            "enum": [
                                "id",
                                "include"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "L'ID della famiglia di font genitore del font.",
                            "type": "integer",
                            "required": true
                        },
                        "theme_json_version": {
                            "description": "Versione dello schema theme.json usato per le impostazioni tipografiche.",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_face_settings": {
                            "description": "dichiarazione di font-face in formato theme.json codificata come stringa.",
                            "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": "L'ID della famiglia di font genitore del font.",
                            "type": "integer",
                            "required": true
                        },
                        "id": {
                            "description": "Identificatore univoco per il font.",
                            "type": "integer",
                            "required": true
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "L'ID della famiglia di font genitore del font.",
                            "type": "integer",
                            "required": true
                        },
                        "id": {
                            "description": "Identificatore univoco per il font.",
                            "type": "integer",
                            "required": true
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/e-floating-buttons": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate dopo una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati dopo una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limita la serie di risultati agli articoli assegnati ad autori specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Garantisce che la serie di risultati escluda gli articoli assegnati ad autori specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate prima di una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati prima di una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Limita l'insieme di risultati agli articoli con uno specifico valore menu_order.",
                            "type": "integer",
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Come interpretare l'input di ricerca.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "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 di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "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",
                                    "vacation",
                                    "open",
                                    "closed",
                                    "reject",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "format": {
                            "description": "Limita i risultati agli elementi assegnati ad uno o pi\u00f9 formati specifici.",
                            "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": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Se i commenti sono aperti o meno per l'articolo.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Se l'articolo si possa pingare o meno.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "L'ordine dell'articolo in relazione ad altri articoli.",
                            "type": "integer",
                            "required": false
                        },
                        "format": {
                            "description": "Il formato per l\u2019articolo.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "title": "Elementor edit mode",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "title": "Elementor template type",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "enum": [
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "store",
                                        "kit",
                                        "not-supported",
                                        "page",
                                        "section",
                                        "container",
                                        "floating-buttons",
                                        "cloud-template-preview",
                                        "widget",
                                        "header",
                                        "footer",
                                        "single",
                                        "single-post",
                                        "single-page",
                                        "archive",
                                        "search-results",
                                        "error-404",
                                        "product-post",
                                        "product",
                                        "product-archive",
                                        "loop-item",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "title": "Elementor data",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "title": "Elementor page settings",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_conditions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "Elementor conditions",
                                    "default": [],
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wp\/v2\/e-floating-buttons"
                    }
                ]
            }
        },
        "\/wp\/v2\/e-floating-buttons\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Sovrascrivi la lunghezza predefinita del riassunto.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "La password per l\u2019articolo se fosse protetto da password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Se i commenti sono aperti o meno per l'articolo.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Se l'articolo si possa pingare o meno.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "L'ordine dell'articolo in relazione ad altri articoli.",
                            "type": "integer",
                            "required": false
                        },
                        "format": {
                            "description": "Il formato per l\u2019articolo.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "title": "Elementor edit mode",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "title": "Elementor template type",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "enum": [
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "store",
                                        "kit",
                                        "not-supported",
                                        "page",
                                        "section",
                                        "container",
                                        "floating-buttons",
                                        "cloud-template-preview",
                                        "widget",
                                        "header",
                                        "footer",
                                        "single",
                                        "single-post",
                                        "single-page",
                                        "archive",
                                        "search-results",
                                        "error-404",
                                        "product-post",
                                        "product",
                                        "product-archive",
                                        "loop-item",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "title": "Elementor data",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "title": "Elementor page settings",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_conditions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "Elementor conditions",
                                    "default": [],
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/e-floating-buttons\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione in base ad un attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/e-floating-buttons\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 le revisioni non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/e-floating-buttons\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Se i commenti sono aperti o meno per l'articolo.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Se l'articolo si possa pingare o meno.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "L'ordine dell'articolo in relazione ad altri articoli.",
                            "type": "integer",
                            "required": false
                        },
                        "format": {
                            "description": "Il formato per l\u2019articolo.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "title": "Elementor edit mode",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "title": "Elementor template type",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "enum": [
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "store",
                                        "kit",
                                        "not-supported",
                                        "page",
                                        "section",
                                        "container",
                                        "floating-buttons",
                                        "cloud-template-preview",
                                        "widget",
                                        "header",
                                        "footer",
                                        "single",
                                        "single-post",
                                        "single-page",
                                        "archive",
                                        "search-results",
                                        "error-404",
                                        "product-post",
                                        "product",
                                        "product-archive",
                                        "loop-item",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "title": "Elementor data",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "title": "Elementor page settings",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_conditions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "Elementor conditions",
                                    "default": [],
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/e-floating-buttons\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "L'ID per il salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/elementor_library": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate dopo una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati dopo una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limita la serie di risultati agli articoli assegnati ad autori specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Garantisce che la serie di risultati escluda gli articoli assegnati ad autori specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate prima di una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati prima di una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Come interpretare l'input di ricerca.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "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",
                                    "vacation",
                                    "open",
                                    "closed",
                                    "reject",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "title": "Elementor edit mode",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "title": "Elementor template type",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "enum": [
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "store",
                                        "kit",
                                        "not-supported",
                                        "page",
                                        "section",
                                        "container",
                                        "floating-buttons",
                                        "cloud-template-preview",
                                        "widget",
                                        "header",
                                        "footer",
                                        "single",
                                        "single-post",
                                        "single-page",
                                        "archive",
                                        "search-results",
                                        "error-404",
                                        "product-post",
                                        "product",
                                        "product-archive",
                                        "loop-item",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "title": "Elementor data",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "title": "Elementor page settings",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_conditions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "Elementor conditions",
                                    "default": [],
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wp\/v2\/elementor_library"
                    }
                ]
            }
        },
        "\/wp\/v2\/elementor_library\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "La password per l\u2019articolo se fosse protetto da password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "_elementor_edit_mode": {
                                    "type": "string",
                                    "title": "Elementor edit mode",
                                    "description": "Elementor edit mode, `builder` is required for Elementor editing",
                                    "default": "",
                                    "enum": [
                                        "",
                                        "builder"
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_template_type": {
                                    "type": "string",
                                    "title": "Elementor template type",
                                    "description": "Elementor document type",
                                    "default": "",
                                    "enum": [
                                        "post",
                                        "wp-post",
                                        "wp-page",
                                        "store",
                                        "kit",
                                        "not-supported",
                                        "page",
                                        "section",
                                        "container",
                                        "floating-buttons",
                                        "cloud-template-preview",
                                        "widget",
                                        "header",
                                        "footer",
                                        "single",
                                        "single-post",
                                        "single-page",
                                        "archive",
                                        "search-results",
                                        "error-404",
                                        "product-post",
                                        "product",
                                        "product-archive",
                                        "loop-item",
                                        ""
                                    ],
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_data": {
                                    "type": "string",
                                    "title": "Elementor data",
                                    "description": "Elementor JSON as a string",
                                    "default": "",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_page_settings": {
                                    "type": "object",
                                    "title": "Elementor page settings",
                                    "description": "Elementor page level settings",
                                    "default": "{}",
                                    "properties": {
                                        "hide_title": {
                                            "type": "string",
                                            "enum": [
                                                "yes",
                                                "no"
                                            ],
                                            "default": ""
                                        }
                                    },
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "_elementor_conditions": {
                                    "type": "array",
                                    "title": "",
                                    "description": "Elementor conditions",
                                    "default": [],
                                    "additionalProperties": true,
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/elementor_library\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione in base ad un attributo dell'oggetto.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/elementor_library\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID per il genitore della revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Identificatore univoco per la revisione.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 le revisioni non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/product": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate dopo una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati dopo una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate prima di una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati prima di una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Come interpretare l'input di ricerca.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "popularity",
                                "rating",
                                "post__in",
                                "price",
                                "sales",
                                "menu_order",
                                "random",
                                "popularity",
                                "rating"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "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",
                                    "vacation",
                                    "open",
                                    "closed",
                                    "reject",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Limita i risultati basati sulle relazioni tra tassonomie multiple.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "product_cat": {
                            "description": "Limita l'insieme dei risultati agli elementi con i termini specifici assegnati nella tassonomia product_cat.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Elenco degli ID dei termini",
                                    "description": "Abbina i termini con gli ID elencati.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Query della tassonomia dell'ID del termine",
                                    "description": "Esegui una query avanzata dei termini.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID di termini.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Se i termini figli sono inclusi nei termini che limitano il set di risultati.",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "Se gli elementi devono essere assegnati a tutti o ad alcuni dei termini specificati.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "product_cat_exclude": {
                            "description": "Limita l'insieme dei risultati agli elementi tranne quelli con termini specifici assegnati nella tassonomia product_cat.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Elenco degli ID dei termini",
                                    "description": "Abbina i termini con gli ID elencati.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Query della tassonomia dell'ID del termine",
                                    "description": "Esegui una query avanzata dei termini.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID di termini.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Se i termini figli sono inclusi nei termini che limitano il set di risultati.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "product_tag": {
                            "description": "Limita l'insieme dei risultati agli elementi con i termini specifici assegnati nella tassonomia product_tag.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Elenco degli ID dei termini",
                                    "description": "Abbina i termini con gli ID elencati.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Query della tassonomia dell'ID del termine",
                                    "description": "Esegui una query avanzata dei termini.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID di termini.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "Se gli elementi devono essere assegnati a tutti o ad alcuni dei termini specificati.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "product_tag_exclude": {
                            "description": "Limita l'insieme dei risultati agli elementi tranne quelli con termini specifici assegnati nella tassonomia product_tag.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Elenco degli ID dei termini",
                                    "description": "Abbina i termini con gli ID elencati.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Query della tassonomia dell'ID del termine",
                                    "description": "Esegui una query avanzata dei termini.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "ID di termini.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "brand": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u4e0e\u7279\u5b9a\u7684\u54c1\u724c ID \u76f8\u5173\u8054\u7684\u4ea7\u54c1\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Se i commenti sono aperti o meno per l'articolo.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Se l'articolo si possa pingare o meno.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "product_cat": {
                            "description": "I termini assegnati all'articolo nella tassonomia product_cat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "product_tag": {
                            "description": "I termini assegnati all'articolo nella tassonomia product_tag.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "Sovrascrivi la lunghezza predefinita del riassunto.",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "La password per l\u2019articolo se fosse protetto da password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Se i commenti sono aperti o meno per l'articolo.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Se l'articolo si possa pingare o meno.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "product_cat": {
                            "description": "I termini assegnati all'articolo nella tassonomia product_cat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "product_tag": {
                            "description": "I termini assegnati all'articolo nella tassonomia product_tag.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/product\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "Il riassunto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il riassunto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Riassunto HTML per l'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Indica se il riassunto sia protetto da password.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "L'id del media in evidenza per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Se i commenti sono aperti o meno per l'articolo.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Se l'articolo si possa pingare o meno.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        },
                        "product_cat": {
                            "description": "I termini assegnati all'articolo nella tassonomia product_cat.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "product_tag": {
                            "description": "I termini assegnati all'articolo nella tassonomia product_tag.",
                            "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": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "L'ID per il salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/dokan_store_reviews": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate dopo una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati dopo una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limita la serie di risultati agli articoli assegnati ad autori specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Garantisce che la serie di risultati escluda gli articoli assegnati ad autori specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate prima di una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati prima di una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Come interpretare l'input di ricerca.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "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",
                                    "vacation",
                                    "open",
                                    "closed",
                                    "reject",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wp\/v2\/dokan_store_reviews"
                    }
                ]
            }
        },
        "\/wp\/v2\/dokan_store_reviews\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "La password per l\u2019articolo se fosse protetto da password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/dokan_store_reviews\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/dokan_store_reviews\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "L'ID per il salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate dopo una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati dopo una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate prima di una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati prima di una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Come interpretare l'input di ricerca.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "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",
                                    "vacation",
                                    "open",
                                    "closed",
                                    "reject",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "La password per l\u2019articolo se fosse protetto da password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/dokan_store_support": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate dopo una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati dopo una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limita la serie di risultati agli articoli assegnati ad autori specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Garantisce che la serie di risultati escluda gli articoli assegnati ad autori specifici.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Limita l'insieme dei risultati a risorse pubblicate prima di una data fornita nello standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Limita l'insieme dei risultati agli articoli pubblicati prima di una determinata data conforme allo standard ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "Come interpretare l'input di ricerca.",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 slug specifici.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Limita l'insieme dei risultati agli articoli con uno o pi\u00f9 stati assegnati.",
                            "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",
                                    "vacation",
                                    "open",
                                    "closed",
                                    "reject",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Se i commenti sono aperti o meno per l'articolo.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Se l'articolo si possa pingare o meno.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "store_id": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "store id",
                                    "default": 0
                                },
                                "order_id": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "order id",
                                    "default": 0
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wp\/v2\/dokan_store_support"
                    }
                ]
            }
        },
        "\/wp\/v2\/dokan_store_support\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "La password per l\u2019articolo se fosse protetto da password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Se i commenti sono aperti o meno per l'articolo.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Se l'articolo si possa pingare o meno.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "store_id": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "store id",
                                    "default": 0
                                },
                                "order_id": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "order id",
                                    "default": 0
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "ID univoco per l'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/dokan_store_support\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario del sito.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione dell'articolo, nel fuso orario GMT.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'articolo unico di questo tipo.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Uno stato con nome per l'articolo.",
                            "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",
                                "open",
                                "closed",
                                "reject"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Una password per proteggere l'accesso al contenuto e al riassunto.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Il titolo dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il titolo dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Titolo HTML per l'articolo, trasformato per la visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto dell'articolo.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto dell'articolo, come riportato nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML dell'articolo, trasformato per essere visualizzato.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Versione del formato del blocco di contenuto utilizzata dall'articolo.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "Se il contenuto \u00e8 protetto da password oppure no.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "L'ID dell'autore dell'articolo.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Se i commenti sono aperti o meno per l'articolo.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Se l'articolo si possa pingare o meno.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "store_id": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "store id",
                                    "default": 0
                                },
                                "order_id": {
                                    "type": "integer",
                                    "title": "",
                                    "description": "order id",
                                    "default": 0
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Il file del tema da utilizzare per visualizzare l'articolo.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/dokan_store_support\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "L'ID del genitore del salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "L'ID per il salvataggio automatico.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wp\/v2\/types"
                    }
                ]
            }
        },
        "\/wp\/v2\/types\/(?P<type>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "description": "Un identificativo alfanumerico per il tipo di contenuto (post type).",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/statuses": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wp\/v2\/statuses"
                    }
                ]
            }
        },
        "\/wp\/v2\/statuses\/(?P<status>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "Un identificativo alfanumerico per lo stato.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/taxonomies": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "type": {
                            "description": "Limita i risultati alle tassonomie associate ad uno specifico tipo di contenuto (post type).",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wp\/v2\/taxonomies"
                    }
                ]
            }
        },
        "\/wp\/v2\/taxonomies\/(?P<taxonomy>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "taxonomy": {
                            "description": "Un identificativo alfanumerico per la tassonomia.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta per attributo del termine.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Se vuoi nascondere i termini non assegnati ad alcun articolo.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Limita la serie di risultati ai termini assegnati ad uno specifico genitore.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "Limita la serie di risultati ai termini assegnati ad uno specifico articolo.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati ai termini con uno o pi\u00f9 specifici slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "L'ID del termine genitore.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "L'ID del termine genitore.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 i termini non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tags": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta per attributo del termine.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Se vuoi nascondere i termini non assegnati ad alcun articolo.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limita la serie di risultati ai termini assegnati ad uno specifico articolo.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati ai termini con uno o pi\u00f9 specifici slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 i termini non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menus": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta per attributo del termine.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Se vuoi nascondere i termini non assegnati ad alcun articolo.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limita la serie di risultati ai termini assegnati ad uno specifico articolo.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati ai termini con uno o pi\u00f9 specifici slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "Le posizioni assegnate al menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "Se aggiungere automaticamente le pagine di primo livello a questo menu.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "Le posizioni assegnate al menu.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "Se aggiungere automaticamente le pagine di primo livello a questo menu.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 i termini non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/wp_pattern_category": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta per attributo del termine.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Se vuoi nascondere i termini non assegnati ad alcun articolo.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limita la serie di risultati ai termini assegnati ad uno specifico articolo.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati ai termini con uno o pi\u00f9 specifici slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 i termini non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/product_cat": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta per attributo del termine.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Se vuoi nascondere i termini non assegnati ad alcun articolo.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Limita la serie di risultati ai termini assegnati ad uno specifico genitore.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "Limita la serie di risultati ai termini assegnati ad uno specifico articolo.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati ai termini con uno o pi\u00f9 specifici slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "L'ID del termine genitore.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "L'ID del termine genitore.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 i termini non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/product_tag": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta per attributo del termine.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Se vuoi nascondere i termini non assegnati ad alcun articolo.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Limita la serie di risultati ai termini assegnati ad uno specifico articolo.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati ai termini con uno o pi\u00f9 specifici slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Descrizione HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Il titolo HTML del termine.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per il termine, unico nella sua tipologia.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificativo unico per il termine.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Deve essere true, poich\u00e9 i termini non si possono eliminare.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "Ordina la raccolta per l'attributo dell'utente.",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date",
                                "slug",
                                "include_slugs",
                                "email",
                                "url"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Limita l'insieme dei risultati agli utenti con uno o pi\u00f9 specifici slug.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "roles": {
                            "description": "Limita la serie di risultati agli utenti che corrispondono ad almeno uno dei ruoli indicati. Pu\u00f2 accettare un elenco csv o un singolo ruolo.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "capabilities": {
                            "description": "Limite di risultati impostato per gli utenti che corrispondono ad almeno una capacit\u00e0 specifica fornita. Accetta elenco CSV o capacit\u00e0 singola.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "who": {
                            "description": "Limita il risultato impostato agli utenti che sono considerati autori.",
                            "type": "string",
                            "enum": [
                                "authors"
                            ],
                            "required": false
                        },
                        "has_published_posts": {
                            "description": "Limita il risultato impostato agli utenti che hanno pubblicato degli articoli.",
                            "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",
                                    "e-floating-buttons": "e-floating-buttons",
                                    "elementor_library": "elementor_library",
                                    "product": "product",
                                    "dokan_store_reviews": "dokan_store_reviews",
                                    "metform-entry": "metform-entry",
                                    "dokan_store_support": "dokan_store_support"
                                }
                            },
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Array di nomi di colonna da cercare.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "email",
                                    "name",
                                    "id",
                                    "username",
                                    "slug"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "username": {
                            "description": "Il nome per l'accesso dell'utente.",
                            "type": "string",
                            "required": true
                        },
                        "name": {
                            "description": "Visualizza il nome dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "Il nome dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Il cognome dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "L'indirizzo email per l'utente.",
                            "type": "string",
                            "format": "email",
                            "required": true
                        },
                        "url": {
                            "description": "L'URL dell'utente.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "La descrizione dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "La lingua per l'utente.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "ar",
                                "es_PE",
                                "it_IT",
                                "ja",
                                "ko_KR",
                                "ru_RU",
                                "zh_CN"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "Il nickname per l'utente.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'utente.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Ruoli assegnati all'utente.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Password per l'utente (mai inclusa).",
                            "type": "string",
                            "required": true
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "Le preferenze di data e ora sono state aggiornate.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        },
                        "elementor_introduction": {
                            "description": "Elementor user meta data",
                            "type": "object",
                            "properties": {
                                "ai_get_started": {
                                    "type": "boolean"
                                }
                            },
                            "additionalProperties": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "Identificatore univoco per l'utente.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per l'utente.",
                            "type": "integer",
                            "required": false
                        },
                        "username": {
                            "description": "Il nome per l'accesso dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Visualizza il nome dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "Il nome dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Il cognome dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "L'indirizzo email per l'utente.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "L'URL dell'utente.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "La descrizione dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "La lingua per l'utente.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "ar",
                                "es_PE",
                                "it_IT",
                                "ja",
                                "ko_KR",
                                "ru_RU",
                                "zh_CN"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "Il nickname per l'utente.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'utente.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Ruoli assegnati all'utente.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Password per l'utente (mai inclusa).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "Le preferenze di data e ora sono state aggiornate.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        },
                        "elementor_introduction": {
                            "description": "Elementor user meta data",
                            "type": "object",
                            "properties": {
                                "ai_get_started": {
                                    "type": "boolean"
                                }
                            },
                            "additionalProperties": true,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificatore univoco per l'utente.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u00c8 necessario che sia impostato su vero, se la risorsa non supporta l'eliminazione.",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "Assegna gli articoli e i link dell'utente eliminato all'utente con questo ID.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users\/me": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "username": {
                            "description": "Il nome per l'accesso dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Visualizza il nome dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "Il nome dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Il cognome dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "L'indirizzo email per l'utente.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "L'URL dell'utente.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "La descrizione dell'utente.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "La lingua per l'utente.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "ar",
                                "es_PE",
                                "it_IT",
                                "ja",
                                "ko_KR",
                                "ru_RU",
                                "zh_CN"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "Il nickname per l'utente.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Un identificatore alfanumerico per l'utente.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Ruoli assegnati all'utente.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Password per l'utente (mai inclusa).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "Le preferenze di data e ora sono state aggiornate.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        },
                        "elementor_introduction": {
                            "description": "Elementor user meta data",
                            "type": "object",
                            "properties": {
                                "ai_get_started": {
                                    "type": "boolean"
                                }
                            },
                            "additionalProperties": true,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u00c8 necessario che sia impostato su vero, se la risorsa non supporta l'eliminazione.",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "Assegna gli articoli e i link dell'utente eliminato all'utente con questo ID.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "app_id": {
                            "description": "Un UUID fornito dall'applicazione per una identificazione univoca. Si raccomanda di usare un UUID v5 con l'URL o il namespace DNS.",
                            "type": "string",
                            "format": "uuid",
                            "required": false
                        },
                        "name": {
                            "description": "Il nome della password dell'applicazione.",
                            "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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "app_id": {
                            "description": "Un UUID fornito dall'applicazione per una identificazione univoca. Si raccomanda di usare un UUID v5 con l'URL o il namespace DNS.",
                            "type": "string",
                            "format": "uuid",
                            "required": false
                        },
                        "name": {
                            "description": "Il nome della password dell'applicazione.",
                            "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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Limita la risposta ai commenti pubblicati dopo una specifica data conforme al formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Limita l'insieme dei risultati ai commenti assegnati a specifici id utenti. Richiede una autorizzazione.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Esclude dall'insieme dei risultati i commenti provenienti da specifici id di autori. Richiede una autorizzazione.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_email": {
                            "default": null,
                            "description": "Limita l'insieme dei risultati a quelli provenienti da uno specifico indirizzo email di un autore. Richiede una autorizzazione.",
                            "format": "email",
                            "type": "string",
                            "required": false
                        },
                        "before": {
                            "description": "Limita la risposta ai commenti pubblicati prima di una specifica data conforme al formato ISO8601.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la collezione in base a un attributo del commento.",
                            "type": "string",
                            "default": "date_gmt",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "include",
                                "post",
                                "parent",
                                "type"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": [],
                            "description": "Limita l'insieme dei risultati alle risorse appartenenti a specifici ID genitore.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_exclude": {
                            "default": [],
                            "description": "Esclude dall'insieme dei risultati gli elementi con l'ID genitore specificato.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "post": {
                            "default": [],
                            "description": "Limita l'insieme dei risultati ai commenti assegnati a specifici ID di articoli.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "approve",
                            "description": "Limita l'insieme dei risultati ai commenti con uno specifico stato assegnato. Richiede una autorizzazione.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "comment",
                            "description": "Limita l'insieme dei risultati a commenti assegnati ad un tipo specifico. Richiede autorizzazione.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "La password per l\u2019articolo se fosse protetto da password.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "author": {
                            "description": "L'id dell'oggetto user, se l'autore \u00e8 stato un utente.",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "Indirizzo email dell'autore del commento.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "Indirizzo IP dell'autore del commento.",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "Nome pubblico visualizzato per l'autore del commento.",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "L\u2019URL dell\u2019autore del commento.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "User agent dell'autore del commento.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto del commento.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto del commento, come presente nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML del commento, adattato alla visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "La data in cui il commento \u00e8 stato pubblicato, nel fuso orario del sito web.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione del commento, nel fuso orario GMT.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "L'ID del genitore del commento.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "default": 0,
                            "description": "L'id dell'oggetto articolo associato.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Stato del commento.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "ID univoco per il commento.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "La password per l'articolo genitore del commento (se l'articolo \u00e8 protetto con password).",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "ID univoco per il commento.",
                            "type": "integer",
                            "required": false
                        },
                        "author": {
                            "description": "L'id dell'oggetto user, se l'autore \u00e8 stato un utente.",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "Indirizzo email dell'autore del commento.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "Indirizzo IP dell'autore del commento.",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "Nome pubblico visualizzato per l'autore del commento.",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "L\u2019URL dell\u2019autore del commento.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "User agent dell'autore del commento.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Il contenuto del commento.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Il contenuto del commento, come presente nel database.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Contenuto HTML del commento, adattato alla visualizzazione.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "La data in cui il commento \u00e8 stato pubblicato, nel fuso orario del sito web.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "La data di pubblicazione del commento, nel fuso orario GMT.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "description": "L'ID del genitore del commento.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "L'id dell'oggetto articolo associato.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Stato del commento.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "Campi dei meta.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "ID univoco per il commento.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Se evitare il cestino e eliminare definitivamente.",
                            "required": false
                        },
                        "password": {
                            "description": "La password per l'articolo genitore del commento (se l'articolo \u00e8 protetto con password).",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "post",
                            "description": "Limita i risultati agli elementi di un tipo di oggetto.",
                            "type": "string",
                            "enum": [
                                "post",
                                "term",
                                "post-format"
                            ],
                            "required": false
                        },
                        "subtype": {
                            "default": "any",
                            "description": "Limita i risultati agli elementi di uno o pi\u00f9 sottotipi di oggetti.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post",
                                    "page",
                                    "e-floating-buttons",
                                    "elementor_library",
                                    "product",
                                    "category",
                                    "post_tag",
                                    "product_cat",
                                    "product_tag",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude": {
                            "description": "Esclude specifici ID dall'insieme dei risultati.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Limita l'insieme dei risultati a specifici ID.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "Nome univoco registrato per il blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Attributi del blocco.",
                            "type": "object",
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "ID del contesto dell'articolo.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "Namespace del blocco.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "Namespace del blocco.",
                            "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": "Nome del blocco.",
                            "type": "string",
                            "required": false
                        },
                        "namespace": {
                            "description": "Namespace del blocco.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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": "Titolo",
                            "description": "Titolo del sito.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "title": "Motto",
                            "description": "Motto del sito.",
                            "type": "string",
                            "required": false
                        },
                        "url": {
                            "title": "",
                            "description": "URL del sito.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "email": {
                            "title": "",
                            "description": "Questo indirizzo \u00e8 utilizzato per scopi amministrativi, come ad esempio la notifica dell'iscrizione di nuovi utenti.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "timezone": {
                            "title": "",
                            "description": "Una citt\u00e0 nel tuo stesso fuso orario.",
                            "type": "string",
                            "required": false
                        },
                        "date_format": {
                            "title": "",
                            "description": "Un formato per tutte le stringhe che rappresentano una data.",
                            "type": "string",
                            "required": false
                        },
                        "time_format": {
                            "title": "",
                            "description": "Un formato per tutte le stringhe che rappresentano un orario.",
                            "type": "string",
                            "required": false
                        },
                        "start_of_week": {
                            "title": "",
                            "description": "Il numero del giorno della settimana in cui la settimana dovrebbe cominciare.",
                            "type": "integer",
                            "required": false
                        },
                        "language": {
                            "title": "",
                            "description": "Codice locale di WordPress.",
                            "type": "string",
                            "required": false
                        },
                        "use_smilies": {
                            "title": "",
                            "description": "Visualizza gli emoticon tipo :-) e :-P come simboli grafici.",
                            "type": "boolean",
                            "required": false
                        },
                        "default_category": {
                            "title": "",
                            "description": "Categoria predefinita per gli articoli.",
                            "type": "integer",
                            "required": false
                        },
                        "default_post_format": {
                            "title": "",
                            "description": "Formato dell'articolo predefinito.",
                            "type": "string",
                            "required": false
                        },
                        "posts_per_page": {
                            "title": "Numero massimo di articoli per pagina",
                            "description": "Pagine del blog da mostrare al massimo.",
                            "type": "integer",
                            "required": false
                        },
                        "show_on_front": {
                            "title": "Visualizza sul fronte",
                            "description": "Cosa mostrare nella pagina principale",
                            "type": "string",
                            "required": false
                        },
                        "page_on_front": {
                            "title": "Pagina sul fronte",
                            "description": "L'ID della pagina che dovrebbe essere mostrata nella home page",
                            "type": "integer",
                            "required": false
                        },
                        "page_for_posts": {
                            "title": "",
                            "description": "L'ID della pagina che dovrebbe visualizzare gli articoli pi\u00f9 recenti",
                            "type": "integer",
                            "required": false
                        },
                        "default_ping_status": {
                            "title": "",
                            "description": "Consenti notifiche di link da altri blog (pingback e trackback) sui nuovi articoli.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "default_comment_status": {
                            "title": "Permetti commenti sui nuovi articoli",
                            "description": "Permetti di commentare i nuovi articoli.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "site_logo": {
                            "title": "Logo",
                            "description": "Logo del sito.",
                            "type": "integer",
                            "required": false
                        },
                        "site_icon": {
                            "title": "Icona",
                            "description": "Icona del sito.",
                            "type": "integer",
                            "required": false
                        },
                        "pickup_location_settings": {
                            "title": "",
                            "description": "WooCommerce Local Pickup Method Settings",
                            "type": "object",
                            "properties": {
                                "enabled": {
                                    "description": "\u5982\u679c\u542f\u7528\uff0c\u8fd9\u79cd\u65b9\u5f0f\u5c06\u663e\u793a\u5728\u57fa\u4e8e\u6a21\u5757\u7684\u7ed3\u8d26\u90e8\u5206\u3002",
                                    "type": "string",
                                    "enum": [
                                        "yes",
                                        "no"
                                    ]
                                },
                                "title": {
                                    "description": "\u8fd9\u63a7\u5236\u7528\u6237\u5728\u7ed3\u5e10\u65f6\u770b\u5230\u7684\u6807\u9898\u3002",
                                    "type": "string"
                                },
                                "tax_status": {
                                    "description": "\u5982\u679c\u5df2\u5b9a\u4e49\u8d39\u7528\uff0c\u8fd9\u5c06\u63a7\u5236\u662f\u5426\u5bf9\u8be5\u8d39\u7528\u5f81\u7a0e\u3002",
                                    "type": "string",
                                    "enum": [
                                        "taxable",
                                        "none"
                                    ]
                                },
                                "cost": {
                                    "description": "\u672c\u5730\u81ea\u63d0\u7684\u53ef\u9009\u8d39\u7528\u3002",
                                    "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
                        },
                        "woocommerce_default_catalog_orderby": {
                            "title": "\u9ed8\u8ba4\u7684\u4ea7\u54c1\u6392\u5e8f",
                            "description": "\u5728\u9ed8\u8ba4\u60c5\u51b5\u4e0b\uff0c\u4ea7\u54c1\u5e94\u8be5\u5982\u4f55\u5728\u76ee\u5f55\u9875\u9762\u4e2d\u6392\u5e8f?",
                            "type": "string",
                            "enum": [
                                "menu_order",
                                "popularity",
                                "rating",
                                "date",
                                "price",
                                "price-desc"
                            ],
                            "required": false
                        },
                        "woocommerce_checkout_phone_field": {
                            "title": "\u7535\u8bdd\u53f7\u7801",
                            "description": "\u63a7\u5236\u7ed3\u8d26\u65f6\u7535\u8bdd\u5b57\u6bb5\u663e\u793a\u7684\u5185\u5bb9\u3002",
                            "type": "string",
                            "enum": [
                                "optional",
                                "required",
                                "hidden"
                            ],
                            "required": false
                        },
                        "woocommerce_checkout_company_field": {
                            "title": "\u516c\u53f8",
                            "description": "\u63a7\u5236\u7ed3\u8d26\u65f6\u516c\u53f8\u5b57\u6bb5\u663e\u793a\u7684\u5185\u5bb9\u3002",
                            "type": "string",
                            "enum": [
                                "optional",
                                "required",
                                "hidden"
                            ],
                            "required": false
                        },
                        "woocommerce_checkout_address_2_field": {
                            "title": "\u5730\u5740\u884c 2",
                            "description": "\u63a7\u5236\u7ed3\u8d26\u65f6\u516c\u5bd3 (address_2) \u5b57\u6bb5\u663e\u793a\u7684\u5185\u5bb9\u3002",
                            "type": "string",
                            "enum": [
                                "optional",
                                "required",
                                "hidden"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wp\/v2\/settings"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "Limita il risultato impostato sui temi assegnati ad uno o pi\u00f9 stati.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "active",
                                    "inactive"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wp\/v2\/themes"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes\/(?P<stylesheet>[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "stylesheet": {
                            "description": "Il foglio di stile del tema. Questo identifica in modo univoco il tema.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/plugins": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Limita i risultati ai plugin con il seguente stato.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "inactive",
                                    "active"
                                ]
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "Slug del plugin nella directory di WordPress.org.",
                            "pattern": "[\\w\\-]+",
                            "required": true
                        },
                        "status": {
                            "description": "Lo stato di attivazione del plugin.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "default": "inactive",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        },
                        "status": {
                            "description": "Lo stato di attivazione del plugin.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "L'id di una barra laterale registrata",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "widgets": {
                            "description": "Widget annidati.",
                            "type": "array",
                            "items": {
                                "type": [
                                    "object",
                                    "string"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "L'ID del tipo di widget.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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": "L'ID del tipo di widget.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Impostazioni dell'istanza attuale del widget.",
                            "type": "object",
                            "required": false
                        },
                        "form_data": {
                            "description": "Dati serializzati del modulo del widget da codificare nelle impostazioni dell'istanza.",
                            "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": "L'ID del tipo di widget.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Impostazioni dell'istanza attuale del widget.",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widgets": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "sidebar": {
                            "description": "La barra laterale per cui restituire i widget.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificatore univoco del widget.",
                            "type": "string",
                            "required": false
                        },
                        "id_base": {
                            "description": "Il tipo del widget. Corrisponde all'ID nell'endpoint widget-types.",
                            "type": "string",
                            "required": false
                        },
                        "sidebar": {
                            "default": "wp_inactive_widgets",
                            "description": "La barra laterale a cui appartiene il widget.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Istanza delle impostazioni del widget, se supportato.",
                            "type": "object",
                            "properties": {
                                "encoded": {
                                    "description": "Rappresentazione codificata in base64 dell'istanza delle impostazioni.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "hash": {
                                    "description": "Hash crittografato dell'istanza delle impostazioni.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "raw": {
                                    "description": "Istanza decodificata delle impostazioni, se supportato.",
                                    "type": "object",
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "form_data": {
                            "description": "URL-codificato del modulo dei dati dal modulo amministrativo dei widget. Utilizzato per aggiornare un widget che non supporta le istanze. Sola scrittura.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Identificatore univoco del widget.",
                            "type": "string",
                            "required": false
                        },
                        "id_base": {
                            "description": "Il tipo del widget. Corrisponde all'ID nell'endpoint widget-types.",
                            "type": "string",
                            "required": false
                        },
                        "sidebar": {
                            "description": "La barra laterale a cui appartiene il widget.",
                            "type": "string",
                            "required": false
                        },
                        "instance": {
                            "description": "Istanza delle impostazioni del widget, se supportato.",
                            "type": "object",
                            "properties": {
                                "encoded": {
                                    "description": "Rappresentazione codificata in base64 dell'istanza delle impostazioni.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "hash": {
                                    "description": "Hash crittografato dell'istanza delle impostazioni.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "raw": {
                                    "description": "Istanza decodificata delle impostazioni, se supportato.",
                                    "type": "object",
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "form_data": {
                            "description": "URL-codificato del modulo dei dati dal modulo amministrativo dei widget. Utilizzato per aggiornare un widget che non supporta le istanze. Sola scrittura.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "force": {
                            "description": "Se forzare la rimozione del widget o spostarlo nella barra laterale inattiva.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-directory\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "term": {
                            "description": "Limita i risultati ai blocchi che corrispondono ai termini di ricerca.",
                            "type": "string",
                            "minLength": 1,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wp\/v2\/block-directory\/search"
                    }
                ]
            }
        },
        "\/wp\/v2\/pattern-directory\/patterns": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 100,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limita la serie di risultati a quelli contententi una stringa.",
                            "type": "string",
                            "minLength": 1,
                            "required": false
                        },
                        "category": {
                            "description": "Limita i risultati a quelli corrispondenti all'ID della categoria.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "keyword": {
                            "description": "Limita i risultati a quelli corrispondenti all'ID della parola chiave.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "slug": {
                            "description": "Limita i risultati a quelli che corrispondono a un pattern (slug).",
                            "type": "array",
                            "required": false
                        },
                        "offset": {
                            "description": "Sposta di uno specifico numero di elementi l'inizio dell'insieme dei risultati.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "Attributo per l'ordinamento ascendente o discendente.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Ordina la raccolta in base ad un attributo dell'articolo.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "favorite_count"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/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": "URL da elaborare.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wp-block-editor\/v1\/url-details"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-locations": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wp\/v2\/menu-locations"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-locations\/(?P<location>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "location": {
                            "description": "Un identificatore alfanumerico per la posizione del menu.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "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:\/\/usabrapower.com\/it\/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:\/\/usabrapower.com\/it\/wp-json\/wp-block-editor\/v1\/navigation-fallback"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-collections": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Pagina corrente dell'elenco.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Numero massimo dei risultati da restituire nella serie dei risultati.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/usabrapower.com\/it\/wp-json\/wp\/v2\/font-collections"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-collections\/(?P<slug>[\\\/\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scopo della richiesta; determina i campi che saranno presenti nella risposta.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        }
    },
    "site_logo": 0,
    "site_icon": 0,
    "site_icon_url": "",
    "_links": {
        "help": [
            {
                "href": "https:\/\/developer.wordpress.org\/rest-api\/"
            }
        ]
    }
}